Post thumbnail of Enabling links to UNC file paths in Firefox
20 November 2009
Continue reading Enabling links to UNC file paths in Firefox

Enabling links to UNC file paths in Firefox

Links to file UNC paths are disabled by default in just about every browser except Internet Explorer because it is an easily exploitable security vulnerability. Malicious sites could detect your operating system or installed applications by checking default installation paths, or worse, browse your cookies, sifting for sensitive data. As system vulnerabilities are discovered, files related to exploits could also be detected.

Post thumbnail of Csync is like Rsync, but on crack, two fisting redbull
17 November 2009
Continue reading Csync is like Rsync, but on crack, two fisting redbull

Csync is like Rsync, but on crack, two fisting redbull

Csync is a bidirectional file synchronization tool. The developer’s main purpose for csync is to implement roaming home directories for Linux clients using a central file server using PAM to synchronize when the user logs in and out. Instead of being it’s own protocol, by default using port 873 or whatever, it can use other protocols such as http, smb, or sftp so there is no need for a server component. Though I wonder how it compares in the nitty-gritty performance aspects which really matter when synchronizing lots of data over the Internet.

Post thumbnail of How to add files to an iso image on any Linux distribution
28 August 2009
Continue reading How to add files to an iso image on any Linux distribution

How to add files to an iso image on any Linux distribution

I’ll start with a small DSL linux image. It’s only 50 meg, but it’s a pretty useful little distribution.
ls -lh dsl-4.4.10.iso

-rw-r–r– 1 ninja ninja 50M 2009-08-28 13:11 dsl-4.4.10.iso

Mount the original iso image you want to modify
mount -t iso9660 dsl-4.4.10.iso /mnt/original -o loop
Copy the everything that you just mounted to another …

Post thumbnail of Convert PDF’s to JPG image files
15 February 2009
Continue reading Convert PDF’s to JPG image files

Convert PDF’s to JPG image files

I hate PDFs! I hate opening the viewer and sitting there, waiting for it to load, then dealing with the pop up asking me to update my software. I wish they were like regular text files or images, and not some twisted mutant hybrid of both with all the shortcomings from each side! So… now I just convert PDF’s to JPEG images!!! I love ImageMagick. It’s just so freaking useful… and free.

Here’s a very simple script to convert PDF’s to JPG’s:

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Powered by Wordpress   |   Lunated designed by ZenVerse