Category: Software
-
Productivity improvement
Source.
-
socket: Permission denied
After upgrading my Guruplug Display from Lenny to Squeeze I came along an odd error; every non-root user was unable to access anything related to the internet. NTP: Mar 26 20:31:50 localhost ntpd[1055]: ./../lib/isc/unix/ifiter_ioctl.c:348: unexpected error: Mar 26 20:31:50 localhost ntpd[1055]: making interface scan socket: Permission denied Mar 26 20:35:09 localhost ntpd[1055]: ntpd exiting on…
-
sudo: must be setuid root
Got this error on my Guruplug Display after messing with it. Neither was I able to use su, or any other important command. After many chmods, chowns, and cursing — check your mount (in /etc/fstab) options… ๐ Be sure / is not mounted with nosetuid Reboot and enjoy!
-
Fixing GrowlMail with Mac OS X 10.6.7 and Mail 4.5
Add following two lines to Info.plist: <string>9049EF7D-5873-4F54-A447-51D722009310</string> <string>1C58722D-AFBD-464E-81BB-0E05C108BE06</string> Between <key>SupportedPluginCompatibilityUUIDs</key> <array> And </array> You can find the Info.plist in: ~/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/ Or /Library/Mail/Bundles/GrowlMail.mailbundle/Contents/ If you already opened Mail (and received the disable warning), it’s probably in a folder named “Bundles (Disabled)”; just move the content to Bundles again. You can do the same ‘hack’ with GPGMail;…
-
Great Firewall checker
An attempt to create a list of major blocked sites in China (or any other country/ISP). It’s written entirely in Bash. Github repo riiiiiiight here. It’s used by my PAC-generator. The Github page is updated once a day by three hosts. One in Belgium, one in The Netherlands, and a Guruplug in China. This way…
-
Proxy.pac generator
I made a simple bash script that generates a proxy auto configuration file. The PAC file generated redirects all matching rules through the proxy. The only issue at the moment, is that, once the list gets big, it’s not very performance-friendly. Something I’ll try to fix in the coming days. I’m using this script to…
-
Compile wget on Mac OS X
There’s a precompiled wget available on the net, but it’s not automatically accepting StartSSL’s certificates. And as it seems, there’s a wget update available that did. This is what I had to do to compile it on my Macbook Pro; Or you’ll get this error: configure: error: C compiler cannot create executables PATH=/Developer/usr/bin/:$PATH tar xvzf…
-
Dropbox & Debian
Dropbox has been removed from the Debian package list due to licensing issues. However, there’s still a way to download and install Dropbox on your Debian box without attempting to compile the source code. Head over to Linux Mint and download both Dropbox (version 1.0.1)ย and Nautilus-Dropbox (version 0.6.7-lmde > i386 or amd64). run: dpkg -i…
-
PGP public key
Your browser does not support iframes.