Posts Tagged ‘ubuntu’
Linux server – Change default timezone
Monday, August 6, 2012 12:45 No CommentsChanging the timezone on a Ubuntu/Debian server can be done using the following command: su dpkg-reconfigure tzdata
Linux Ubuntu – User not in the sudoers file
Friday, March 23, 2012 10:51 No CommentsIf your user is not in the sudoers file you won’t be able to do any root tasks. To fix this: 1. Boot into the recovery mode and load the root console. (Hold left shift on boot to show the Grub loader) 2. To make the file system writable execute: mount -o remount,rw / 3. [...]