upgrade Ubuntu from the command line
To upgrade Ubuntu to the latest version using the command line, follow these steps: 1. Install the package update-manager-core # apt-get install update-manager-core 2. Execute do-release-upgrade # do-release-upgrade NOTES: -…
Enable Ctrl-Alt-Backspace to kill the X server in Ubuntu
It's been awhile since Ubuntu disable the possibility of using Ctrl-Alt-Backspace to kill the X Server. Here's what you need to do to get that functionality back: UBUNTU (and newer)…
Setup a local Debian/Ubuntu package repository
If you have some specific packages that you just want to share in your LAN. then you can easily create a local repository with your packages. Here's how to do…
Setting up software RAID on a running Debian system
If you have a running Debian (or any Debian based distro, like Ubuntu) system and want to configure a RAID1 (mirror) without losing your existing data, this can be accomplished…