CSE2003S12.Resources History

Hide minor edits - Show changes to output

March 02, 2012, at 11:37 PM by 58.148.57.167 -
Added lines 1-26:
!! CSE2003: System Programming (Spring 2012)

!!! [Resources]

* [[CSE2003S09.Linux|How to setup your own Linux environment using VMware]] (As of March 2009)

* Sharing files between Windows (host) and Linux (guest) (As of March 2009)
** [[CSE2003S09.FTP|Using FTP]]
** [[CSE2003S09.Samba|Using Samba]]


* Introduction to the Vi editor
** [[ftp://ftp.vim.org/pub/vim/doc/book/vimbook-OPL.pdf|A book on Vim by Steve Oualline]] (Vim is a version of Vi -- local copy [[http://csl.skku.edu/uploads/CSE2003S09/vimbook-OPL.pdf|here]])
** [[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html|Graphical Vi/Vim cheat sheet and tutorial]]
** [[http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Vim/Documents/UsedVim|Using Vim ]] (in Korean)
** [[http://kldp.org/KoreanDoc/html/Vim_Guide-KLDP/Vim_Guide-KLDP.html|Vi Guide]] (in Korean)

* GNU Tools
** [[http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc|GCC 4.3.3 Manual]] (GNU C Compiler)
** [[http://sourceware.org/binutils/docs/as/index.html|Using as]] (GNU Assembler)
** [[http://sourceware.org/gdb/current/onlinedocs/gdb/|GDB User Manual]] (GNU Debugger)
** [[http://www.gnu.org/software/make/manual/make.html|GNU Make Manual]]
** [[http://sourceware.org/binutils/docs|GNU Binutils 2.19]]

* Assembly programming
** [[http://asm.sourceforge.net|LinuxAssembly.org]]