7zip Foreground vs Background – PC This is a discussion of what happens to a 7zip process/program when its put into Background mode (vs its normal Foreground mode). Skim to the bottomRead More…
encfs – Encrypted Virtual Filesystem (FUSE)
Encfs ##### Link to check out excellent article: http://www.howtoforge.com/encrypt-your-data-with-encfs-debian-squeeze-ubuntu-11.10 To start the process lets first download the app # apt-get install encfs To encrypt a new folder (and then use the sameRead More…
ZFS – mounting corrupt zpools and datasets
ZFS – mounting corrupt zpools and datasets ################################### 2 METHODS exist: METHOD1 – mount the zpool readonly METHOD2 – mount the zpool normal but without mounting any of the datasets/filesystems. then oneRead More…
WIN & LINUX: Fixing folder/files in Shares without names – Converting filenames to UTF8 encoding – converting/fixing filenames article
If your just looking to rename files instead of fix encodings check this article out: fixing bad filenames or fixing movie names WINDOWS and LINUX: Looking at Shares and the have folder/filesRead More…
NOTE: Networking Switch/Router/Firewall – L2,L3,L4 Headers – and where they change – OSI 7 layers – and CEF
Networking Switch/Router/Firewall – L2,L3,L4 Headers – and where they change – also a quick look at OSI 7 layers (simple) #################################################### * http://www.inetdaemon.com/tutorials/information_security/devices/firewalls/stateful_vs_stateless_firewalls.shtml#sthash.vO5Num5c.dpuf * http://www.webopedia.com/quick_ref/OSI_Layers.asp WHAT HAPPENS AT DIFFERENT LAYER ################################# Basic IP communicationRead More…
DIGI CM 32 Console Server – How To Connect to Cisco or Netgear Switches – Also Extra Info On DB9 and RS232 and Consoling into Devices
Read this pdf: http://www.infotinks.com/wp-content/uploads/2014/05/DIGI-CM-32-serial-console-server.pdf
benchmass.sh All in one Benchmark – bc – sysbench – cpu, threads, memory, fileio – downloads
benchmass.sh All in one Benchmark – bc – sysbench – cpu, threads, memory, fileio – downloads Read the comments the source code to see what it does. Its pretty self explanatory. TryRead More…
sqlite3 inputing commands cheatsheet
##################################### # SQLITE3 INPUT COMMANDS CHEATSHEET # ##################################### ######### dot commands ############ # dump all of the database sqlite3 file1.db .dump # see tables sqlite3 file1.db .table ######### sql commands ############ #Read More…
READYNAS 6.x Start Your Own Service on boot – May Void Warranty
READYNAS 6.x Start Your Own Service – May Void Warranty The Views Expressed Below Do not in any way reflect Internal Doctorine or Official Statements of Netgear Inc. These are just my notesRead More…
RENAME & SED – Remove Invalid Characters From Filenames – converting/fixing filenames article & prename
Remove Invalid Characters From Filenames ################################## Source of the SED regular expression from this site: http://serverfault.com/questions/348482/how-to-remove-invalid-characters-from-filenames I have another article on converting file names between encodings that might fit your needs: convertingRead More…