Monthly Archives: August 2019

reboot DELL switches from command line

reload

Posted in DELL | Comments Off on reboot DELL switches from command line

password reset and wipe out startup-config DELL 5424

using putty with COM1 –> serial setting 9600 8 1 none none –> keyboard set ControlH and check VT100+ start up DELL 5424 –> hit ‘enter’ before switch load –> hit the key ‘password change’ –> then enable –> delete … Continue reading

Posted in DELL | Comments Off on password reset and wipe out startup-config DELL 5424

How do I unzip a zip file in Terminal?

Open a terminal ( Ctrl + Alt + T should work). Now create a temporary folder to extract the file: mkdir temp_for_zip_extract . Let’s now extract the zip file into that folder: unzip /path/to/file.zip -d temp_for_zip_extract sample here –> root@host: … Continue reading

Posted in command line of linux, My Linux | Comments Off on How do I unzip a zip file in Terminal?

windows scandisk command

chkdsk /f /r

Posted in My Windows, windows | Comments Off on windows scandisk command

How to add directory browsing in apache configuration?

One of the “must do’s” on setting a secure apache web server is to disable directory browsing.  Usually apache comes with this feature enabled but its always a good idea to get it disabled unless you really need it. First … Continue reading

Posted in apache, command line of linux, My Linux | Comments Off on How to add directory browsing in apache configuration?