Home » Posts filed under websites
Youtube complains of a lack of local storage? Try this...
Diposkan oleh Unknown on Sunday, June 12, 2011
Fast, Cheap, Reliable VPN for Linux
Diposkan oleh Unknown on Friday, July 30, 2010
You can sign up to the PureVPN shared IP services here. I have good experience (hulu with maximum quality streaming, iplayer work fine) with the cheapest version.
I recommend chosing the Monthly or Quarterly plan for tests ($14), but there is a three day test account ($3) available as well. It seems there is a bandwith limit now, and without you pay more.
Payment processing can take a few hours so be aware you can't start you fun and tests directly. Settings for network manager (gnome) can be found here. It works fine for me after installing network-manager-pptp-kde. Let me know in the comments if you need help. The most important part is to deselect everything in that one list except CHAP in the advanced settings and dselect MPPE. You can also try the nm-applet from Gnome, which you can of course also use in KDE. In my experience it often works better than the KDE version anyway unfortunately.
You may run into problems if your router doesn't support pptp forwarding. Then you either get a better router, or - in the long term probably the cheaper and better option for your speed - get a better router.
By signing up via a link from this blog you support the author.
Circumventing Censorship - Evading the "20th Century's Berlin Wall"
Diposkan oleh Unknown on Saturday, May 2, 2009
How to Speed Up your Website's Page Loading Times with Apache and .htaccess
Diposkan oleh Unknown on Friday, December 19, 2008
Check for Viruses Online
Diposkan oleh Unknown on Thursday, December 4, 2008
Apt-Get Tipps
Diposkan oleh Unknown on Tuesday, October 28, 2008
TuxArena put up a nice summary of some useful apt-get commands.
I have to correct them in one point: For dpkg -L to work, the package needs to be installed already.
I also have a few extra ones:
- apt-cache search (search packages)
- apt-cache show (show full package description)
- apt-cache policy (show available package versions)
- apt-cache depends (show package dependencies)
- dpkg -P (remove package completely, that means also configuration etc.)
- dpkg-reconfigure --priority=low (reconfigure package, show all options)
Encyclopedia of Life
Diposkan oleh Unknown on Friday, October 24, 2008
Also check out this interview with the founder.
Git Magic
Diposkan oleh Unknown on Saturday, August 9, 2008
If you ever run into trouble trying to do something that should be really easy with git but doesn't seem to be, if you want to learn git or think you already know everything important about it, and in many other cases, this article about git is a must read: