UnixTools: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
= File Formats (a few examples) = |
= File Formats (a few examples) = |
||
* Markdown |
* Markdown |
||
* Yaml |
|||
* Yaml - Yet Another Markup Language |
|||
* XML |
|||
* XML - Extensible Markup Language |
|||
* HTML |
|||
* HTML- HyperText Markup Language |
|||
* csv |
|||
* csv - Comma-Separated Values |
|||
some Programming Languages |
some Programming Languages |
Revision as of 15:54, 12 December 2024
Unix Tools
by
Jens-Peter Redlich from Berlin/Germany (deutsche 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
some Programming Languages
- C
- C++
- Java
- Python
- bash script
Bash - for Beginners - 2
- access rights: ls -l, chmod, chown, chgrp
- simple Shell-Scripts
- Prozesse
- &
- ps
- kill
- wait
- Shell Variablen
- alias (and .bashrc)
- Indiuviduelle Konfiguration der Shell (.profile, .bashrc)
Working With Files 1 - basics
- diff
- patch
- sed
- awk
- md5checksum
- sh1-checksum
- tar
- rsync
- dd
Bash - Advanced
- Shell Scripte
- << Umlenkung von stdin
- $1 .. Shell Variablen für Argumente
- for x in a b c
- while
- if
- $?
- $$
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
Administration Jobs - 3
- nginx
Continuous Integration / continuous development (CI/CD)
- Jenkins
Programming
- Python 3
- Jupyter Notebook