Articles
APF Firewall
Advanced Policy Firewall, or APF, is a firewall sometimes seen on QuestHost Web servers. It is...
Change a Password for MySQL on Linux via Command Line
First we’ll login to the MySQL server from the command line with the following command:
mysql...
Config Server Firewall Installation
Installing CSF
Installing CSF should be as simple as downloading the source file to your server...
Create a MySQL Database on Linux via Command Line
Create a MySQL Database
First we’ll login to the MySQL server from the command line with the...
Delete a MySQL Database on Linux via Command Line
First we’ll login to the MySQL server from the command line with the following command:
mysql...
How To Install Graylog2 And Centralize Logs On Ubuntu 14.04
About Graylog2 Components
Graylog2 has four main components:
Graylog2 Server nodes: Serves as...
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04
Step 1: Install Apache
The Apache web server is currently the most popular web server in the...
How To Install Memcached on Fedora 23
Step #1: Install Memcached
First, we’ll clean up our package files:
dnf clean all
As a...
How To Install VIM (Vi IMproved) on Fedora 23
Step #1: The Installation
As a matter of best practice we’ll update our packages:
dnf -y...
How To Manage Packages In Ubuntu and Debian With Apt-Get & Apt-Cache
What is Apt-Get?
Apt is a command line frontend for the dpkg packaging system and is the...
How to Back Up / Restore MySQL Databases From The Command Line
Creating A Backup
The mysqldump command is used to create textfile “dumps†of databases...
How to Install Memcached on CentOS 7
Step #1 Install Memcached
First, clean-up yum:
yum clean all
As a matter of best practice...
How to Install Squid (Caching / Proxy) on CentOS 7
Squid is a caching and forwarding web proxy. It is most often used in conjunction with a...
How to Install XCache on CentOS 7
Step #1: Add the EPEL Repository
Ansible is part of Extra Packages for Enterprise Linux (EPEL),...
Murmur / Mumble CentOS 7
How to Reset SuperUser Password:
First thing to remember, you can not use special characters in...
Select MySQL Database on Linux via Command Line
Login to MySQL
First we’ll login to the MySQL server from the command line with the following...