depicus

  just another nerd on the interweb…



  • home
  • gallery
  • play page
  • support
  • videos
  • what is depicus

Archive for August, 2010

Facebook App

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 »

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 ?

Tags: Firefox
Posted in Computers, Interweb | No Comments »

Installing Flash Media Server 3.5 on Ubuntu 10.4

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 »

Ubuntu server 10.4 install a GUI

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 »

iDev – hiding the keyboard for a UITextView

Thursday, August 5th, 2010



Lots of into for a UITextField but not a UITextView.

View Code OBJC
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 »

<< Previous

  • how i pay the bills

  • google rank getter

    Android Apache Aperture Apple App Store bbPress Bike Bug Canon 7D Code Dell DotNet Dropbox Fail Firefox forum Frustration Golf iPad iPhone iPod Touch Java Kenya Linksys Macbook Pro Netgear Objective C Open Source OSX PHP Rejected Safari Server Skype Support Ubuntu Update WakeOnLan Wake On Lan Wifi Windows Windows 7 Phone Wireshark Wordpress XCode
  • depicus in africa

    depicus in africa
  • friends

    • Agency Manager
    • AllClear Travel
    • Climbing Tikes
    • Globe Bloggers
    • Marchday
    • The Travel Toad
  • gallery

    IMG_4351 IMG_3527 Bisley Developments Ltd IMG_2243
  • videos

    Vimeo

    YouTube
  • twitter

    • Holy geekness batman we have an Arduino doing Wake on Lan forwarding programmed in less than 4 hours… amazing - #iamanubergeektoday view
    • Arduino WoLF app coming along nicely view
    • RT @pasm69: On the one hand we are in a #drought says #thameswater, on the other £4.1B to throw rainwater down the #supersewer #itisjust ... view
  • recent comments

    • Sef: Yo, thats 720p @ 60fps. Huge Difference… in file size, processing, everything. DSLRs aren’t there...
    • Finson: Worked..!! Replaced all the InstallOnLHS and InstallOnWinXP with value 0 and the installation completed...
    • Geux: Terminal command didn’t work, but editing the plist manually did the trick. Thanks !!!
    • Nebras Alattar: Hi The code that you posted is very useful, but i faced a problem when i run the app i got the...
    • leon: how can I get the ImageIO.framework ? I’ve read that it doesn’t exist for iphone!!!! Can anyone...
  • archives

    • May 2012 (2)
    • April 2012 (4)
    • February 2012 (8)
    • January 2012 (6)
    • December 2011 (7)
    • November 2011 (1)
    • October 2011 (2)
    • September 2011 (2)
    • August 2011 (4)
    • July 2011 (6)
    • June 2011 (9)
    • May 2011 (8)
    • April 2011 (2)
    • February 2011 (6)
    • January 2011 (14)
    • December 2010 (9)
    • November 2010 (8)
    • October 2010 (14)
    • September 2010 (6)
    • August 2010 (9)
    • July 2010 (1)
    • June 2010 (2)
    • May 2010 (2)
    • April 2010 (2)
    • March 2010 (11)
    • February 2010 (3)

Copyright © - depicus | Entries (RSS) | Comments (RSS)

WordPress theme butchered and amended by me.