Today I needed to mount one of my USB sticks on windows to copy some files over. To get windows to recognise it I altered/etc/mke2fs.conf and done the following. Removed ext_addr from “base_features” and commented out the inode_size line. Here is a diff from the default ubuntu e2fsprogs /etc/mke2fs.conf with
Continue readingMonth: November 2011
WordPress Auto Wrapping Code
When posting code it wasn’t wrapping text properly on my blog due to how narrow it is. Luckily there’s some easy code that already exists to solve this so reposting it. height: 120px; overflow: auto; font-family: “Consolas”,monospace; font-size: 9pt; text-align:left; background-color: #FCF7EC; overflow-x: auto; /* Use horizontal scroller if needed;
Continue readingLearning Python
I had set myself a goal to make around 20 blog posts per year, it’s now almost December and I still have not bothered. It is safe to say I am not exactly prolific. I decided that I would learn python, surprisingly it’s been really easy to pick up and
Continue reading