Wednesday, September 15, 2010
ways to diasble rm in fedora
[jerome@localhost ~]$ vi /home/jerome/.bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
alias rm='echo command disabled for file '
Tuesday, September 14, 2010
Fix Windows 7 boot loader
boot your system with Windows 7 DVD
when you get to the second screen (after you choose your language) go to repair your computer.
go to command prompt and type this in without the quotes (") :
"bootrec /fixmbr"
press enter.
Type this in without the quotes (") :
"bootrec /FixBoot"
press enter.
Restart.
when you get to the second screen (after you choose your language) go to repair your computer.
go to command prompt and type this in without the quotes (") :
"bootrec /fixmbr"
press enter.
Type this in without the quotes (") :
"bootrec /FixBoot"
press enter.
Restart.
Subscribe to:
Posts (Atom)