Easy solutions and ideas found after long googling or hard coding
Check Installing CentOS 6.2 on VMware post.
– make sure SELINUX is disabled and iptables is configured for FTP
– add ftp user
adduser ftpuser -g ftp -s /sbin/nologin -d /server
#set password
passwd ftpuser
– configuration, more info
This will disable SSH login as root
sed -i '/^PermitRootLogin/s/yes/no/' /etc/ssh/sshd_config && \
/etc/init.d/sshd restart
Server load is open source widgets for android that retrieve your current server average load and display it on a widget on your android home screen, you can add more widgets for each server. The widget will update every 30 min to display your server’s current average load. Check the php example for extracting your servers’ current load.
Program test on Galaxy s2
great help @ http://mansurovs.com/tech/converting-vbulletin-to-utf-8
these are the exact commands that worked for me
This the simplest tooltip jQuery plugin you can find around.
-
features:
- takes advantage of live(), mouseenter and mouseleave methods
- tracks mouse movement
- right and bottom viewport border tracking
- can be applied on any element
Demo – download – Google code – GitHub