What is Vagrant? Vagrant is an open-source virtualization manager, used for managing VM(Virtual Machine) and their configurations with few commands. It is supported by VirtualBox, Docker, Hyper-V as well as VMWare virtualization. Vagrants helps managing the configurations of VM created using any of the mentioned virtualization. Its available for Mac OS X,… Continue Reading Simple guide to start using Vagrant with VirtualBox

Python Script to take backup of folder on Amazon s3 – Windows Date Posted:17-04-2017 Amazon S3 is a storage where we can store files in a cloud. We can download the files from anywhere after we stored the files on cloud. There are many way to store the files on… Continue Reading Python Script to take backup of folder on amazon s3 – Windows

Working with Git Date Posted:16-04-2017 Git is a version control system designed to handle small projects to large projects in a effective way. This post explains on how to use git commands and how to handle git repositories,etc., Git Repositories: Git repositories are the location where you can store the… Continue Reading Working with Git commands and Repositories

Install Python, PIP and Boto on Windows server 2016 Date Posted:15-04-2017 Python is a famous scripting language and we will explain on how to install python, pip and boto library on windows server. In this post, we will cover on installing python 3 and pip python installer. Additionally, this post… Continue Reading Install Python, PIP and Boto on Windows server

Learn Find Command and usages Date Posted: 28-03-2017 Find is a command which is used to find files and directories based on various scenario. In this post, we will explain find command and usage with some examples. Find a filename called test.txt on the directory /home/pheonixsolutions. The below command search all… Continue Reading Learn Find Command and usages

Change SSH Default Port and Disable SSH Root Login Date Posted:12-04-2017 By default linux machine SSH port is 22 and root login would be enabled. We will explain on how to change SSH default port and Disable SSH Root login. We need to make sure to add new user which has… Continue Reading Change SSH Default Port and Disable SSH Root Login

Introduction RainLoop is a lightweight, fast, and user-friendly webmail client that provides a modern web interface for managing email accounts. When integrated with the Ajenti Control Panel, RainLoop allows users to access their email accounts through a browser without requiring desktop email clients such as Outlook or Thunderbird. This guide… Continue Reading Install RainLoop webmail Client on Ajenti Control Panel

Introduction If you’re deploying Java web applications, you’ll eventually need a servlet container to run them — and Apache Tomcat is one of the most popular choices. This guide walks through how to install Tomcat server on Ubuntu 16, including Tomcat 8 and Java 1.8, and shows you how to… Continue Reading Install Tomcat server on Ubuntu 16

Introduction Apache is a popular web server that can host multiple websites on a single server. This can be achieved using Apache Virtual Hosts, where each domain can have its own document root and configuration. For this example, we will configure two domains: Each domain will point to a separate… Continue Reading Add Multiple Domains (Virtual Hosts) on Apache Ubuntu

Introduction The Apache mod_rewrite module is commonly used to implement URL rewriting and redirection rules. It is also required for .htaccess files to function correctly when URL rewriting rules are configured at the directory level. This document explains how to enable the mod_rewrite module on Apache 2.4 running on Ubuntu,… Continue Reading How to Enable mod_rewrite and .htaccess Support on Apache 2.4