register | login | (0.04 seconds) | 38.107.191.113

Steadfast Blog

life and computers, but not at the same time.


cvsrc
2010-03-14 by thaabit

This is my .cvsrc file:     cvs -q update -PAd  

.bashrc aliases
2010-03-14 by thaabit

These are the aliases I typically use.   alias ll='ls -alh' alias so='source ~/.bashrc' alias bd="popd >/dev/null" alias vi="vim" alias samba='sudo /etc/rc.d/init.d/smb restart' alias mc='sudo /etc/init....

.bashrc aliases
2010-03-14 by thaabit

These are the aliases I typically use.     alias ch='sudo chown -R thaabit.thaabit *; sudo chmod 777 -R *;' alias ll='ls -alh' alias xinetd='/etc/init.d/xinetd restart' alias so='source ~/.bashrc' alias cm='cd /var/www/html/g...