Simple steps to install Mautic on Linux (AWS) Introduction about Mautic : Mautic is marketing automation software (email, social & more), competing with the likes of HubSpot, Pardot and Silverpop. Many of those commercial products are hosted (so …
Tag: DevOps
This series of articles will give you insight on how you can setup and build a WordPress website. It was an overwhelming response for the launch my blog exactly a month ago. So finally as per a lot of requests …
Following are the steps to change mysql server port : All these task are to performed on specified server and client side. Server Side • Install MySQL server : sudo aptget install mysqlserver5.6 • Configure MySQL …
How it works: automatic-snapshot-script.sh will: Determine the instance ID of the EC2 server on which the script runs Gather a list of all volume IDs attached to that instance Take a snapshot of each attached volume …
Steps to set JAVA enviroment variable on Amazon Linux in 4 simple steps. (Updated 14th Jan 2020) Step 1: Check & install correct JAVA version (Optional) Check if JAVA exists on your device by running : …
Steps to Enabling Password-Less SSH login : First of all install SSH server and agent respectively STEP 1 : Generate a authentication keys for User A: $ssh-keygen -t rsa STEP 2: Change the permissions of .ssh to 700 …
Basically its necessary to know what all user are doing or did on your system which can help us in hardening the system. To view commands which were executed by a specific user : ~$ …
Host System Requirements: Note :Ubuntu is not compliant out of the box, copy-paste the script and run it: you might need to install some packages which are not present in ubuntu 14.04 bhargav@Inspiron:~$sudo apt-get install texinfo …
Step One – Install Dependencies $sudo apt-get install libpam-google-authenticator Step Two – Edit the Configuration Files To use the module you have to edit two configuration files. $nano /etc/pam.d/sshd Add the following line on top of …
Install apache webserver : $ sudo apt-get install apache2 Install php5: $ sudo apt-get install php5-gd Install mysql server: $ sudo apt-get install mysql-server Create a virtual host file ‘localtimetrack.com’ : $ sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/localtimetrack.com.conf …
Social Profiles