How to Change Hostname in Unix FreeBSD
We have interesting hostname for our all our servers. Some of it is using Football Team like Manchester, Liverpool, Chelsea, Arsenal. Part of it is striker name like Rooney, Ronaldo and etc. We also have like meganfox, milla, jessicaalba for…
How to Change User’s Shell Environment in FreeBSD
In FreeBSD, user’s default shell environment is either sh or csh and I have installed Bash in FreeBSD and would like to change user’s shell environment to Bash. To change user’s shell environment in FreeBSD. shell> chsh -s /usr/local/bin/bash userid…
Enable SSHD on FreeBSD
I believe most system admin does remote access to the server. Who doesn’t enable SSHD on FreeBSD? Almost every new FreeBSD installation, the first thing I will do after installation is enable SSHD Service on FreeBSD. Start the service and…
Disabled Sendmail Service on FreeBSD
Disabled Sendmail Service on FreeBSD is slightly different compare to Linux. We usually disabled Sendmail Service and configure exim on FreeBSD. Sendmail service can be disabled via /etc/rc.conf. Put these lines into /etc/rc.conf sendmail_enable=”NONE” After that restart sendmail service /etc/rc.d/sendmail…
Changing File’s Date and Time on Unix Systems
Change Data and Time of a File At times, we might want to change date and time of a file, for record purposes. For example, when you copying log file from remote machine, when it’s extract on local machine, the…
Recent Comments