UnixToolsJpr: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Bash I - Level A =


== login, logout ==
* who
* id

* exit / logout

Q.1: Was passiert, wenn Sie mehrmals (erfolglos) versuchen, sich mit dem falschen Passwort anzumelden? Warum ist dieses Verhalten des Systems sinnvoll?
Q.2: Sie haben Ihr Passwort vergessen, was nun?
Q.3: Wie erstellt man ein sicheres Passwort? Wie/wo speichert man es?

* ls, pwd, cd, ls -la

* grep
* find

= File Formats =
* Markdown
** README.md
** wiki

* yaml
** docker config
* XML
* json
* HTML

* typical programming languages
** C, C++
** python
** Java
** JavaScript
** bash (script)
** SQL

** e.g. .bashrc (bash script)

* Tools: unix program file
* Toos: Editor with language support


= Data Formats (in protocols) =
= Data Formats (in protocols) =
Line 63: Line 24:
**tar
**tar
**rsync
**rsync
* dd


= Working With Files 2 (git) =
= Working With Files 2 (version control with git) =
* git
* git
* github
* github
Line 74: Line 36:
* Jenkins
* Jenkins


= Administrator Jobs =
= Administration Jobs =
* nginx
* nginx
* software packet manager
* software packet manager
Line 80: Line 42:
** pip
** pip
** conda
** conda
* cronjob / systemd


= file system administration
= file system administration =
* du
* du
* df
* df

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