Network Configuration Ubuntu ships with a number of graphical utilities to configure your network devices. This document is geared toward server administrators and will focus on managing your network on the command line. Ethernet Interfaces Ethernet interfaces are identified by
Uploading File in Ubuntu Recovery Mode
Enter into shell Boot into “Ubuntu (Recovery Mode)” From the recovery menu drop to a root shell. Enter the following command to remount your filesystem as read-write: mount -o remount,rw / Make the required changes to your operating system and
Running Google Chrome as Root in Ubuntu 13.10
Open google-chrome located in /usr/bin with ‘gedit’, ‘kate’ or your favorite text editor. Code: gedit /usr/bin/google-chrome Add “–user-data-dir” (without the quotes) at the very end of the file. Mine looks like this: exec -a “$0” “$HERE/chrome” “$@” –user-data-dir Save, close