I‘m a new FreeBSD unix user. How do I get the temperature of an Intel or AMD processor (CPU) in FreeBSD using command line option? Is there a command line option for determine CPU temperature…
I have set the shell variable. I no longer need the variable. How do I undefine or unset a variable in bash on a Linux or Unix-like desktop system? Creating and setting variables within…
T he OpenSSH project released an ssh client bug info that can leak private keys to malicious servers. A man-in-the-middle kind of attack identified and fixed in OpenSSH are dubbed CVE-2016-0777 and CVE-2016-0778. How do…
M y sysadmin provided me the following proxy details: IP: 202.54.1.1 Port: 3128 Username: foo Password: bar The settings worked perfectly with Google Chrome and Firefox browser. How do I use it with the curl…
I need to find out the numerical value of a file on a FreeBSD system. For example, get 644 instead of -rw-r–r– for the /etc/resolv.conf file. Is there is a way to get this value…
I would like to compress a log file using gzip Unix command line utility, and I would also like to keep the original file. However, when I use the gzip my-app.log command, results in modifying…
I would like to compress a log file using gzip Unix command line utility, and I would also like to keep the original file. However, when I use the gzip my-app.log command, results in modifying…
I am using pfSense version 2.3.2-RELEASE (FreeBSD 10.3-RELEASE-p5). How do I install htop version 2.x on a pfSense firewall? htop is an awesome and interactive system-monitor process-viewer. It acts as an alternative to the…
H ow do I setup a multi-WAN load balancing and failover on pfSense router with two ADSL or cable or leased-line or FTTH (Fiber to the home) connections? In this tutorial you will learn…
H ow do I create disk image using dd command? How do I perform disk cloning from a live Linux cd for backup or recovery purpose? You can easily use the dd command for…