Archive

Author Archive

My First Mac

January 25th, 2010

Looking for a new laptop I decided to get a Mac, a MacBook Pro 13″. First I was hesitating, cost, unfamiliar OS and the fear of the lack of interoperability left me doubtful. The problem of price sort of solved itself as I stumbled over a coupon code on the web and so I could save about 150€ (~$212 as of 25th January). I had to act quick and decided to get it before the offer would expire.

A couple of days later the MacBook arrived. The unpacking, the packaging being premium to say the least, reminded me of boxing day as a child. Read more…

Popularity: 1% [?]

Mac , , , ,

Been a while…

January 17th, 2010

since my last post, almost a year and a lot has happened. Two Ubuntu releases, third one being in alpha right now, Windows 7 and Snow Leopard. The latter is the one I’m using to write this particular post. Yeah, that’s right. I got a Mac, but no only did I get a mac, I got myself a copy of Windows 7 Home Premium and I got myself a Linode, running Ubuntu 9.04 and waiting for the next LTS release to upgrade.

As you might imagine I have got lots of stories to tell, if I can be bothered to actually write posts. But I’ll try.

Popularity: 1% [?]

Real World

‘sudo’ for Powershell, sorta

February 24th, 2009

Using powershell one thing I found annoying is just could’t figure out how to run processes with elevated rights without having to start a new, elevated powershell. I was looking for a sudo kind of command/script.

I was hitting the big lower case g (google) and found this. Thanks to Tsukasa I finally found a ‘sudo’ for powershell.

I just had to figure out a why to get it to work. Probably there are others looking for the same I thought I might just summarise the steps it took to make it work. Read more…

Popularity: 59% [?]

IT , ,

Playing with Windows PowerShell

February 23rd, 2009

Making the switch from XP to Vista64 I found myself playing around with the OS and some of Microsoft’s current projects and tools. As a Linux command line enthusiast I was always bothered by the lack of a good shell for the Windows part of my computer life. Cygwin just felt wrong and since I heard about the new MS shell called Powershell a while back I thought maybe I should give it shot. Getting used to it.

What I really liked is the fact that they took a lot of familiar u/*nix shell commands, using them as aliases to their own commands. So, there are different commands you can use to achieve the same task. Pretty simple example everyone should be familiar with is listing files in a directory.Doing a ‘Get-ChildItem’ will get you to your list just as ‘ls’ or ‘dir’ does.

‘Get-Process’ and ‘ps’ is just another example and the only strange thing about it, is that the aliases always seem to be be the better choice, since they’re much shorter and therefore quicker to type.

Why would you type ‘Get-Help New-PSDrive’ if you can do the same typing ‘man mount’ ?

That’s it for now. Next time I’ll tell you how to get a little sudo-like command for Powershell.

Popularity: 28% [?]

IT , ,

In the mood…

February 15th, 2009

Sometimes you feel like everything you do is just boring and nothing could change that.

Sometimes you don’t feel like blogging at all, because you’re not sure if there is anything to write about.

Sometimes however you do feel like writing a blog post because it could be the revelation you’re looking for.

 

I haven’t been actively doing anything with my blogs or websites for quite some time now and I think it’s the right time to change that. While I was being bored I managed to do some things that I’m going to write about in the days and weeks to come.

Among those things are a guide on how to set up your own Ubuntu server in Virtual Box on Windows to use to get some ssh and web action going. Another thing I plan writing about is setting up IIS7 on Vista and getting some applications and modules up and running.

So, that’s it for now. Hope to see you next time.

Popularity: 30% [?]

IT , ,

Turn Pidgin into an awesome Microblogging client

November 21st, 2008

Pidgin, Free Software multi protocol instant messenger, is the choice of many users on both Windows and Linux machines and a lot of people use it to post messages on on Microblogging sites like identi.ca or Twitter, either directly via xmpp in the case of identi.ca or using ping.fm, the probably most popular web application to post on several services simultaneously. I will show you some plugins to enhance the Microblogging experience using Pidgin.

First of all if you don’t know what Microblogging is, and you’re lazy to type Wikipedia into you’re location bar here’s the link to the the entry about it. Long story short, it’s basically some sort of online community where you can post public and private messages usually of 140 characters, the size of an SMS. It depends on your encoding, and responses on services like jaiku can be much longer, but that’s just to get you sort of an idea what it’s about.

This cap of characters your able to use is already the first problem you’ll probably face using Pidgin as you have absolutely no idea how many characters you already typed into the input field while the web sites of the services themselves usually show some sort of counter next to the input area or field. This brings us to our first plugin:

ConvCharCount

It’s kind of a no brainer to guess what it does. It counts the characters contained within the input area of Pidgin and shows the count on the right side of the bar where the emoticons, formatting and the like are located. Get it here

Pidgin identi.ca/Twitter Status

These two plugins set your status message to whatever your last dent on identi.ca or tweet on twitter was, only use one at the same time. Installation is quite easy, on Linux and you should already have everything you need to run them, on Windows however you’ll probably need to install ActivePerl. Which isn’t uncommon and you need for a lot of Pidgin plugins. Anyway here’s the like for the identi.ca plugin and here’s the one for the Twitter one.

Twitter in your profile

It puts your last tweet inside your protocol’s profile at a position you defined. You can put all your usual stuff in there and tell the plugin where it has to put the text of your last tweet. Personally, I don’t see a use for this. Is there anyone who even pays attention let alone looks at profiles on instant message services? Well, if your part of such a group this is probably for you. It works and it does what it promises. Link

Microblog-Purple

This is the one plugin you should probably keep an eye on or maybe even start using it today. I currently only supports Twitter, but other services like Jaiku and identi.ca are planned for the future. When Twitter dropped it’s xmpp support a lot of people were sort of pissed as they couldn’t use pidgin anymore to post tweets. Ping.fm already existed at this point which some did not want to use following their Stallmanian ways. Microblog-Purple, when activated adds another protocol to your account management: TwitterIM. After you gave it your password and account name you can start writing and reading tweets. Link

I know that there are a lot of desktop application like Twitux, Twhirl and Gwibber out there which do an amazing job and which I used for a while and appreciate all the work that was put into them but I prefer to not run one gazillion applications at the same time, and if Pidgin does the job. Why not?

Popularity: 67% [?]

Ubuntu, www , , ,