General

HOWTO: Free Up Resources under Ubuntu Server

Ubuntu Server ships with a few expensive (memory, CPU, disk) periodic processes which are quite unneeded and suck up precious resources on Amazon EC2: apt-get remove landscape-client apt-get remove consolekit apt-get remove update-motd apt-get remove update-notifier-common apt-get autoremove Reclaimed 20% of my RAM right away - also, CPU and swap usage dropped like a stone. What are these? They run periodically to notify you of package updates (you should know how to do this yourself) and update the /etc/motd file whenever someone logs in.

Disabling Ubuntu's new Mac-like menubar

Ubuntu 11.04’s new menubar is a user interface disaster. Here’s one way I’ve found to turn it off: echo 'unset UBUNTU\_MENUPROXY' >> /etc/X11/Xsession.d/81noappmenu You can also probably remove /etc/X11/Xsession.d/80appmenu, but a package update will put it back.

Geek Odyssey - Online Filesystem Expansion using the Linux Storage Stack

/dev/mapper/vg01--vol1-storagepool1 2.7T 2.0T 579G 78% /export root@localhost:~# mdadm --add /dev/md3 /dev/sdf1 root@localhost:~# mdadm --grow /dev/md3 --raid-devices=4 root@localhost:~# cat /proc/mdstat Personalities : \[linear\] \[multipath\] \[raid0\] \[raid1\] \[raid6\] \[raid5\] \[raid4\] \[raid10\] md3 : active raid5 sdf1\[3\] sdi1\[2\] sdg1\[0\] sdh1\[1\] 1953519872 blocks super 0.91 level 5, 64k chunk, algorithm 2 \[4/4\] \[UUUU\] \[>....................\] reshape = 0.2% (2396040/976759936) finish=1458.9min speed=11130K/sec md2 : active raid5 sde1\[2\] sdd1\[1\] sdc1\[0\] 976767872 blocks level 5, 64k chunk, algorithm 2 \[3/3\] \[UUU\] md0 : active raid1 sda2\[0\] sdb2\[1\] 4192896 blocks \[2/2\] \[UU\] md1 : active raid1 sda1\[0\] sdb1\[1\] 239994880 blocks \[2/2\] \[UU\] unused devices: <none> root@localhost:~# lvresize -l +100%FREE /dev/vg01-vol1/storagepool1 Extending logical volume storagepool1 to 3.

Dropbox Dupes.

https://www.dropbox.com/terms#privacy Compliance with Laws and Law Enforcement Requests; Protection of Dropbox’s Rights We may disclose to parties outside Dropbox files stored in your Dropbox and information about you that we collect when we have a good faith belief that disclosure is reasonably necessary to (a) comply with a law, regulation or compulsory legal request; (b) protect the safety of any person from death or serious bodily injury; (c) prevent fraud or abuse of Dropbox or its users; or (d) to protect Dropbox’s property rights.

The Screengallery Re-Awakens

After a hiatus and some neglect I’ve put some love back into the screenshot gallery - now hooked up to facebook (maybe twitter soon) so friends can see. For those unfamiliar, what’s the point? Everyone’s got a favorite new computer, phone, wallpaper, widget, app or Internet moment they’d sometimes like to share, so why not share it. Visit the gallery in the sidebar from the site or here in this post: http://www.

Ode to Skype

Skype has lots of users, especially in the business world, but a lot of other folks seem to have strong opinions on it. Adverts, user interface design, bandwidth usage, privacy, the critiques seem to run the gamut. Seems to me its the only IM service with an official client that actually looks like a Windows application without sporting an atrocious looking window style. The buddy list also has only one ad right at the bottom, and even then its not there all the time.

Quick Thoughts on Ubuntu 11.04 Beta

Played with Unity, the new desktop shell in Ubuntu. It places a notification bar along the top of the screen from left to right, and an application dock / taskbar down the left side of the screen. Clever looking on first boot. Some thoughts: In almost all apps, the menu bar is hidden by default, but there are seldom sufficient controls exposed by the application to justify this - the menu bar is required for a great deal of the functionality in various Linux applications which is not exposed by the default toolbar buttons.

More fun with VPS's - Amazon EC2

With the introduction of Amazon EC2 micro instances I’ve decided to move my personal server from Burst.NET into an EC2 instance. Huzzah! Amazon provides a rather interesting service with EC2, giving an account holder the ability to spawn numerous virtual machines on demand for experimentation, deployment and migration purposes. Impressed!

On Privacy Issues Surrounding Facebook.

A good talk by Eben Moglen on the implications things like Facebook have on our privacy and personal security. Particularly interesting This speech was made before Facebook newly updated its privacy policies and extended its reach to sharing your personal information with almost every major media outlet online. Worth a watch - skip ahead to 2:05, that’s where he begins to speak.