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…
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…
[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…