Pfsense is a fantastic piece of software which gives you fine grain control over pretty much anything and everything happening on ur network. One little thing which tends to be…
Changing default captive portal upload size in pfsense 1.2.3
Ubuntu 11.04 Natty Narwhal – Best Ubuntu yet!
A quick post to mention how awesome Ubuntu 11.04 is, stunning user interface and really well thought out. A couple of glitches here and there with non responsive items when…
Combining/Merging multiple pdf files
Nice and simple to combine multiple pdf’s into one pdf file. sudo apt-get install gs pdftk gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=NameOfTheCombinedPDF.pdf -dBATCH 1.pdf 2.pdf 3.pdf Works like a charm!
Limiting the number of items in a list – Sortable jQuery – 100% working
So you’ve got a couple of lists and you only want a certain number of items to placed in each list, and if the number of items in the list…
Dynamically loading CSS stylesheet based on conditions
So you want to load a CSS stylesheet based on some sort of validation? E.g if(a == 1) { load stylesheet 1 } if(a == 2) { load stylesheet 2…
Code in blogger posts
Simple, just copy and paste ur code into the box on the following site, and click on encode: http://centricle.com/tools/html-entities/
Increase the number of search results displayed from your google custom search
So in this case you’ll get 20 results. This value as to be Cheers
Code in blogger
Scaling webpages for screen resolutions and window resizing
This is a fantastic website which explains very simply how to make your website like “glue”. Glue being that you can minimize, maximize, resize, and change screen resolutions, all while…
Fix ubuntu natty (11.04) packages – Problem with MergeList /var/lib/apt/lists
E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists /us.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages, E:The package lists or status file could not be parsed or opened. Solution here, works like a charm!









