Ubuntu Security tips. Very useful webpage.

There is a very useful posting here: http://rationallyparanoid.com/articles/ubuntu-10-lts-security.html That gives many useful tips on how to secure your Ubuntu distribution during installation and how to properly configure it afterwards. There are tips on setting the title-bar buttons back to the right of the window and how to properly re-enable the root user.

Converting a comma delimited file to newline delimited. Using sed to perform the conversion.

The search and replace dialog in Gedit. I have used this to convert a comma-delimited file to a newline delimited file. I had saved a huge long list of IP addresses that I had to put into the ban list on my forums, and the list was comma-delimited, but the latest PHPBB software will not … Read more

Debian bootloader fixed.

I had to reinstall my Debian bootloader after an accident with my Debian hard disk and I ended up installing Lubuntu 10.10 temporarily and then after booting into Debian from the Lubuntu boot menu I ran this command: sudo grub-install /dev/sdasudo grub-install /dev/sda And the Debian bootloader was re-installed. I have re-booted to test the … Read more

Linux is getting bloated.

Is there a real reason the Linux distributions like Ubuntu, Linux Mint & Fedora have to be so bloated? The Debian distribution is very fast and usable compared to the Ubuntu distribution that has moved from the Gnome 2.32.1 desktop environment to the Unity desktop that has created some controversy of late. The Ubuntu 11.10 … Read more

Ubuntu 11.10 Alpha 2 released into the wild.

The Alpha 1 released ISO of the Ubuntu Linux distribution has been released into the wilds, bringing with it new features including the 3.0-3-generic Linux kernel and many other software updates including Firefox updated to version 5 and NetworkManager updated to version 0.9. This is an alpha release and not recommended for day-to-day usage, but … Read more

Play video with mplayer and scale the output.

To playback video in mplayer in different sizes, just use this command: 4.4 Fri Oct 05 jason@Yog-Sothoth 0: $ mplayer -vf scale=960:720 Listening\ to\ the\ radio\ in\ Syria.\ This\ guy\ is\ very\ chill.-ncMhr.mp44.4 Fri Oct 05 jason@Yog-Sothoth 0: $ mplayer -vf scale=960:720 Listening\ to\ the\ radio\ in\ Syria.\ This\ guy\ is\ very\ chill.-ncMhr.mp4 This is … Read more

Useful Linux Mint & Ubuntu tips.

To change the default console font, type: setfont /usr/share/consolefonts/Lat7-TerminusBold32x16.psf.gzsetfont /usr/share/consolefonts/Lat7-TerminusBold32x16.psf.gz at the text console and then if you are happy with the size of that font, then type: sudo dpkg-reconfigure console-setupsudo dpkg-reconfigure console-setup and set the same font there as you selected before, and then the initial ram disk will be rebuilt for the running … Read more

Taking screenshots of your Linux desktop. Very easy to do.

Very useful tip in Linux for taking a screenshot showing the contents of a a single window. Use scrot to take a nice screenshot. -{homer@homer-H55-USB3 } $ scrot -t 9 -s term.jpg-{homer@homer-H55-USB3 } $ scrot -t 9 -s term.jpg With this command just run the command and then click the window you want to capture … Read more

Linux help e-books. Some very good resources for the Linux user.

http://www.securitronlinux.com/linux/lc/ This is a library of PDF files that will help new users of Linux set up their system and get to grips with the command line and Linux software. I uploaded these a while ago and I thought I would post about them again to alert my visitors that they are available. They are … Read more

Supercomputers using Ubuntu.

http://arstechnica.com/science/news/2011/04/high-performance-computing-on-gamer-pcs-part-2-the-software-choices.ars Just reading on Ars Technica about the HPU4Science scientific computation cluster that runs Ubuntu server to provide supercomputing cluster services to it`s users. Linux is the one choice for high performance computing, with 92% of the worlds supercomputers running on Linux. Linux or UNIX is a much better choice for server computing than Windows, … Read more

Hard disk transplant. Replacing a hard disk with a larger model in Linux.

Just replaced my 160GB hard disk with another of the same size, a Western Digital 7200RPM drive with 8MB cache as the original drive was about to fail. I copied the whole Linux directory structure across to the new drive, using Midnight Commander: /usr, /lib, /sbin & friends as well as the /boot directory and … Read more

Ubuntu Jaunty Jackalope 9.04 is good.

I have just installed Ubuntu Jaunty Jackalope once more, and I will see how I go with this, I have just installed the ubuntu-restricted-extras package and I should be able to play just about any format I want to. My Windows XP installation is playing up so I sacrificed the disk space occupied by Windows … Read more