Browsing tag

ubuntu 16.04

How to Install PHP 5.6 on Ubuntu 16.04 & Debian 9

As you already know that both Ubuntu 16.04 and Debian 9 has been shipped with PHP 7 and applications which are designed to work with PHP 5 like vnStat PHP Frontend, PHP Server Monitor, etc., may not work due to compatibility issues. In such cases, you would need to install PHP 5.6 on Ubuntu 16.04 […]

How to Setup NFS Server on Debian 9 / Ubuntu 16.04 / LinuxMint 18

NFS stands for Network File System, a service that helps you to share files and folders between *nix / Linux systems, developed by SUN Microsystems in 1990. NFS lets you mount a remote share like a local disk. This post helps you setup NFS server on Debian 9 / Ubuntu 16.04. Environment This guide is […]

Install Apache SVN (Subversion) on Debian 9 / Ubuntu 16.04

Subversion, also known as SVN, an open-source version control system. It is used to keep track of source file and documents. Any time you change, add or delete a file or folder that you control with Subversion, you commit these changes to the Subversion repository, which creates a new revision in the repository reflecting these […]

Puppet Bolt – Run Ad hoc Commands, Scripts, Puppet Tasks and Plans

Puppet Bolt is an open source, agentless task runner that executes commands, scripts, and ad hoc tasks across your infrastructure. Bolt has built-in command line interface and connects to remote systems via SSH and WinRM on Linux and Windows respectively. Bolt can: Execute commands on remote systems. Upload and execute scripts written in Bash, Python, […]