Hi all, install bind 9 on debian 8 and chroot it isn’t a complicated task. But that’s steal a precious time for doing something else. So this is just a tiny post to simplify you this way First Step : install Debian 8 Second step : Third step : just use wget to download the …
Blog
When you work in a hosting company, DN is probably one of the services with you need to interact every week. With this script you can update automatically one or more of dns zone files : for the serial number : just let bash doing it for u. Because most of time we are not …
When you manage servers, it can be useful to take a numbers of action automatically (restart a service, add a firewall rules, kill a process, sending an alert, etc.) if the load average is too high. The problem of a lot of shell script about this, it’s if the load average down slowly after the …
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. To install webmin on debian …
Hi all, you can find here my 2 patches against the GHOST vulnerability for Mandriva 2010.2 Linux distribution and Mageia 3. 1) The first patch is for Mandriva 2010  and i want to thanks Moncef Limam  AET (http://aet.com.tn) for his help. 2) The second patch is for Mageia3 Linux To install the patch : 1) download …
Another new version of patched bash version against shellshock for out of date linux distribution. This patch works with success on Mandriva 2008 to 2010.2, OpenSUSE 12.1 Asparagus 64 bits & Red Hat Enterprise Linux Server release 5.2 (Tikanga). I’ve also put a corrected version for OVH Release 2 64 bits linux distribution To install …
When you manage a hosting company you have many clients that can’t upgrade their software version. The only solution to keep this clients is to maintain old packages version like php or stop the service. Today i’m migrating an historical server with clients that use an old php version (php4) and an apache 1.3 version …
It is not enough to plan everything : must also be able to improvise and adapt. Christophe Casalegno ​Vous pouvez me suivre sur : Twitter | Facebook | Linkedin | Telegram | Youtube
A very simple way to extract email addresses from an arbitrary file like a mysql file or another binary file, you can use the two commands strings and grep : Example : This command will parse all your mysql files and extract them without database connexion, : I have also tested with success this method …
You can simply use the sed command to do this : Go on your dns zone directory and : Example : That’s done, you can just restart bind :) – Christophe Casalegno http://twitter.com/Brain0verride http://www.facebook.com/brain.override
« Patrick J. Volkerding » announce that Slackware 13.37 has been released. Nearly a year in the making, you will appreciate the performance and stability that can only come with careful and rigorous testing. Slackware 13.37 uses the 2.6.37.6 Linux kernel (hence our new $SLACKWARE_VERSION.$KERNEL_VERSION naming system used for this release ;-), and also ships with 2.6.38.4 …
IPChat is a ncurses-based chat program written undo GNU General Public License v2 which operates peer to peer, identifying contacts by IP address. It features a nice interface with colors, easy line editing, line history, terminal window resizing, a persistent contact list, online help, separate windows for each contact, and much more. IPChat is a …