Rsync is a fast and extraordinarily versatile file-copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. When copying over ssh, rsync will need to authenticate with the receiving side using
Archives
Compiling PHP 5.2 on a CentOS 7 LiteSpeed Server
PHP 5.2 is deprecated a long time ago, but still, we had to fire up an old website on a CentOS 7 box using LiteSpeed. Although building PHP 5.2 from source should be supported, it doesn’t really work “out of
CentOS :: Connecting iSCSI device
In this guide we will see how to add an iSCSI device into XenServer (version 6.5 and above). In this guide we will use iSCSI device mapped into a FreeNAS box. You can see here how to create iSCSI device
CentOS 7: Resize xfs Partition
So, we got a CentOS 7 Machine with 20GB (XFS Filesystem), We want to increase the disk to 120GB. The machine is actually a VM inside XenServer (HVM). Fdisk output before the upgrade – As you can see there is
Installing Let’s Encrypt SSL Certificates on NGINX server running on Centos7
In this guide we are assuming you are running as root. If not, remember adding sudo before all commands. We will be using the domain mysite.com as an example with it’s root directory being: /home/mysite/public_html. Remember to replace it with
CentOS : Resize EXT4 Partition
Hi All, In this guide We will show how to resize an EXT4 partition using GParted & a VMware virtual machine. GParted is a free partition editor for graphically managing your disk partitions. Important Notes: -During the process of increasing
Mount VMWare VMFS under Centos
Hi All 🙂 So, we have a guide about configuring iSCSI initiator from Centos 7 with our Reduxio iSCSI Target. Now, let’s make it interesting – Let’s take an already created iSCSI mount point, with a vmware machine on it
How to install & configure iSCSI Initiator on Redhat 7 / CentOS 7
Hi, My name is Daniel Alum, CTO at Jetserver. So, we’ve got a new “toy” from Reduxio that I wanted to play with 🙂 Reduxio’s flash hybrid primary storage solutions, based on the revolutionary TimeOS storage operating system, provides breakthrough storage
Automated MySQL Installation
Here is a nice “Copy & Paste” script that you can use for installing MySQL. This script skips the “mysql_secure_installation” part, in which you need to answer questions, and simply inserts all the needed information directly into the database. This
Libmodsecurity installation
Libmodsecurity is one component of the ModSecurity v3 project. Libmodsecurity is a complete rewrite of the ModSecurity platform. You can find more details about the project here – https://github.com/SpiderLabs/ModSecurity/tree/libmodsecurity We’ve created a “Copy & Paste” script for installing and testing