Es steht für Ihren FH Loginnamen. / It represents your FH login name.
Zuerst wird die Quelle angegeben und danach das Ziel. / First the source is specified, then the destination.
Es ist eine Abkürzung für das Homeverzeichnis. / It is an abbreviation for the home directory.
Die Tilde (~). / The tilde (~).
find ~ -name my-program.py
Der Befehl less. / The less command.
Mit dem / Zeichen und dem Suchbegriff. / Using the / character followed by the search term.
rm -r verzeichnisname
Ihren Benutzernamen, der beim Login automatisch gesetzt wird. / Your username, which is automatically set during login.
Um Probleme zu ersparen, da man nicht in das Base Environment oder direkt ins Homeverzeichnis installieren sollte. / To avoid problems, as one should not install into the base environment or directly into the home directory.
8 Bit = 1 Byte.
1.000.000 Bytes.
Ja, da 4 Bytes = 32 Bits sind. / Yes, because 4 bytes = 32 bits.
1.000.000.000.000 Bytes.
16.000 Bits.
320 * 1.000 = 320.000 MB.
128 KB + 8.000 KB = 8.128 KB.
320 * 2^10 = 327.680 KiBytes.
1 * 2^30 = 1.073.741.824 Bytes.
1 * 2^10 * 8 = 8.192 Bits.
100.000 Werte (0 bis 99.999). / 100,000 values (0 to 99,999).
2^3 = 8 Werte. / 2^3 = 8 values.
000, 001, 010, 011, 100, 101, 110, 111.
8^2 = 64 Werte. / 8^2 = 64 values.