Month: March 2010

cPanel backup by PHP Script

From phpzone.net Hello Friends, as a developer i am daily using cPanel and its features and in that features cPanel provide one feature to take full backup or to take backup of any folder from the server but sometimes in some circumstances we have to take daily/weekly/monthly full backup of files by PHP script by…


Freenet

Linux and other Unix-like systems Try the JavaWebStart installer. If it doesn’t work, please try the instructions given below. You need to have a recent Java Runtime Environment (JRE). We have experienced best results with Sun’s Java Runtime Environment which can be obtained via your package manager or from http://www.java.com/. Java version 1.5 and later…


Nikto: Web security check

From linuxmag.com Nikto is a free, open source, command line scanning script used for testing your web server’s security. It checks for thousands of vulnerabilities and potential security weaknesses such as default files and programs, outdated servers, insecure files, server and software misconfigurations. Nikto uses a configuration file, three dozen plugins for testing and a…


Linux Distro’s Links/Guides/Forums

From tuxenclave.wordpress.com Here is a huge list of Links/Online Guides/Forums for Linux .. These are mainly Official Links which you can find on the respective site ========================================== General Linux Guides/Links The Linux Documentation Project : – The Linux Documentation Project How-To : – Index of /pub/Linux/docs/HOWTO/other-formats/html Easy Linux : – Main Page – HowtoForge :…


Split screens in vi/vim

From microshell.com This is pretty simple to do. It’s also very usable if you just want to compare 2 files or different sections on the same file. Here’s what you do while in vi or vim. Split screen horizontally split The above code will split vi horizontally like the screenshot below. You can also supply…


Quick and Dirty Backups with rsync

From enterprisenetworkingplanet.com We’ve all seen countless articles, blog and forum posts explaining how to back up a server with rsync and other tools. While I’ve cringed when people talked about using non-scalable methods, there actually is a place for quick and dirty backup mechanisms. Small companies running just a few virtual machines in the cloud,…


SSH Warning: “Remote host identification has changed”

From geekride.com This is one of the very common warning you will get while doing ssh to a system. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA…


Two front ends for Clamav

From unixlab.blogspot.com Clamav is the most popular free anti virus program for Linux environment.( Of course it scans for widows virus) However, clam is a command line utility and you need some skills for manipulating is properly. There are several graphical front ends for clam av which can make your life easy. The most popular…


msrp

From agateau.wordpress.com Have you ever faced the need to rename a file and do a search and replace to adjust all places where it is referenced? For example if you are a C++ developer you may want to rename foo.h and foo.cpp to bar.h and bar.cpp, but you must also replace all lines which says…


Multi-tail

From thelinuxblog.com A few weeks ago a new version of RSSTail came out. After reading the RSSTail page I found out that you can use RSSTail as a plugin to a fantastic application called multitail. That is when I realized that multitail is actually written by the same person. If you rely on tail, or…