SNMP MIBS – Netgear Switch Storage All – Common Mibs – Observium Mibs – All Mibs – As of 2016-06-06 This is my collection of MIBS. One folder has all of themRead More…
DebugFS Extraction of Corrupt EXT Data – Folders with Spaces
DebugFS Extraction of Corrupt EXT Data – Folders with Spaces ################################################# In this example we will extract the following folders /c/common/KVKG Red Burritos/ /c/design/DYNAMIC /c/plans/McDownload/Current VRRP Kos/ /c/users/ Note that they are mountedRead More…
How to start Script as Daemon – DEBIAN – UBUNTU
How to start Script as Daemon – DEBIAN – UBUNTU ######################################## Note this is from this article: http://xmodulo.com/2013/01/how-to-automatically-start-program-on-boot-in-debian.html Note: didnt test in latest Ubuntu but should work This is how you can startRead More…
Ubuntu Login/Enable Root user – on Normal Ubuntu and on AWS Amazon EC2
Ubuntu Login/Enable Root user – on Normal Ubuntu and on AWS Amazon EC2 Top section is for regular Ubuntu installs. Bottom section is for EC2 installs. Ubuntu Login as Root (regular UbuntuRead More…
How fast do DNS enteries apply?
How fast do DNS enteries apply? For new DNS enteries, you can see the effect immediately (and sometimes not). test.infotinks.com which was a cname change to www.google.com (so everytime i went toRead More…
NOTE on DNS A Names with Round Robin (multiple A names)
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…