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…
Delete Weird Files
How to Delete Weird File (Like the question mark files) I have two ways to delete WEIRD files For some reason I see alot of questionable files (literally thier names areRead More…
how to use debugfs to recover curropt ext2,ext3,ext4 volume (dump volume)
DEBUGSFS DUMP FULL CURROPT VOLUME TO DIRECTORY SCRIPT (READ ARTICLE BELOW FIRST) NOTE: first read article below First put in a USB /samba share / ntfs / iscsi and note its fullRead More…
Debian – Gnome – Create Desktop Shortcut
apt-get install gnome-panel gnome-desktop-item-edit /root/Desktop/ –create-new Thats for root, for other users ~/Desktop can be put instead of /root/Desktop apt-get install gnome-panel gnome-desktop-item-edit ~/Desktop/ –create-new
dd_rescue VS ddrescue (gddrescue BEST)
GOOD LINK: http://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html Just so your not confused right off the bat, the better one is gddrescue (which has the command name: ddrescue and package name: gddrescue), and the older not as good one isddrescue (whichRead More…
dd progress & dd progress with pv
This article is all about getting a progress bar, or progress output (usually dd is silent). DD PROGRESS OUTPUT ################## To get dd progress, launch dd and then get its pid ddRead More…
WINDOWS / CYGWIN – kill a process
TO KILL A PROCESS – this is all from taskkill /? TASKKILL /IM notepad.exe TASKKILL /PID 1230 /PID 1241 /PID 1253 /T TASKKILL /F /IM cmd.exe /TRead More…