UnixTools: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
'''Jens-Peter Redlich''' from Berlin/Germany (deutsche Version) |
'''Jens-Peter Redlich''' from Berlin/Germany (deutsche/english Version) |
||
and |
and |
||
'''Iurii Medvedev''' from Bishkek/Kyrgistan ([[UnixTools-ru|русский вариант]]) |
'''Iurii Medvedev''' from Bishkek/Kyrgistan ([[UnixTools-ru|русский вариант]]) |
||
= Bash - for Beginners - 1 = |
= Bash - for Beginners - 1 = |
Revision as of 08:50, 13 December 2024
Unix Tools
by
Jens-Peter Redlich from Berlin/Germany (deutsche/english Version)
and
Iurii Medvedev from Bishkek/Kyrgistan (русский вариант)
Bash - for Beginners - 1
- login/lougout
- ssh - login at remote host
- files directories, wirking directory
- path names
- basic shell commands - cat, touch, rm, mkdir, rmdir, mv
- using wildcards to identify files
- editing text
- more basic commands: more, wc, grep, tail, head, find
- getting help
- redirecting stdin, stdout
- special characters (and blanks) in arguments of shell commands
File Formats (a few examples)
- Markdown
- Yaml
- XML
- HTML
- csv
- json
some Programming Languages
- C
- C++
- Java
- Python
- bash script
Bash - for Beginners - 2
- access rights: ls -l, chmod, chown, chgrp
- simple Shell-Scripts (#! shebang)
- Prozesse
- &
- ps
- kill
- wait
- Shell Variablen
- alias (and .bashrc)
- Indiuviduelle Konfiguration der Shell (.profile, .bashrc)
- preferred language
Bash - Advanced
- Shell Scripte
- << Umlenkung von stdin
- $1 .. Shell Variablen für Argumente
- for x in a b c
- while
- if
- $?
- $$
Working With Files 1 - basics
- diff
- patch
- sed
- awk
- md5checksum
- sh1-checksum
- tar
- rsync
- dd
Working With Files 2 - version control
- git
- github
Administration Jobs - 1
- software packet manager
- apt-get
- pip
- conda
- cronjob / systemd
Administration Jobs - 2
- file system administration
- du
- df
- mount, umount
- format
- hdd/sdd performance monitoring tools
- fsck
- trim
- backup solutions
Docker
- docker
- docker compose
- kubernetes
Data Formats (in protocols)
- IPv4 header
- HTTP
- Tools: Wireshark
Network Management
- host IP address
- network mask, gateway
- routing table
- Firewall
- NAT
- VPN
- DNS
- tools: ping, traceroute, iptables
- tools: wireshark
Administration Jobs - 3
- nginx
- apache (web server)
- mysql
Cloud Technologies
- REST
- Service Endpoint
- Cloud Computing ressources
- Cloud Storage
Continuous Integration / continuous development (CI/CD)
- Jenkins
Programming
- Python 3
- Jupyter Notebook
- JavaScript
- MySQL
- Java, C, C++
- Rust
- Go
Tools: Visual Studio Code (VSC)