mirror of
https://github.com/cheat/cheat.git
synced 2025-07-20 12:41:45 +02:00
autocompletion
cheatsheets
7z
__init__.py
ab
apk
apparmor
apt-cache
apt-get
aptitude
asterisk
at
awk
bash
chmod
chown
convert
crontab
curl
cut
date
dd
df
dhclient
diff
distcc
emacs
find
gcc
gdb
git
gpg
grep
gs
head
history
ifconfig
irssi
iwconfig
less
ln
ls
lsof
mkdir
mount
mysql
mysqldump
netstat
nmap
notify-send
od
openssl
pacman
pdftk
php
ps
python
rm
sam2p
scp
screen
sed
shred
sockstat
sort
split
ssh
ssh-copy-id
ssh-keygen
stdout
strace
systemctl
tail
tar
tmux
top
truncate
uname
vim
wget
yaourt
youtube-dl
yum
.gitignore
LICENSE
README.md
cheat
setup.py
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
# To copy a file from your local machine to a remote server:
|
|
scp foo.txt user@example.com:remote/dir
|
|
|
|
# To copy a file from a remote server to your local machine:
|
|
scp user@example.com:remote/dir/foo.txt local/dir
|