Difference between revisions of "System/DayToDay"
Jump to navigation
Jump to search
(→VIM) |
|||
Line 1: | Line 1: | ||
+ | == Remove by inode == | ||
+ | |||
+ | find . -inum 782263 -exec rm -i {} \; | ||
+ | |||
== VIM == | == VIM == | ||
Revision as of 12:10, 6 May 2012
Remove by inode
find . -inum 782263 -exec rm -i {} \;
VIM
set viminfo='1000,f1,<500
.bashrc
export HISTFILESIZE=3000 alias l='ls -aCFlh' alias u="apt-get update" alias ug="apt-get upgrade" alias i="apt-get install" alias r="apt-get remove" alias s="apt-cache search"
kernel parameters
For Compact Flash:
libata.dma=0 ide=nodma ide-core.nodma=0.0 ide-core.nodma=0.1