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, […]

Linux Basics: 14 Tar Command Examples in Linux

I don’t think any Linux admin requires an introduction of Tar command. Anyway, in simple words, Tar (Tape Archive) is a widely used command line tool to create backup archives (collection of files and directories). By default, a tar archive file contains uncompressed files. Together with gzip and bzip2, you can create a compressed archive. […]