Articles
A user agent is nothing but software agent that is acting on behalf of a user. Change user...
First, you need to edit the /etc/nginx/nginx.conf file by typing the vi command: $ sudo vi...
Display the current FreeBSD hostname $ grep hostname /etc/rc.conf OR $ hostname How to...
Cron allows Linux and Unix users to run commands or scripts at a given date and time. You can...
NOTE that this is NOT a back up of your data stored in your storage array(s) this is simply a...
You need to use the passwd command. It is used to update the user’s authentication token(s) i.e....
Two types of themes Shell theme – Stored or installed in ~/.themes/ directory. Shell themes...
Command to check list of users in Unix On a FreeBSD/OpenBSD/NetBSD and many other Unix-like...
iocage is a jail or container manager tool for FreeBSD. It is also available on FreeNAS based NAS...
One can use scp command to securely copy files between hosts on a network. It uses ssh for data...
Step 1 – Find your current FreeBSD version #freebsd-version11.1-RELEASE-p4 Note down the...
Patch Meltdown vulnerability on OpenBSD The Meltdown vulnerability backported to the OpenBSD...
To print filename with awk The syntax is: awk '{ print FILENAME }' fileNameHereawk '{ print...
You can create encrypted passwords with Ansible playbooks and use it. You need to pass...
Memcached is a free and open source distributed memory object caching system. How to install...
The goal of UnixBench is to present a basic sign of the performance of a Unix-like system; hence,...
The rm command removes each given FILE on the command line. By default, it does not remove...