Linux初学者笔记

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

chinese input method

https://github.com/happypeter/job-akae/wiki

你可能感兴趣的:(初学者)