Tag: startup

  • Getting Linux working with the Lenovo Yoga 13

    This worked for me with the Elementary OS, a distribution of Linux based on Ubuntu, which in turn is based on Debian, but you may have luck getting this to work in other distributions as well. For the WiFi, you must download and install the wireless driver. Instructions can be found at the GitHub repository…

  • Running a script at startup in Ubuntu Server

    There is a script located at /etc/rc.local that runs when the server starts up. By default, all the script has in it is this: #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will “exit 0” on success or any…