How to install mysql server 5.6 on Ubuntu 16.04 LTS ( Xenial Xerus )nixCraft
MySQL is a popular database management system used for my web applications. How do I install MySQL server version 5.6 on Ubuntu Linux 16.04 LTS ( Xenial Xerus )?
View ArticleHow to install mysql server 5.6 on Ubuntu 16.04 LTS ( Xenial Xerus )nixCraft
MySQL is a popular database management system used for my web applications. How do I install MySQL server version 5.6 on Ubuntu Linux 16.04 LTS ( Xenial Xerus )?
View ArticleLinux / Unix Script: Simple Process Checker To Find Out If A Service Is...
A simple shell script to find out whether critical services are running or, not under Linux or Unix operating systems. The script can send notification using email.
View ArticleRHEL / CentOS: Shell Script Wrapper TO Start / Stop / Restart NFSv4 Services...
A simple shell script wrapper to start / stop / restart NFSv4 service on CentOS / RHEL v.6.x server in a particular order. This script also demonstrates how to use the ln command to create soft links...
View ArticleShell Script To Turn On or Off PHP Uploads For Php5-fpm/Apache/Nginx/Lighttpd...
A simple shell script wrapper to disable or enable PHP 5 upload support in an Apache or Nginx or Lighttpd web server. The script look for file_uploads directive in php.ini file and change its state...
View Article10 Ubuntu / Debian Linux apt Command ExamplesnixCraft
I am a new Linux system admin user. How do I use apt command line utility for the package management on Ubuntu Linux LTS and Debian Linux server? How can I use the apt command for the package...
View ArticleHow To Setup OpenVPN Server In 5 Minutes on Ubuntu ServernixCraft
I am a new Ubuntu Linux server user. How do I setup an OpenVPN Server on Ubuntu Linux version 14.04 or 16.04 LTS server to shield my browsing activity from bad guys on public Wi-Fi, and more?
View ArticleLinux Iptables Delete postrouting Rule CommandnixCraft
I am a new Linux server sysadmin. I need to delete POSTROUTING rule. How do I delete postrouting rule on Linux server?
View ArticleHow to determine Linux guest VM virtualization technologynixCraft
I have a cloud-based virtual machine running Ubuntu and CentOS Linux server. It may or may not be virtualized. How do I determine what kind of virtualization technology (VMWARE/ KVM/ XEN/ VirtualBox/...
View ArticleHow To Setup Bridge (br0) Network on Ubuntu Linux 14.04 and 16.04 LTSnixCraft
I am a new Ubuntu Linux 16.04 LTS user. How do I setup a network bridge on the host server powered by Ubuntu 14.04 LTS or 16.04 LTS operating system?
View ArticleUbuntu setup a bonding device and enslave two real Ethernet devicesnixCraft
How do I setup a bonding device bond0 and enslave two real Ethernet (say eth0 and eth2) devices to it on Ubuntu Linux 140.04 or 16.04 LTS server? How can I create 802.3ad bonding mode (IEEE 802.3ad...
View ArticleHow to get Ethernet Link Speed in MAC OS X Through Command PromptnixCraft
I'm a Mac OS X user. How do I find out my Ethernet Link Speed in terminal using bash shell prompt? How do I see my current Ethernet connection Speed in Mac OS X?
View ArticleHow To Setup Bonded (bond0) and Bridged (br0) Networking On Ubuntu LTS...
I want to setup KVM bridge with bonding on Ubuntu Linux 16.04 LTS server. I have total four Intel I350 Gigabit network connection (NICs). I would like bonding/enslaving eth0 through eth2 into one...
View ArticleHow to install ZFS on Ubuntu Linux 16.04 LTSnixCraft
How do I install the Z File System (ZFS) on Ubuntu Linux 16.04 LTS server and create RAID-1 (mirror)?
View ArticleHow to fix Httpoxy a CGI PHP/Nginx/Apache/Go application vulnerability on...
A serious vulnerability was discovered in how CGI scripts are used by Linux or Unix that use PHP, Go, Python, and other scripting languages. How do I fix Httpoxy a CGI application vulnerability on...
View ArticleHow to install htop on pfSense firewallnixCraft
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?
View ArticleHow to use multiple connections to speed up apt-get/apt on Ubuntu Linux 16.04...
How do I speed up my apt-get or apt command to download packages from multiple repos on a Ubuntu Linux 16.04 or 14.04 LTS server?
View ArticleLinux how long a process has been running?nixCraft
I'm a new Linux system user. How do I check how long a process or pid has been running on my Ubuntu Linux server?
View ArticleHow to setup a UFW firewall on Ubuntu 16.04 LTS servernixCraft
How do I setup a firewall with UFW (uncomplicated firewall) on an Ubuntu Linux 16.04 LTS server to restrict traffic on my personal web-server that hosts my pictures and blogs for my family members?
View ArticleHow to create RAID 10 – Striped Mirror Vdev ZPool On Ubuntu LinuxnixCraft
How do I create zfs based RAID 10 (striped mirrored VDEVs) for my server as I need to do small random read I/O. How can I create striped 2 x 2 zfs mirrored pool on Ubuntu Linux 16.04 LTS server?
View Article