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…
Driver Binding and Unbinding – hiding and unhiding drives/devices – example with USB – LWN article
Summary note: to bind and unbind use the following commands – unbinding will hide the device from “cat /proc/partitions” and the system. The system normally binds the devices automatically, however you canRead More…
dpkg – What Package does a file belong to?
WHAT PACKAGE DOES A FILE BELONG TO? ===================================== FIRST FIND OUT THE FULL PATH TO THE PROGRAM: which [PROGRAM NAME] WHAT PACKAGE DOES A FILE BELONG TO? dpkg -S [FULL FILENAME ANDRead More…
download .deb packages from another architecture
FIRST READ THIS: https://wiki.debian.org/Multiarch/HOWTO You can download arm packages from an intel computer (likewise any other type of architecture supported by the repositories, this example is for downloading arm packages withRead More…
How to clone a disk with command: dd_rescue – package name: ddrescue (*** OLD METHOD ***)
The Views Expressed Below Do not in any way reflect Internal Doctorine or Official Statements of Netgear Inc. These are just my notes – Use at your own Risk. Also by continuing youRead More…