“Ubuntu could have stayed relevant if Canonical hadn’t tossed aside its user base to pursue Unity and tablets.” Barbara Hudson shares her doubts about Canonical’s apparent strategy for Ubuntu.
Tag: ubuntu
Desktop Linux for the Windows power user
“As a lifelong Windows user, system builder, ex-gamer, and performance freak, I’m not drinking anyone’s Kool-Aid. I just want the most amount of control over my system as possible, and at this point in time, Ubuntu is the best follow-up to Windows XP.” Adam Overa walks the Windows user through the Ubuntu installation process from downloading the CD image to finding help online.
Switch to Ubuntu Linux not Apple Mac OS
“Umpteen number of reports have been published telling people why they should consider switching to the Mac OS now that Vista has failed.” Prosenjit Bhattacharyya suggests Ubuntu as another alternative.
Hardy Heron makes Linux worth another look
“If you’ve flirted with the idea of switching your desktop operating system to Linux but never took the leap, the time is now.” Kevin Purdy highlights key features of the latest Ubuntu Long Term Support (LTS) release.
Editing configuration files with nano
There are many different tools that you can use to edit configuration files. Because of its simplicity, I personally like to use Nano:
user@ubuntu:~$ sudo nano /path/to/the/file
You can change the default settings for nano by editing its configuration file. For example, to stop nano from wrapping text simply make the following changes to /etc/nanorc:
## Don't wrap text at all.
set nowrap
Enabling the root account
Consider the implications of enabling the root account, and then proceed with:
user@ubuntu:~$ sudo passwd root
To disable the root account again, use the following command:
user@ubuntu:~$ sudo passwd -l root
Changing default permissions
Change the default permissions for your installation by editing the value for umask in /etc/profiles and /etc/login.defs.
Open Source Ubuntu
“Ubuntu has been the most popular distro of Linux since 2005, and since I made the switch last year those tearful evenings in front of the computer screen have become a distant memory.” Becky Hogges describes how Ubuntu has put a smile back on her face.