更新屏幕

fbink -s

翻转颜色并更新屏幕

fbink -H -s

在屏幕上显示ip

eips 25 1 "IP: `ifconfig wlan0 | grep 'inet addr' | awk -F '[ :]' '{print $13}'`"

禁用锁屏

lipc-set-prop com.lab126.powerd preventScreenSaver 1

启用锁屏

lipc-set-prop com.lab126.powerd preventScreenSaver 0

iptables允许所有入站

iptables -I INPUT -j ACCEPT

iptables恢复默认

iptables-restore < /etc/sysconfig/iptables && iptables -I INPUT -p tcp --dport 22 -j ACCEPT

关机

halt

切换夜间模式(反色,需要USBNetwork)

fbdepth -H toggle