Archive | Normal RSS feed for this section

Clearing out the /boot partition on Ubuntu Server

Recently I had an issue where I could no longer update packages. The system was responding normally, but after digging around, I found that the /boot partition was 100% full.

After digging around on Google for a while, I found this little gem.

 dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done

This finds all the linux-image that are in your /boot partition and one-by-one removes them.

Comments { 0 }

WordPress Most Popular Plugins (Infographic)

One reason WordPress is so successful as a blogging and CMS platform is due to the community of developers dedicated to making it great.

WordPress themes has a great infographic designed by “Charts” on 30 of the most successful plugins in the official database that exceeds 22,000 plugins.

Some of my favorites are listed below.

WordPress Most Popular Plugins

Comments { 0 }

How To Move Critical Windows Folders to Other Local Disks

Moving Users and Prog FilesIf you’ve ever needed or tried to move the C:\Users directory or other default Windows® directories to another place other than the default one, you know it can be quite difficult.

I’ve tried to Google this, and talk to others about doing it. What seemed to be such a simple request also seemed to be difficult to pull off. That’s when a brilliant (nearly the smartest man I know) told me about hard links & junction links in windows. Think of them like symbolic links in Mac or *nix systems.

  • C:\dira linked to C:\dirb
  • D:\dir1\ to C:\dir2\dir3

The great thing about using hard links in Windows is that it acts as if the data is still there. In the example above, when you’re browsing C:\dira the system will act as if you’re really in that directory when in all reality you’re browsing C:\dirb. Even the address bar will show that.

Thanks to an almost 3-year-old post on Lifehacker, I accomplished what I thought was only possible with tons of registry tweaking and tons of time spent in Safe Mode with a potentially unstable system afterward.
Continue Reading →

Comments { 0 }

AutoFocus Previous Post / Next Post Image Thumbnails

For a primer, you should check out my previous post on this topic. There will be some referencing it in this post.

It’s been a couple of years since that post and many things have changed.
The theme AutoFocus has gone through a number of changes. Alan has released a “Pro” (paid) version of the theme with tons of enhancements. He’s also stayed fairly current on releasing updates to the theme. Now both the lite and pro versions are at version 2.0.2 and come with some bells & whistles that just weren’t available when I started using Autofocus.

Even with all of those updates, enhancements, etc… I just didn’t like the direction AutoFocus was going. I was stuck in its 1.x days and loving the way it worked. I love the simplicity, lack of widgets, and overall minimalistic view of the theme. Needless to say, I never upgraded. I’ve made my own modifications to the theme throughout the time I’ve had it, and I like it just the way it is.
Continue Reading →

Comments { 0 }

11 Essential WordPress Plugins for September 2011

A friend started out today asking me if I had time for some WordPress input…specifically regarding backups and related plugins. I though to myself, maybe I should write up a small email to my buddy and mention all the plugins I think are essential. I did and that led to me thinking…”I should put this out for others.” He thought the same thing and suggested I turn it into something on my site.

So, I put some time into this list. I only suggest the plugins I think are the best in their respective categories, so with that, let the list begin.
Continue Reading →

Comments { 3 }

Photographer’s Rights

I recently came across these and I’m not entirely sure where it was. I’m sure it was when I was geeking out over some fantastic photography equipment that I want.

Nonetheless, these little rules where worth copy/pasting for future reference. So just uncovering them again, I figured I’d just post them out to the blog where a good maybe 3 to 4 people might read them.
Continue Reading →

Comments { 2 }

Permalink Change – Moving Forward

I recently just changed my permalink structure here on this blog. I was getting tired of seeing the year/month/day/title in the URL. Instead I just chose the simple /archive/post-title approach. I think it will be much better.

For this to occur, I used the plugin Dean’s Permalinks Migration. You’ll find this plugin, once enabled, under your “Settings” area. Ensure that your old Permalink structure is there and then easily change to your newly desired permalink structure.

With this plugin, you can safely change your permalink structure without breaking the old links to your website,and even doesn’t hurt your google pagerank.

It really is as simple as that, now all my new posts have a shorter, more easy to follow URL permalink structure.

Comments { 1 }

There is a War Going on for Your Mind

There’s a war going on for your mind

Media mavens mount surgical strikes from trapper keeper collages and online magazine racks
Cover girl cutouts throw up pop-up ads
Infecting victims with silicone shrapnel
Worldwide passenger pigeons deploy paratroopers
Now it’s raining pornography
Lovers take shelter
Post-production debutantes pursue you in Nascar chariots
They construct ransom letters from biblical passages and bleed mascara into holy water supplies

There’s a war going on for your mind…

Industry insiders slang test tube babies to corporate crackheads
They flash logos and blast ghettos
Their embroidered neckties say “stop snitchin’”
Conscious rappers and whistleblowers get stitches made of acupuncture needles and marionette strings

There is a war going on for your mind…

Professional wrestlers and vice presidents want you to believe them
The desert sky is their blue screen
They superimpose explosions
They shout at you
“pay no attention to the men behind the barbed curtain
Nor the craters beneath the draped flags
Those hoods are there for your protection
And meteors these days are the size of corpses

There’s a war going on for your mind

-Flobots

Today on the way to work this PSA from the Flobots 2007 Fight With Tools album came on and I just had to find the lyrics this morning and read them sitting down. That’s some powerful stuff right there.

Comments { 3 }