Link: Automate Software Installation After Installing Ubuntu

What is the usual thing you do right after a fresh install of Ubuntu? In most cases, it will be sourcing your favorite applications and installing them one by one to your system. This can be a hassle if you have hundreds of applications to install. What if there were a better way to automate the installation of these applications? With a single click you will be able to install your favorite applications all at once, even for those that are not available in your package manager.

Full article here:
Automate Software Installation After Installing Ubuntu (Make Tech Easier)

Link: Repair Your System’s GRUB Via The Super GRUB2 Disk 2.00S2 ISO

Hello Linux Geeksters. As you may know, Super GRUB2 Disk is an ISO image that enables the users to easily repair and restore the GRUB, which is used on the most popular Linux systems, due to the fact that it has support for the most popular file systems.

Full article here:
Repair Your System’s GRUB Via The Super GRUB2 Disk 2.00S2 ISO (LinuxG.net)

Link: Setup Backup Server Using Bacula And Webmin On Ubuntu 14.04

Bacula is an open source network backup solution that permits you to backup and restore the data’s from a local or group of remote networked computers. It is very easy in terms of installation and configuration with many advanced storage management features.

In this tutorial, let us see how to install and configure Bacula on Ubuntu 14.04 server.

Full article here:
Setup Backup Server Using Bacula And Webmin On Ubuntu 14.04 (Unixmen)

Link: How to install Monit monitoring and CSF firewall for your linux vps server

Monit and Config Server Firewall (CSF) are both simple and easy to use software for linux vps servers.
Monit not only sends you, email and jabber alerts but also provides you with a web interface from which you can store and graphically represent your data.

Full article here:
How to install Monit monitoring and CSF firewall for your linux vps server (Techarena51)

Link: How to create a bootable USB stick on Ubuntu

To create a USB stick from which you can install Ubuntu, you must first download Ubuntu. Then, follow these instructions:

Note: These instructions should work with all varieties of *buntu and derivatives, as long as they can be installed from an ISO file. These are the easiest instructions we’ve seen for doing this, but you need to have a working Ubuntu box (or any *buntu version that includes the Startup Disk Creator software, or on which you can install that software) to create the bootable USB stick.

Full article here:
How to create a bootable USB stick on Ubuntu (Ubuntu.com)

Link: Linux findmnt Command To Find Mounted Filesystems

The command findmnt is used to find mounted filesystems in Linux. This command will look for a particular filesystem in /etc/fstab, /etc/mtab or /proc/self/mountinfo.

This article explains many of the options of the findmnt command.

Full article here:
Linux findmnt Command To Find Mounted Filesystems (LinOxide)
Related:
8 examples of findmnt command to check mounted file systems on Linux (BinaryTides)

Link: Bulk Replace Text In Many Text Files

Finding and replacing text in a single text file is simple, you can use the Find and Replace function within the edit menu of your text application. The problem arises is want to use this feature in many text files. You can open each one, but that is a little complicated. Today we are going to adapt a script within terminal to carry out this command on a set of text files within a folder. It will open each text file, search for the exact or partial string and then replace it with the text we want. This is a little complicated but a great time saver.

Note: While this article was written specifically for use with OS X, the technique shown should also work in Linux and similar OS’s, with the caveat that perl must be installed on the system.

Bulk Replace Text In Many Text Files (MacTricksAndTips.com)

Link: An Insight of Linux “Variables” in Shell Scripting Language

We already have written a series of articles on Linux Shell Scripting which was warm welcomed that time and it was much relevant even now. Here is the link to the collection of articles on shell scripting.

Here in this article we will see the variables, its execution and its implementation in shell script.

Full article here:
An Insight of Linux “Variables” in Shell Scripting Language – Part 9 (Tecmint)

Link: How to Manage Printers in Linux

Linux often gets a bad rap when it comes to certain peripherals. Printers are no exception. As someone who worked as a remote engineer for a large managed service provider, I can happily confirm that printing, as a whole, is a horrible system. In the Windows environment, printing breaks often – and although Windows might enjoy a larger, more mainstream, selection of drivers, it doesn’t have nearly the level of administration tools as does Linux.

Nearly all Linux desktops depend upon a very user-friendly printer configure/management tool called system-config-printer. Though there may be minor differences in the GUI (from distribution to distribution), the use of the tool is the same – and it’s incredibly easy. Even without the GUI tool, managing printers in Linux is quite simple, thanks to a web front-end for the Common Unix Printing System (CUPS). With this web-based management tool, you can even configure your printers remotely.

In this piece, I will introduce you to setting up a printer using the system-config-printer tool. Once you see how easy it is, you’ll worry less about using Linux as a desktop or even using Linux to share printers out.

Full article here:
How to Manage Printers in Linux (Linux.com)