Just random mumbling
Time pass to be honest,may work as a reference later,I am not sure.
Thursday, April 26, 2012
Install Chromium/Google Chrome on Fedora 16
cd /etc/yum.repos.d/
wget http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo
yum install chromium
Friday, April 20, 2012
Add an user to sudoers
chmod +w /etc/sudoers
echo 'sourav ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
chmod -w /etc/sudoers
exit
Mounting the shared folder in virtualbox
sudo mount -t vboxsf -o uid=1000,gid=1000 share /home/username/host
Things that should be in your .bashrc file
echo ""
echo -n "Welcome to Fedora16, ";whoami
echo ""
echo -n "Today is "; date "+%m-%d-%Y %H:%M:%S"
cal
echo -n "Uptime: "; uptime
echo ""
Saturday, April 7, 2012
Stop/Kill a process in linux
Find out the PID of the process by the command ps
then
kill -SIGKILL `pidof process-name`
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)