Skip to content

Latest commit

 

History

History
204 lines (191 loc) · 1.42 KB

README.md

File metadata and controls

204 lines (191 loc) · 1.42 KB

Dicas Linux by Gui Neves

Links úteis

Distribuições

Debian
Ubuntu
RedHat
Fedora
Centos
Slackware
Kali / Backtrack

Gerenciadores de pacotes

apt / apt-get
aptitude
dnf
yum
rpm

Gerenciamento de arquivos e diretórios

ls
mkdir
touch
tee
cd
mv
cp
rm
grep
find
cat
more
less
tail
head
echo
file
wc
sort
uniq
diff

Estrutura de diretórios

/
/bin
/sbin
/etc
/var
/home
/root
/tmp
/usr
/dev
/proc

Redirecionadores, operadores, curingas, atalhos...

~
-
.
..
;
>
>>
<
|
||
&&
#
*
?
ˆC
ˆA
ˆE
ˆW
ˆZ
ˆS
ˆQ
ˆL
ˆD

Variáveis de ambiente

PATH
DISPLAY
PWD
OLDPWD
PS1

Comandos diversos

dhcpclient
alias
export
unset
env
ln
unlink
bash
sh
sed
egrep
du
df
mount
su
sudo
dd
wget
curl
chown
chmod
nc
date
jobs
fg
bg
nohup
ip
ifconfig
netstat
ss
nslookup
dig
traceroute
ping
systemctl
man
kill
killall
ps
pgrep
pkill
for
while
last
w
whoami
top
help
xargs
awk
cut
which
tar
zip
unzip
gzip
ssh
scp
shutdown
halt
free
crontab
uname
ulimit
dos2unix
lsof
uptime
vmstat
zgrep
vim
source
if
while
lsblk
lvs
pvs
vgs

podman
docker

Comandos diversos

clear
exit
dc
cal
tree
fortune
cowsay
hollywood
sl
rev
tac

Coisas para NÃO FAZER :-P

#rm -rf /
#:(){:|:&};:

Aleatoriedades

HISTTIMEFORMAT="%d/%m/%y %T "