Jenkins – Intro and Installation
Jenkins is a Continuous Integration System, and can be made to work as a continuous delivery hub for projects. It is a java based program, ready to run out-of-the-box. that gives a GUI base dashboard to manage the…
Jenkins is a Continuous Integration System, and can be made to work as a continuous delivery hub for projects. It is a java based program, ready to run out-of-the-box. that gives a GUI base dashboard to manage the…
Maven is a Build Automation tool, or in a more accurate way, a Project Automation Tool This is a simple tutorial of how to buld a Java code using Maven. For this we will first…
Apache Maven is a software project management and comprehension tool. IT is commonly used to manage a project’s build, reporting and documentation from a central repository such as Git, CVS, etc. Installation of Maven is…
GIT is one of the most popular Vesion Control System. In comparison with SVN and CVS, Git keeps a copy of the document in local desktop too, along with a copy on the centralized server….
There can be instances where you would had lost your root user’s passwords and thus cannot perform certain activities allowed only to the root user. The process of recovering the root password in Redhat/CentOS 7…
Openfiler is a Linux based operating system. The OpenFiler application provides the file-based network-attached storage and block-based storage area network. Installation: Boot the server hardware using the OpenFiler installation ISO and follow the steps. This…
IPtables is a very powerful firewall used in Linux. It is easy to configure and does a great job in keeping the system or a network safe. As system administrators we configure several services and…
Bacula is a very powerful enterprise level backup solution which can backup localhost, and even remote host via network. It has these components Director Storage server Cateloge – Database server Console Server The installation process…
ACL – Access Control List is a wonderful feature in linux that enables system administrators to add additional permissions on a linux folder or file. These permissions can be assigned to a user or group…
Samba is an Open Source, free files server available for Linux OS. Its installtion is very simple, and has even high end features such as making it work similar to PDC in Windows for authentication….