Articles on Linux, the open source operating system
The Raspberry Pi 2 as an Internet Radio using Mopidy
Recently I got a Raspberry Pi 2, which is said to be 6 times faster than the original Raspberry Pi B. This makes it more suitable for tasks like being a media player.
Getting a full CanaKit Raspberry Pi 2 Ultimate Starter Kit adds many components for experimentation (LEDs, resistors, breadboard, 40-pin ribbon cable, ...etc.). The price was attractive since with Amazon you get free shipping, and therefore it will be cheaper than getting it directly from CanaKit.
Presentation: Replacing Laptop Disk on Linux
Today, I gave a KWLUG Talk on how I replaced the disk of my laptop under Linux, while preserving all the information on it and making hibernate work.
The PDF of the presentation is attached below.
Installing KDE Desktop on Ubuntu Server LTS 14.04
In mid June, my laptop hard disk died. Suddenly, there was a flurry of disk I/O wait, then applications started to report errors trying to write anything.
With a 500GB 2.5" laptop disk lying around that was used for backup, I replaced the dead disk with this one.
I had an Ubuntu Server 14.04 CD lying around, and therefore did not bother to download Kubuntu 14.04.
My laptop's home directory is backed up daily via ssh to the server. So my data was safe.
How to upgrade a Linux laptop to a new hard disk
Recently my laptop hard disk died suddenly, and I had an unused 2.5" laptop disk lying around, so I just put that in, and installed Ubuntu Linux LTS 14.04, then added the packages I needed.
However, using smartmontools, I found out that the not so new disk has unhealthy statistics, and did not want to risk down time on my main computer.
Flashing Android OmniROM KitKat 4.4.4 on an Acer Iconia A500 tablet
Attached are the slides from my presentation tonight at the KWLUG on how to flash a custom Android ROM (in this case OmniROM) on the Acer Iconia A500 tablet. The podcast is here.
The whole process was done without any Windows software. All was done from Linux.
- Getting a CPU ID using APX mode, then getting an SBK (Secure Boot Key) from that.
- Installing Timmy Dean's V4 Rollback.
Getting the Hauppauge Win TV HVR USB 950Q Tuner to work with Ubuntu 14.04 Linux and XBMC/Kodi
Since I moved from cable TV to free HDTV over-the-air (OTA) ATSC TV, I have been using the Homeworx HW-150PVR as a PVR (personal video recorder) for HD TV.
Setting up SPF and DKIM on Postfix to overcome Yahoo/Verizon/Cox DMARC
More and more large companies are implementing more restrictive email policies to fight increasing SPAM. These are mainly DMARC. Such companies include Yahoo, Cox, Verizon, and others.
As this happens, some of your legitimate email may be rejected because email servers are more restrictive.
In order to minimize the probability of your email being rejected, the following describes how to implement Sender Policy Framework (SPF) and DKIM on your already running Postfix mail server.
Upgrading OpenWRT to Barrier Breaker 14.07, and getting opkg to work again ...
Now that OpenWRT has released a new stable version: Barrier Breaker 14.07, it was time to upgrade my D-Link DIR-835 router running snapshots to it.
Do do this, I first did the following:
1. Save a list of the packages, using the command:
opkg list-installed
Then using some scripting on the output to ignore the version numbers.
2. Updating the /etc/sysupgrade.conf file to look like this:
/etc/rc.local /etc/syslog-ng.conf /etc/crontabs/
Avoiding changlog prompt when running aptitude full-upgrade
If you are, like me, an Ubuntu user who is annoyed when doing aptitude full-upgrade because it stops and displays the changelog until you press "q", then here is why this happens, and how to change the behavior.
The reason this happens is that the package apt-listchanges is installed on your system. This package lists the changes before applying them.
However, by default, it stops the upgrade process until the user has provided input. The silly part is that there are no choices at this point, the user must dismiss the output and nothing else can be done.
Most Comments
Most commented on articles ...