Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
Monday, May 28, 2012
PortWatch, a UPnP gateway monitor applet
I got tired of having wacky issues with UPnP port forwarding on my router with no ability to determine what is going on. I had used miniupnpc in TankTank and so was familar with the interface so I took it and feedindicator, mashed them together and came up with my own app to list current UPnP port mappings off the router and pop up notifications when the current routings change.
Yay for lazy holidays. The code is up on github as always. Under GPL3 due to feedindicator doing the same. The code itself isn't pretty, I still don't claim to know python.
Sunday, April 20, 2008
Encrypt Your Encryptors
EncFS + PAM = Delicious? Maybe. Don't change your password though, you will have to login until encfs stops letting you try login so your password will make it to GDM.
Tuesday, April 15, 2008
Execute Sticky
So,
ls -lI thought I was crazy, but you must execute your sticky. 'man chmod'
filename size date permissions
hosed.dat 900MB March 5, 2009 rwxrwxrwx
chmod -x
chmod +t
ls -l
filename size date permissions
hosed.dat ?? ?? ??
RESTRICTED DELETION FLAG OR STICKY BITYah, swap device.
The restricted deletion flag or sticky bit is a single bit, whose interpretation depends on the file type. For directories, it prevents unprivileged users from removing or renaming a file in the directory unless they own the file or the directory; this is called the restricted deletion flag for the directory, and is commonly found on world-writable directories like /tmp. For regular files on some older systems, the bit saves the program’s text image on the swap device so it will load more quickly when run; this is called the sticky bit.
I'll download your streams.
So, there are these magic pipes with trucks that get clogged if you ram your trucks then the 'premium content' stops flowing. Please, somebody think of the royalties.
"Streams mean not having to necessarily worry about copy protection - although the iPlayer team did have to make a few tweaks when some enterprising souls found a way to hack the streams.
Downloads mean you do have to worry about copy protection."
All of this means linux doesn't get content because the content might catch 'free'.
Subscribe to:
Posts (Atom)
