Archive for April, 2009
- TECHPULP |
How to enable auto login for SSH
This article assumes that the host name of server is “server1.techpulp.com” and that of client machine is “client1.techpulp.com“. You can replace these with your own domain names or IP addresses to suit your needs. Login to the server system to... - TECHPULP |
How to safely remove a file that contains sensitive data in Linux
Typically a file removal operation, in Linux or any other operating system, doesn’t actually erase all contents of the file. Though the file is logically deleted and doesn’t appear to the be present, its contents still present in the hard... - TECHPULP |
How to use VNC client/viewer in Linux
The VNC bridges gap between Windows and Linux systems for desktop sharing. However there are few other alternatives to this. The “vnc” package provides a VNC client (vncviewer) in Linux. You can check if your system has vnc package installed...