markdown
http://happypeter.github.com/LGCB/book/toy_markdown.html
vim
vim installation
sudo apt-get install vim # the hacker's Editor
screencast
http://happypeter.org/happycasts/happyvim/
snipmate
check
~/.vim/snippets/c.snippets
ctags
ctags hello.c
vim hello.c
Ctr-]: jump to function definition
Ctr-o: to go back
git
git installation
sudo apt-get install git-core
sudo apt-get install tig
screencast
http://happypeter.org/happycasts/happygit-zh/git_start.ogv
github page
http://pages.github.com/
follow the above link if you want your own Homepage, sth like
example index.html
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>LGCB</title>
</head>
path
abs path: starts with /
rel path: starts with .
install a package
sudo apt-get install packagename
sudo apt-get update
shortcuts
Ctr-l : clear the screen
Alt-tab: switch among windows
middle key: paste
misc
career
http://happypeter.users.sourceforge.net/asianux_get_job.html
firefox shortcuts
Ctr-r : refresh
F11 : enter or quit fullscreen
my book
http://happypeter.github.com/LGCB
本文涵盖了从Markdown编辑、Vim使用到Git安装等编程基础技能,包括安装指南、快捷键、代码片段管理和高效编程技巧,旨在帮助程序员提高日常工作效率。
4477

被折叠的 条评论
为什么被折叠?



