BASH navigating around with control and alt on big or small command lines
control-a: to start control-e: to end alt-b: back a word alt-f: forward a word
control-a: to start control-e: to end alt-b: back a word alt-f: forward a word
GREP/FIND IPS IN A FILE ######################## CITATION: http://www.unix.com/shell-programming-scripting/185469-grep-ip-address-file.html *** ANSWER – FIND IPS ANYWHERE IN A FILE (valid ips as i understand) – puts its finds on a new line – BESTRead More…
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 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…
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 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…
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…
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…
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 ESTIMATING FUTURE CARDS TRANSISTOR COUNT – FOR GEFORCE 8XX SERIES ################################################################# Im going to estimate, using simple math based on unit analysis,Read More…