Password less SSH authentication is one of the best security practices to avoid any password expose to attacke SSH is secure authentication mechanism, however Man-in-the-middle attack (MITM), Brute force attack these attack can expose password to the attackers. We need two components to make a ssh key working. Public Key, …
Read More »How to Install Kernel 4.12 in CentOS 7
Back in May, Linus Torvalds released Linux kernel 4.11, which was codenamed Fearless Coyote. It came with scalable SSD swapping, AMDGPU power management improvement, new perf trace tool, SMC-R support, etc. Now, after releasing 7 release candidates, the final Linux kernel 4.12 has been shipped. In his release announcement, Linux boss emphasized that …
Read More »Configure ProFTP with SSL/TLS
ProFTP is widely used FTP server among linux servers. ProFTP is used with several industry level control panel like cPanel, Plesk. In this tutorial I will show you, how to configure ProFTP with SSL/TLS and other security aspect. My test server Server : CentOS 7 ProFTP : 1.3.5 Step 1 …
Read More »TAR command examples in Unix / Linux
The “tar” command in linux used for making archive of files and directories. Using “tar” command you can create “.tar“, “.tar.gz“, “.tar.bz2” file archive. These are known as “tarball“, “gizp“, “bzip” in Linux. TAR has more flexibility than ZIP, which is widely used in cross platform environment. I will show tar …
Read More »Install Let’s Encrypt on LAMP server
In this tutorial I will show you how to install Let’s Encrypt on LAMP server. Let’s Encrypt is a very popular certificate authority, provide free SSL. Yes my friend you don’t have to buy any SSL anymore. For this demonstration I choose CentOS 7, however the process is same for …
Read More »Install Arch Linux
Arch linux for those people who want to build their system, from very scratch. It is like to build their own house, from foundation to roof. Arch linux installation is not like other popular linux distribution, it does not comes with pre built installer. In this post I will show …
Read More »Install LAMP stack on Ubuntu 16.04
Install LAMP stack is very well known to those who are already running their website on the any VPS or Dedicated server. In this tutorial I will show you how to install lamp stack on ubuntu 16.04 LTS system. Who are recently moving to the hosting-by-myself community, the following illustration must …
Read More »How to setup the dhcp server in LAN
Introduction of DHCP: DHCP means dynamic host configuration protocol. DHCP server serves the ip address and dns server and gateway address to the every computer which are exist in the Local Area network. DHCP uses the port address 67 and 68. Dhcp server perform his work on the principle of …
Read More »How to create LVM
What is LVM ? Full form of LVM is Logical Volume Management, which includes allocating disks, striping, mirroring and resizing logical volumes. Single primary disk can be devided into multiple logical drive also multiple disk pool can be devided into multiple logical group. Its divide into logical partition Now you …
Read More »MySQL Command Line Administration in Linux
Linux system admins are very familiar with command line tools. Many time admins need to administrate mysql server, they need to create database, manage database user, backup & restore mysql database, repair database & much more. In this post I will explain some usefull command to administrate mysql server. To …
Read More »