Monthly Archive:: November 2011
2
How to Repair Outlook .pst File Using scanpst.exe
Category: Featured, Technology, Tips and Tricks, Windows / 24 November 2011
/
Errors have been detected in the file 'file_path'. Quit all mail-enabled applications, and then use the Inbox Repair Tool (scanpst.exe). I got this error
0
How to Repair Corrupted MySQL (MyISAM) Table
Category: Database, Featured, Technology, Tips and Tricks, Tutorial, Windows / 2 November 2011
/
Platform: Windows (should work on Linux) Database name: activity Table name: mamain 1. Copy myisamchk.exe to database folder C:\xampp\mysql\bin>copy myisamchk.exe ..\data\activity 2. Run the
0
How to Disable SSH Root Login in Linux
Category: Featured, Linux, Tips and Tricks, Tutorial / 2 November 2011
/
It is important to disable root login in your SSH service. To do this, edit /etc/ssh/sshd_config: # pico /etc/ssh/sshd_config And add in the following