The maximum size of an upload and maximum post size is not changed in wordpress settings but with php settings. PHP loads different settings for different programs/uses. PHP loads different php.ini inRead More…
resizing logical volume (lvm) and ext filesystem – ex: resize one filesystem and grow another
resizing logical volume and ext filesystem – by example: resize one filesystem and grow another HOW TO RESIZE VOLUME GROUPS ########################### GOOD LINKS: http://blog.shadypixel.com/how-to-shrink-an-lvm-volume-safely/ http://www.tldp.org/HOWTO/LVM-HOWTO/extendlv.html http://www.techrepublic.com/blog/linux-and-open-source/how-to-use-logical-volume-manager-lvm-to-grow-etx4-file-systems-online/ WHAT I WILL DO: I willRead More…
Remove empty lines (with and without whitespace)
LINUX – Remove empty lines – remove double returns NOTE TO SELF REMOVE NEW LINES (EMPTY LINES) command | egrep -v "^$" with sed find a line that starts with anRead More…
Raid mkfs mount block by block analysis
Raid Analysis Download the text file “raid analysis.txt” its below and download notepad++ and view the text file with notepad++, as it has a great feature of zooming out with the control key +Read More…
PPA commands
COPY OF SITE – I have an OCD thing about thinking peoples sites might be down one day, so I copy paste the material out, but I still give full credit whereRead More…
Pipe STDERR and Not STDOUT – STDERR to Pipe – swap file handles
First off stderr and stdin and stdout, whats that? They are file handles / file descriptors. Any program display stuff on the screen thats stdout and stderr. Errors and help messages getRead More…
Hastebin – a pastebin – hosting a Haste-server & cli script to paste (From anywhere)
Pastebin called hastebin – hosting Haste-server make your own pastebin server with a cli pasteing ability HOW TO SETUP HASTEBIN SERVER THAT WORKS WITH CLI ################################################ EXAMPLE END RESULT: http://ec2.infotinks.com:7777/mejodeboca – note thatsRead More…
VIDEO CARDS – Estimating Transistor Count in Geforce 800 Series
VIDEO CARDS – Estimating Transistor Count in Geforce 800 Series ESTIMATING FUTURE CARDS TRANSISTOR COUNT – FOR GEFORCE 8XX SERIES ################################################################# Im going to estimate, using simple math based on unit analysis,Read More…
OPENVPN – 3 – Bridged VPN – Static Key – Client 2 Site
Click on the top button to “open code in new window” to see it in a nice format OPENVPN – 3 – BRIDGED VPN – STATIC KEY – CLIENT 2 SITE #######################################################Read More…
OPENVPN – 2 – Bridged VPN – SSL Certs – Client 2 Site
Click on the top button to “open code in new window” to see it in a nice format OPENVPN – 2 – BRIDGED VPN – SSL CERTS – CLIENT 2 SITE ######################################################Read More…