Difference between revisions of "System/DayToDay"
Jump to navigation
Jump to search
(Created page with "== VIM == set viminfo='1000,f1,<500 == .bashrc == <pre> alias l='ls -aCFlh' alias u="apt-get update" alias ug="apt-get upgrade" alias i="apt-get install" alias r="apt-get ...") |
|||
Line 12: | Line 12: | ||
alias r="apt-get remove" | alias r="apt-get remove" | ||
alias s="apt-cache search" | alias s="apt-cache search" | ||
+ | </pre> | ||
+ | |||
+ | == kernel parameters == | ||
+ | |||
+ | For Compact Flash: | ||
+ | <pre> | ||
+ | libata.dma=0 ide=nodma ide-core.nodma=0.0 ide-core.nodma=0.1 | ||
</pre> | </pre> |
Revision as of 20:40, 28 January 2012
VIM
set viminfo='1000,f1,<500
.bashrc
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