Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of Randomness wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:47, 21 September 2024 Derg talk contribs created page ensure services.sh (Created page with " <syntaxhighlight lang="shell"> #!/bin/sh if [ $(id -u) -ne 0 ]; then echo Must be run as root >&2 exit 1 fi service cron start service atd start service apache2 start #service ssh start </syntaxhighlight>")