Remove entire line containing string in a file
Remove entire line containing string in a file I need to grep for a particular ‘string’ in a file and remove the entire line where the occurrence of the string is found. I want...
Open Source Tecnologies
Remove entire line containing string in a file I need to grep for a particular ‘string’ in a file and remove the entire line where the occurrence of the string is found. I want...
I’ve heard a lot about link aggregation, teaming or bonding but I’ve never tried it. Until now. In this post I will demonstrate how to setup NIC teaming on CentOS 7 virtual host. Setup...
In my work i had to change from Postfix mailbox users to maildir users. Inside the home directory i had about 450 users directory that needed to create the maildir format inside. So i...
I have been using Bacula since 2005. About a year ago, I obtained about 200 HP Lto4 tapes from i dismantled It project. They were no longer used at work until now. In order...
Introduction Bacula is a sophisticated backup solution that can handle local and remote backups by leveraging a client-server model. It has very flexible configuration options that provide complete control over the backup environment. Install...
Hi, In my work i got to make big restore from tape, but i didn’t had the jobs and volumes inserted on the database. This post explains what i did and the differents approaches...
mhVTL is an open source Virtual Tape Library which emulates standaard tape libraries. This can be usefull when testing backup scenarios or tape handling. Here is how I set it up on CentOS 6.5. Virtual...
Preparing Windows Images The first step is to create a new image file to install windows. If you have QEMU installed, it is easy enough as running. qemu-img create -f raw newimage.raw 30G 20GB...
In this post, we are going to show you how to install Tiny Tiny RSS on Ubuntu. This is right on time to prepare you for the imminent shutdown of Google Reader service. Tiny Tiny RSS is...
1. Introduction Logrotate is a utility designed for administrators who manage servers producing a high volume of log files to help them save some disk space as well as to avoid a potential risk...