Some time you get error when you try to reattach with your screen session after you disconnected. So here are some tricks.
To see existing screen sessions
# screen -list
This will display for your current sessions
Get rid of dead sessions
# screen -wipe
To detach a screen
# screen -D
If...
Screen ... It let you have multiple virtual windows in one physical terminal session, and very necessary to use if you are compiling remotely and your internet connection is not reliable.
1) Download latest RPM
http://www.rpmfind.net/linux/rpm2html/search.php?query=screen
2) Install screen...
Shore line firewall known as "Shorewall", it is a very high level firewall and very easy to install and ocnfigure
How to install :-
sudo apt-get install shorewall
configuring shorewall startup service :-
nano /etc/default/shorewall
#Now simply change the line below from 0 to 1
startup =...
There are 2 important scripts to optimize apache,php and mysql very easily. They are
MySQLTuner (Perl) and MySQL Performance Tuning Primer (shell)
They can help diagnose MySQL database performance issues, and provide recommendations on how to solve them.
# Download MySQLTuner and MySQL...
Cpanel has released php 5.3 in easyapache but there are several features which are missing in php 5.3.
Like php 5.3 does not support Zend. However PHP 5.3.1 introduces namespaces, late static binding, decreased memory usage (YMMV), several new extensions, and improved MySQL support. Be sure to...