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 ..
Category : Linux
Quick guide to recursively changed the permission of files in directory Just one command ..
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 ..
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 ..
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 ..
Login to Server First, you can check the mail queue with this command exim -bp Next, copy the email ID from affected account and use this command to view the header Example: exim -Mvh 1jdIeW-00022q-P3 Next, to view the mail delivery logs and authentication use this command cat /var/log/exim/mainlog | grep 185.29.11.12 | more Then ..
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 ..
Connect to CJ1 or AIMS VPN, go to RDM portal > access to Veeam backup server Go to Guest Files Wizard or Go to Backups > Disk Select Customer Backup Images > Right click > Select Restore guest files > Select Restore from Linux and other… Next, select restore point Next, configure FLR Appliance helper ***Please take noted*** 1. ..
# 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 ..
Option 1: Go to https://decoder.link/converter, upload PFX and enter password to convert. Then copy the code to notepad and rename as “xxxprivate.key” Option 2: using OpenSSL command Upload your existing PFX or expired PFX to directory, enter below command openssl pkcs12 -in xxx.pfx -nocerts -out xxxprivate…