NOTE on DNS A Names with Round Robin (multiple A names) ################################################ If you have DNS items like so: Multiple A names point to different IPs. This will give you round robinRead More…
Windows – Delete a Service from Command line
WINDOWS SERVICES DELETE Going to services.msc shows a list of all started and stopped services in windows. But you cant really delete them from there, you can only stop them or startRead More…
7zip Foreground vs Background – PC
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…