Am I a nerd’s nerd ?
Saturday, August 28th, 2010
I was just looking through my google analitics and noticed that 41% of my site traffic comes from Firefox. What does that say ?
Saturday, August 28th, 2010
Not sure if it is live or what the hell I was doing but in my quest to spread WoL everywhere I “think” there is an app now.
http://apps.facebook.com/wakeonlan/
Tags: Facebook, WakeOnLan
Posted in Interweb, Software Development | No Comments »
Saturday, August 28th, 2010
I was just looking through my google analitics and noticed that 41% of my site traffic comes from Firefox. What does that say ?
Tags: Firefox
Posted in Computers, Interweb | No Comments »
Saturday, August 21st, 2010
I found a great site http://www.markusbe.com/2009/09/installing-flash-media-server-on-ubuntu-linux/ with a script to install FMS so here is how I got on
1. Do a wget markusbe.com/ifu
2. Hopefully the file downloaded ok so next bash ./install-fms-3.5.3-ubuntu
3. Site back and wait a while…..
4. Follow the install instructions (yes you can do this from Terminal) so no need for the GUI
Set up ran fine, now to see if FMS is any good.
Posted in Computers | No Comments »
Saturday, August 21st, 2010
Liking Ubuntu more and more so here is a quick tip.
If you want to install server but still have a GUI you can do a minimum install with:
sudo aptitude install –without-recommends ubuntu-desktop
which will give you a GUI with a download of about 180mb against 400+mb with the recommends.
Not hardcode but sometimes it’s easier with a GUI :)
UPDATE Works on 10.10 as well.
UPDATE Works on 11.04 as well.
UPDATE Works on 11.10 but not as well. Doesn’t load Unity very well…. uggg
Tags: 10.4, Server, Ubuntu
Posted in Computers | No Comments »
Thursday, August 5th, 2010
Lots of into for a UITextField but not a UITextView.
1 2 3 4 5 6 7 8 9 | - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text { if ([text isEqualToString:@"\n"]) { [textView resignFirstResponder]; return NO; } return YES; } |
Tags: Apple, Code, iPad, iPhone, iPod Touch, XCode
Posted in Software Development | No Comments »
Copyright © = date('Y') ?> - depicus | Entries (RSS) | Comments (RSS)
WordPress theme butchered and amended by me.


