Tag: desktop

Pandora App Update

by Litobro on Jul.05, 2009, under Uncategorized

As of now, using the command “mono Pandora.exe” will run the desktop client in Ubuntu. But it will not minimize successfully to tray. Though sound and all in browser features work fine. I am actively looking into making minimize to tray work, so please stay tuned.

Leave a Comment :, , , , more...

Made a Pandora Desktop App

by Litobro on Jul.05, 2009, under Uncategorized

I coded a quick Pandora desktop app in C# today. Was pissed off at the beta version i was still using since the new Pandora desktop requires a subscription to Pandora One. The beta now opened your web browser to Pandora.com everytime you pressed a damn button. Basically a web browser without any controls, that points straight at pandora.com, and minimizes to tray. Sorry, windows only for now, i’ll see what I can do about using the Mono Project to port to linux/mac.

Usage: Right Click on tray icon for Restore/Exit

Double Click on icon to restore

Standard minimize will auto send to tray
Standard close will exit

Download Link: http://www.projectfight.org/Pandora.exe

Leave a Comment :, , , , more...

Microsoft Habu Review

by Litobro on May.21, 2009, under Uncategorized

Bought myself a gaming mouse. Getting ready for a big lan tournament.

IMAG0178

In the box, this mouse features Razer like design and lights. With a Microshit name

IMAG0179

The mouse with all the cd’s and junk i will probably never read

IMAG0180

The mouse just sitting there and off

Specs:

Orientation: Right Handed Only

Connection type: Wired

Interface: USB

Movement Detection: Laser

Buttons: 7

Movement Resolution: 2000DPI

Features: Programmable buttons

Score:

Feeling: 3/5 features the microshit big as hell feeling, kind of big but i’m sure i’ll get used to it

Button Orientation: 4/5 buttons are right where you need them, and the thumb buttons have two plates to move them around

Look: 3/5 Looks half decent

Gaming Potential: 4/5 Having used it much, but looks decent

Price: 3/5 at $60 CAD it wasn’t expensive, wasn’t cheap.

Total: 3.4/5 Not bad

Other Thoughts: Good gaming mouse for someone like me. Not super hardcore but likes gaming enough to get this junk.

Stay tuned for my Acekard2i review and probably a Lycosa review next week

Leave a Comment :, , , more...

Updated to 10.5.7 Leopard

by Litobro on May.15, 2009, under Uncategorized

Just popping in to mention i updated my desktop to 10.5.7 leopard. This patch fixes DFU mode for iphone/ipods. Has a few optimization tweaks, but in general looks the same. For this reason i will not post any pictures. For my hackint0sh system, it destroyed my audio, but my backup AppleHDA.kext sufficed. Simple fix.

Leave a Comment :, , , , more...

HotSpot Shield Free VPN on Ubuntu[Edited]

by Litobro on Apr.06, 2009, under Uncategorized

So, in my search for increased security, i found a popular free VPN known as HotSpot Shield. One thing, it didn’t work with linux. Luckily, i found a guide on how to make it work.

Hotspot Shield is a free VPN service with a Microsoft Windows and MacOSX client. Recently, AnchorFree Inc released an iPhone VPN service too. Based on this service, it’s possible to use Hotspot Shield with Ubuntu.

This might be of some interest for user who are not located in the USA. Since Hotspot Shield offers a US-based endpoint, you might want to use it for services currently unreachable due to geolocation measures.

The service uses L2TP (without IPSEC). Funny enough, this seems to be the worst supported protocol on Ubuntu, when it comes to easy configuration. Neither Network-Manager, nor KVpnc do support a simple setup.

If you’re willing to use the terminal and a text editor, here’s how you do it:

Before you configure your local computer, visit the Hotspot Shield for iPhone Website. Click on “Get Account ID” and save the information you’re getting. In fact, you’ll only need you username/password and the server IP. Don’t forget to replace these credentials while editing the xl2tpd config as follows:

1) Install xl2tpd

sudo apt-get install xl2tpd

2) Edit /etc/xl2tpd/xl2tpd.conf and add

[lac hotspotshield]
lns = HotSpotShieldServerIP
require chap = yes
refuse pap = yes
require authentication = yes
; Name should be the same as the username in the PPP authentication!
name = YourHotSpotShieldUsername
ppp debug = yes
pppoptfile = /etc/ppp/options.l2tpd.client
length bit = yes

3) Create /etc/ppp/options.l2tpd.client with the following content

ipcp-accept-local
ipcp-accept-remote
refuse-eap
noccp
noauth
crtscts
idle 1800
mtu 1410
mru 1410
nodefaultroute
debug
lock
connect-delay 5000

4) Edit /etc/xl2tpd/l2tp-secrets, /etc/ppp/chap-secrets and /etc/ppp/pap-secrets, add

"YourHotSpotShieldUsername" HotSpotShieldServerIP "YourHotSpotShieldUsername"

5) Start the deamon

sudo /etc/init.d/xl2tpd start

6) Connect to HotSpot Shield

sudo su
echo "c hotspotshield" > /var/run/xl2tpd/l2tp-control
route add -net 0.0.0.0 dev ppp0

7) Disconnect from HotSpot Shield

sudo su
echo "c hotspotshield" > /var/run/xl2tpd/l2tp-control

If you’re running AdBlock Plus, you might notice some empty space on top of every page you’re visiting. That’s the HotSpot Shield advertising bar, which shows random commercial to finance their service. So either disable Firefox to allow AnchorFree to continue the service, or add “http://box.anchorfree.net/*” to your rule set.

source: http://markusthielmann.com/blog/hotspot_shield_ubuntu

EDIT: Sorry guys, i tried it myself just now, and seems a post says HsS is filtering non iphone connections, which would explain why i could not get it to work. Will leave this up for reference

Leave a Comment :, , , , , , more...

RIP Windows XP

by Litobro on Apr.04, 2009, under Uncategorized

I have run into a slight problem, my laptop came with Windows Vista (shudder). I decided to downgrade to Windows XP. It was hell, a HP Pavilion DV2618CA, HP did not offer many official drivers.

I’m afraid Windows XP is dying, we are losing one of the last good operating systems. I eventually did find the right drivers though, but newer laptops will not be so lucky.

But the fact of backwards compatibility from Vista to XP is virtually non-existent, scares me, what shall i do when i buy a new laptop? A new desktop?

Following the release of some security patches and SP3, windows XP has been knocked off full support, and bumped down to extended support until 2010. At which point we will lose it entirely :( .

Maybe it is time we all switched over to Apple Macintosh’s and boycotted MicroShit as a way of saying, don’t fix something that isn’t broken. Linux is another good alternative, big community, good driver support, just not enough applications.

Microshit has been trying to play catchup to apple for to long, obviously, with all the copied features, we should switch over. The final blow will be when game makers switch to Apple systems.

Leave a Comment :, , , , , more...

Blogging from Desktop

by Litobro on Apr.04, 2009, under Uncategorized

Hey everybody, just thought you might like to know i was able to get ecto working on my hackintosh, and is now blogging from my desktop.

I’m looking into blogging from both my ipod and windows mobile device as well, this way, i can blog from anywhere, anytime. I’m interested in an iphone app called TypePad and a windows mobile app called MoBlogger. If anyone has experience, give me a shout.

On another note, for some of you who might not know, the ipod touch 1g, iphone 1, 2, and i believe 3g all have a 3.0b2 jailbreak out. Though the iphone dev team advises against it because the crew failed to patch out expiration. This is NOT an official release from the iphone-dev team, it is available on the quickpwn site.

ecto

typepad

moblogger

Leave a Comment :, , , , , , , , , , more...