Category : Linux

Using Directadmin Package Management to Provision a Web Server Install few recommended software by Directadmin to use Custombuild Create custombuild directory and download custombuildCreate custombuild directory and download custombuild run ./build.conf one time and then edit options.conf to recommend options : Edit only below sections as below, do not touch any other optionsEdit only below ..

Read more

How to lockdown SSH access If you are using iptables for your machine Firewall. Below script might help to lock down SSH access which only allow specific IP to connect via SSH. Make sure to change (SSH PORT) to your SSH Port. Hope this would ..

Read more

Network Interfaces I would want to share how you can change the Network Interfaces Name in Centos 7 machines. First you need to edit file as below : You may add “net.ifnames=0 in GRUB_CMDLINE_LINUX” variable as below. Then rebuild the grub to apply the name on boot. Next, you may now rename the network interface ..

Read more

I just finished installed Centos 7 Before we started to develop or for example installing Control Panel for Centos 7 server.Below are list of things that I usually do to make sure the development process is smooth. Remember to disable SELinux and also change the SSH port.Disabling SELinux permanently : Disabling SELinux temporary : Below ..

Read more

SSH to the server that need to backup, make sure you login as root or user with root privilege. Download the Veeam Agent repo installer and license. cd /opt wget –no-check-certificate -O veeam-release-el7-1.0.7-1.x86_64.rpm https://share.titansi.cloud/f/c9c63e4a983c432f8b4e/?dl=1 wget –no-check-certificate -O veeam-license.lic https://share.titansi.cloud/f/4c146c6b21134881ab74/?dl=1 Install the Veeam Agent repo. rpm -ivh veeam-release-el7-1.0.7-1.x86_64.rpm Install the veeam agent and veeamsnap. yum install ..

Read more

# yum install yum-utils # yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo # yum install docker-ce docker-ce-cli containerd.io # systemctl start docker Verify that Docker Engine – Community is installed correctly by running the hello-world image docker run hello-world ……. Unable to find image ‘hello-world:latest’ locally latest: Pulling from library/hello-world 1b930d010525: Pull complete Digest: sha256:9572f7cdcee8591948c2963463447a53466950b3fc15a247fcad1917ca215a2f Status: Downloaded newer image ..

Read more