Apache 1.3.42 released today

Apache announces new release for 1.3 Apache HTTP Server 1.3.42 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 1.3.42 of the Apache HTTP Server (“Apache”). This release is intended as the final release of version 1.3 of the Apache HTTP Server, which has reached…


Nvidia drivers 195.36.03 (beta) for Linux x86/x86_64 released

ftp://download.nvidia.com/XFree86/Linux-x86/195.36.03/ 195.36.03 (beta) for Linux x86/x86_64 released Release highlights: Fixed a regression that made the “TVStandard” X configuration option cause system hangs with products from the GeForce 6 and 7 series. Worked around a bug in some AUO laptop flat panels where the native mode in the EDID is invalid, leading to a 640×480 desktop…


Very good shell scripting tutorial!

From cyberciti.biz This tutorial is a beginners handbook for new Linux users / Sys admins and school students studying Linux or computer science. This book is licensed under “Creative Commons Attribution Noncommercial Share Alike 3.0 Unported”. You can download a PDF version by visiting this url.


Prevent Accidental Deletion with rm -rf *

From O’Reilly’s “UNIX Power Tools” Creating a file named -i will prevent an errant rm -rf * from wiping out the directory containing it. How? The * expands -i to your command line, and your rm -rf * becomes rm -rf -i *! See it in action: cd test/ touch — -i touch 1 2…


Edit files remotely via VIM & SCP

if you need to make an edit to a file on a remote server simply vim scp://hostname.example.com//path/to/file.txt (will require username on remote host to be the same as what you have on screen) [email protected]’s password: (enter pw) Press ENTER or type command to continue (hit enter, file opens, make edits, then save and close) :wq…


Edit files remotly with VIM & SCP

if you need to make an edit to a file on a remote server simply vim scp://hostname.example.com//path/to/file.txt (will require username on remote host to be the same as what you have on screen) [email protected]’s password: (enter pw) Press ENTER or type command to continue (hit enter, file opens, make edits, then save and close) :wq…


Have fun – Try Mindguard Nao!!!

From http://zapatopi.net/mindguard/ MindGuard is a program for Amiga and Linux computers that protects your mind by actively jamming and/or scrambling psychotronic mind-control signals and removing harmful engrammic pollutants from your brain. It also has the ability to scan for and decipher into English specific signals so you can see exactly Who wants to control you…


Check firefox phishing filter

Simply point your browser to the following link; http://www.mozilla.com/firefox/its-a-trap.html and you should get the default error message; Reported Web Forgery! This web page at www.mozilla.com has been reported as a web forgery and has been blocked based on your security preferences. Web forgeries are designed to trick you into revealing personal or financial information by…


Modify multiple dns zone files

There are 2 basic ways to modify a dns zone file, from the command line or from WHM via Main >> DNS Functions >> Edit DNS Zone. What happens if you have five hundred domains on a server and want to migrate them all to a new shared IP address? Do you spend the next…


GNU/Linux Advanced Administration

From http://ftacademy.org * Authors: Remo Suppi Boldrito, Josep Jorba Esteve * Coordinator: Josep Jorba Esteve * Licenses: GNU Free Documentation License, Creative Commons Attribute ShareAlike License * Information: 545 Pages; 18.8 Mb The GNU/Linux systems have reached an important level of maturity, allowing to integrate them in almost any kind of work environment, from a…