June 9, 2016 · General · 4 comments

Automated installation a lot of useful extra software on Ubuntu after the initial desktop install.This program installs a collection of some of the best Ubuntu software and can be considered to be one of the top things to do after installing Ubuntu.
Continue reading →

June 3, 2016 · General · (No comments)

Eight minibooks in one volume cover every important aspect of Linux and everything you need to know to pass level-1 certification.Linux All-in-One For Dummies explains everything you need to get up and running with the popular Linux operating system. Written in the friendly and accessible For Dummies style, the book ideal for new and intermediate Linux users, as well as anyone studying for level-1 Linux certification. The eight minibooks inside cover the basics of Linux, interacting with it, networking issues, Internet services, administration, security, scripting, and level-1 certification.
Continue reading →

June 2, 2016 · Server · (No comments)

MariaDB is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, Facebook and Google.

MariaDB turns data into structured information in a wide array of applications, ranging from banking to websites. It is an enhanced, drop-in replacement for MySQL. MariaDB is used because it is fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools make it very versatile for a wide variety of use cases.

Continue reading →

May 30, 2016 · Server · 5 comments

This tutorial explain how to install SFTP server using MySecureShell on Ubuntu 16.04 server.MySecureShell is a solution which has been made to bring more features to sftp/scp protocol given by OpenSSH. By default, OpenSSH brings a lot of liberty to connected users which imply to thrust in your users. The goal of MySecureShell is to offer the power and security of OpenSSH, with enhanced features (like ACL) to restrict connected users.
Continue reading →

May 26, 2016 · Backup, Server · (No comments)

BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.
Continue reading →