Category ‘FreeBSD’
- TECHPULP |
How to install screen command in FreeBSD
To install screen command in FreeBSD, run the following commands after logging in as super user (root). Note that you should have valid Internet connection. [root@techpulp ~]# cd /usr/ports/sysutils/screen [root@techpulp ~]# make install The above command should download screen command... - 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...