<form action="<?=$_SERVER['PHP_SELF']?>" method="post"> <select name="test[]" multiple="multiple"> <option value="one">one</option> <option value="two">two</option> <option value="three">three</option> <option value="four">four</option> <option
Posted in HTML | No comments »
cPanel cPanel/WHM Initial Installation Errors: /var/log/cpanel*install* – These log files contain verbose logs of the
Posted in Server | No comments »
Login to web server via SSH. For Apache 2.0.x, execute the following command:up2date -i httpd-devel
Posted in Web | No comments »
Setting your time zone In /etc the file, localtime, is a link to or copy of a
Posted in Shell | No comments »
ln -sf /usr/share/zoneinfo/GMT /etc/localtime Other way is to directly copy the proper timezone file and
Posted in Shell | No comments »
a@A:~> ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save
Posted in Shell | No comments »
For example, set new data to 2 Oct 2006 18:00:00, type the following command as
Posted in Shell | No comments »
Example: ssh -tq server2 uptimme Now it should work!
Posted in Shell | No comments »
Logged in as root, check which timezone your machine is currently using by executing `date`.
Posted in Shell | No comments »
VPS Date issue: # vzctl stop <veid> # vzctl set <veid> –save –capability sys_time:on #
Posted in Shell | No comments »