Posts Tagged ‘ubuntu’

Linux server – Change default timezone

Monday, August 6, 2012 12:45 No Comments

Changing the timezone on a Ubuntu/Debian server can be done using the following command: su dpkg-reconfigure tzdata

This was posted under category: Operating Systems, Unix/Linux Tags: , , , , , ,

Linux Ubuntu – User not in the sudoers file

Friday, March 23, 2012 10:51 No Comments

If 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. [...]

This was posted under category: Unix/Linux Tags: , , , , ,