Both are completely different IP Masquearade is just PAT (port address translation, 1 to many NAT type… google for it) This is different then ip masquerade which is PAT Exerpts are fromRead More…
Freeing up Inodes – Cleaning Inodes
FINDING INODES ON A REALLY FULL UP SYSTEM The solution is the following command, except we are going to break it down – first we cd into the directory that has the culprit filesystemRead More…
SOLARIS SVC MANIFEST CURROPT – REPO MANIFEST CURROPT – SVCS CANT BIND TO REPOSITORY SERVER
SOLARIS SVC MANIFEST CURROPT – REPO MANIFEST CURROPT – SVCS CANT BIND TO REPOSITORY SERVER If your solaris system isnt loading but your able to get to a tech support type ofRead More…
find out or get drive disk size
find out drive disk size HOW TO CALCULATE DISK SIZE ON SYSTEMS WITHOUT SMARTCTL ######################################################### SIMPLE: Here is a simple way as blockdev is a command thats even included on oldRead More…
find – files older or younger then certain days – delete them too if you want – mtime
TOPIC OF ARTICLE BELOW: LINUX – find files older or younger then certain days – delete them too if you want – mtime Similar articles: Find & Delete files between 2 dates FindRead More…
find – two or more exec options
find – two or more exec options – FIND MANY EXEC EXECS – to execute multiply commands with find 2 EXECS IN A FIND ################# # find -iname “*ip*” -exec echo {}Read More…
find – Finding Selecting Deleting files older or younger then X days
TOPIC OF ARTICLE BELOW: Find & Delete files young and older then X days (same topic as this article) Similar articles: Find & Delete files between 2 dates Find & Delete files youngRead More…
Fedora 19 – Keepass Install
THESE ARE COPY PASTES FROM A FORUM, ALL CREDIT GOES TO THE AUTHORS. http://forums.fedoraforum.org/showthread.php?t=278932 My explanation: Since keepass wasnt exactly compiled to run from Fedora, there arent any downloadable rpms or anythingRead More…
How to use TAR and RSYNC excludes
TAR EXCLUDES ############# Citation: http://stackoverflow.com/questions/984204/shell-command-to-tar-directory-excluding-certain-files-folders If I wanted to not zip it: # tar -cvf /c/sysroot-bak1.tgz –exclude ‘/c/*’ / This would make a 500 mb file as tar appends files end toRead More…
Simple Good VIM Setup/Settings
apt-get update apt-get install vim vim ~/.vimrc hit i to insert and copy(Select & control+c), paste (right click into the shell) this text: syntax on colorscheme koehler set number WHAT THESE DO:Read More…