sign in
|
add example
|
see also:
gitweb
examples
favorites
badges
[
new example
]
copy
0
0
wget http://google.com/favicon.ico
Download Googles favicon.ico to current dir
wget
2 years, 4 months ago
gitweb
0 |
details
|
copy
4
0
sudo apt-get install vim
Install vim
sudo
2 years, 4 months ago
gitweb
0 |
details
|
copy
1
0
apt-get install nano
Install nano
apt-get
2 years, 4 months ago
gitweb
0 |
details
|
copy
29
0
mount a cd image as a directory
mount -o loop ubuntu-12.04-desktop-amd64.iso /mnt/cd
mounts the iso file as a loopback device on /mnt/cd
mount
iso
1 year ago
gitweb
0 |
copy
13
0
Check if your computer is 32 or 64bit
grep --color=always -iw lm /proc/cpuinfo
if you see "lm" in the out put your computer is 64bit
grep
64bit
arch
1 year ago
gitweb
0 |
[
new config
]
[
ask question
]
copy
0
0
update the remote branches, then merge into current
git pull, git pull origin
Update the remote-tracking branches for the repository you cloned from, then merge one of them into your current branch
git-pull
git
1 year ago
george
3 |
copy
0
1
clone a local repo
git clone /home/me/tmp/file.bundle R2
clone the local repo /home/me/tmp/file.bundle to R2
git-clone
git
1 year ago
george
3 |
copy
13
0
Check if your computer is 32 or 64bit
grep --color=always -iw lm /proc/cpuinfo
if you see "lm" in the out put your computer is 64bit
grep
64bit
arch
1 year ago
gitweb
0 |