this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=3Dnkt-FcExg?rel=0&w=560&h=315]
Monthly Archives: October 2013
Bash Shell command : file
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=E-SPhtL-jTM?rel=0&w=560&h=315]
Git server and SSH Debian HOWTO
the following content may not be accurate and detailed Server 1. apt-get install git 2. apt-get install git-daemon-sysvinit 3. mkdir -p /home/user/project.git 4. cd /home/user/project.git 5. git init 6. git config –global user.name “Your Name” 7. git config –global user.email “you@example.com” 8. git commit -a 9. touch .git/git-daemon-export-ok 10. git config –bool core.bare true 11. …
GNU/Linux Commands for Beginners: man command
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=JmHo2aV9ihk?rel=0&w=560&h=315]
Hack Emacs – Working with Buffers
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=YAIZvpSOlAs?rel=0&w=853&h=480]
GNU/Linux Terminal – File Permissions! (Chmod, Chown and Chgrp)
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=_dYlN4CO__c?rel=0&w=560&h=315]
Hack Emacs – A Technical Introduction to GNU Emacs
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=BwTMzYo84Ao?rel=0&w=560&h=315]
GNU/Linux Terminal Tutorial. Basics
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=2FiQSLdnBqA?rel=0&w=560&h=315]
GLIBC Break : Errors
$vi Segmentation fault $ $/lib/ld-linux.so.2 /bin/ls /bin/ls: error while loading shared libraries: /bin/ls: wrong ELF class: ELFCLASS64 $ $file /lib/ld-linux.so.2 Segmentation fault $ $su Segmentation fault $su – Segmentation fault $sudo 1866: [sudo: unknown uid 1000: who are you? $ $/etc/init.d/gpm restart Segmentation fault $ $ls -l 1955: [total 81960 Segmentation fault $ Typical Fix …
Shell Scripting Tutorial : View System Date, Calender
this tutorial content may not be accurate [youtube https://www.youtube.com/watch?v=ThQ6R1EM0e8?rel=0&w=560&h=315]