Monthly Archives: May 2011

Frans Tracks

frans-tracks.crossen.org A site to support my amateur recording hobby. Following the end of the Left, Right & Centre residency at Frank Ryans Bar, I needed somewhere to put recordings that are not recorded there. It is based on a free

Tagged with:
Posted in Portfolio

Forcing Linux To Shutdown Or Reboot

[cc lang=’bash’ line_numbers=’false’]shutdown -r NOW[/cc] [cc lang=’bash’ line_numbers=’false’]halt[/cc] [cc lang=’bash’ line_numbers=’false’]reboot[/cc] not working for you? To force a shutdown: [cc lang=’bash’ line_numbers=’false’]echo 1 > /proc/sys/kernel/sysrq echo b > /proc/sysrq-trigger[/cc] And for a reboot: [cc lang=’bash’ line_numbers=’false’]echo 1 > /proc/sys/kernel/sysrq echo

Tagged with:
Posted in Command Line Tricks, Servers, Tech Blog