UnixToolsJpr: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Bash 1 (Basics) = ** login, logout ** ls, pwd, cd, ls -la ** grep ** find = File Formats = = Data Formats in common protocols = = Bash 2 (Advanced) = ** redirects ** & ** wait ** ps = Working With Files 1 (basics) = ** diff ** patch ** sed ** awk ** md5checksum ** sh1-checksum **tar **rsync = Working With Files 2 (git) =") |
No edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Bash 1 (Basics) = |
|||
** login, logout |
|||
** ls, pwd, cd, ls -la |
|||
⚫ | |||
** find |
|||
= |
= Data Formats (in protocols) = |
||
* IPv4 header |
|||
* HTTP |
|||
* Tools: Wireshark |
|||
= Data Formats in common protocols = |
|||
= Bash 2 (Advanced) = |
= Bash 2 (Advanced) = |
||
** redirects |
** redirects |
||
Line 26: | Line 24: | ||
**tar |
**tar |
||
**rsync |
**rsync |
||
* dd |
|||
⚫ | |||
⚫ | |||
* git |
|||
* github |
|||
= Docker = |
|||
* docker |
|||
* docker compose |
|||
* kubernetes |
|||
* Jenkins |
|||
= Administration Jobs = |
|||
* nginx |
|||
* software packet manager |
|||
** apt-get |
|||
⚫ | |||
** conda |
|||
* cronjob / systemd |
|||
= file system administration = |
|||
* du |
|||
* df |
|||
* mount, umount |
|||
* format |
|||
* hdd/sdd performance monitoring tools |
|||
* fsck |
|||
* trim |
|||
* backup solutions |
|||
= Programming = |
|||
* Python 3 |
|||
* Jupyter Notebook |
Latest revision as of 15:09, 20 November 2024
Data Formats (in protocols)
- IPv4 header
- HTTP
- Tools: Wireshark
Bash 2 (Advanced)
- redirects
- &
- wait
- ps
Working With Files 1 (basics)
- diff
- patch
- sed
- awk
- md5checksum
- sh1-checksum
- tar
- rsync
- dd
Working With Files 2 (version control with git)
- git
- github
Docker
- docker
- docker compose
- kubernetes
- Jenkins
Administration Jobs
- nginx
- software packet manager
- apt-get
- pip
- conda
- cronjob / systemd
file system administration
- du
- df
- mount, umount
- format
- hdd/sdd performance monitoring tools
- fsck
- trim
- backup solutions
Programming
- Python 3
- Jupyter Notebook