From fb910a5c922aede2be0978132f18a8b49df9127c Mon Sep 17 00:00:00 2001 From: pstyczyn Date: Sun, 29 Jun 2025 16:43:19 +0200 Subject: [PATCH 1/9] Update linux.txt --- homework/linux.txt | 129 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/homework/linux.txt b/homework/linux.txt index e69de29b..3cf98065 100644 --- a/homework/linux.txt +++ b/homework/linux.txt @@ -0,0 +1,129 @@ +208 processes.txt +96:message+ 603 0.0 0.1 9952 6484 ? Ss 12:50 0:08 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only +99:root 620 0.0 0.5 42856 20764 ? Ss 12:50 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers +114:root 708 0.0 0.5 121032 22576 ? Ssl 12:50 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal +115:whoopsie 806 0.0 0.3 253244 15644 ? Ssl 12:50 0:00 /usr/bin/whoopsie -f +119:root 984 0.1 0.0 358464 2228 ? Sl 12:50 0:20 /usr/bin/VBoxDRMClient +126:vboxuser 1342 0.0 0.4 961432 19840 ? S processes.txt + 316 ls -l + 317 less processes.txt + 318 fg + 319 top + 320 clear + 321 fg + 322 ps + 323 fg + 324 ps + 325 kill 27064 + 326 ps + 327 kill 27065 + 328 ps + 329 fg + 330 clear + 331 ps + 332 less processes.txt + 333 clear + 334 cp processes.txt copy.txt + 335 ls -l + 336 less copy.txt + 337 clear + 338 mkdir backup + 339 ls -l + 340 mv copy.txt backup + 341 ls -l + 342 cd backup/ + 343 ls -l + 344 cd .. + 345 cd backup/ + 346 less copy.txt + 347 clear + 348 cd .. + 349 man wc + 350 clear + 351 cd backup/ + 352 cd .. + 353 man wc + 354 clear + 355 wc -l processes.txt + 356 wc -l processes.txt > selected.txt + 357 ls -l + 358 less selected.txt + 359 man grep + 360 clear + 361 grep -n /bin * + 362 clear + 363 grep -n /bin * + 364 grep -n /bin * | less + 365 clear + 366 ls -l + 367 grep -n /bin processes.txt + 368 grep -n /bin processes.txt | less + 369 clear + 370 grep -n /bin processes.txt >> selected.txt + 371 ls -l + 372 less selected.txt + 373 clear + 374 history + 375 history | less + 376 clear + 377 man find + 378 man tail + 379 clear + 380 history less + 381 less history + 382 history | less + 383 clear + 384 ls -l + 385 find history -name | tail -n100 + 386 history | less + 387 clear + 388 man find + 389 clear + 390 find history | tail -n100 + 391 history | tail -n100 + 392 q + 393 clear + 394 history | tail -n100 | less + 395 history | tail -n103 | less + 396 history | tail -n105 | less + 397 history | tail -n105 | less > commands.txt From 1a7326daf483b2fdfbc6fc101d8de673c78d35ee Mon Sep 17 00:00:00 2001 From: pstyczyn Date: Sun, 29 Jun 2025 16:51:20 +0200 Subject: [PATCH 2/9] Update linux.txt --- homework/linux.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/homework/linux.txt b/homework/linux.txt index 3cf98065..6c8dbb03 100644 --- a/homework/linux.txt +++ b/homework/linux.txt @@ -22,7 +22,6 @@ 167:vboxuser 1696 0.0 0.6 2662880 26924 ? Sl 12:50 0:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.Shell.Notifications 192:vboxuser 1956 0.0 1.4 870140 56464 ? Sl 12:50 0:00 /usr/bin/gnome-calendar --gapplication-service 195:root 2747 0.0 0.0 6064 3972 tty3 Ss 12:52 0:00 /bin/login -p -- - 293 ls -l 294 cd example/ 295 touch processes.txt 296 ls-l @@ -127,3 +126,16 @@ 395 history | tail -n103 | less 396 history | tail -n105 | less 397 history | tail -n105 | less > commands.txt + 398 ls -l + 399 less commands.txt + 400 clear + 401 man cat + 402 clear + 403 cat selected.txt commands.txt + 404 clear + 405 cat selected.txt commands.txt | less + 406 cat selected.txt commands.txt > result.txt + 407 history + 408 history | less + 409 history | tail -n116 > commands.txt + From b00459932e5fcfa432685cc3eca1095b61ac8bb4 Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 13:40:45 +0200 Subject: [PATCH 3/9] Test --- 01-nawigacja.md | 1 + 02-operacje-na-plikach.md | 1 + 2 files changed, 2 insertions(+) diff --git a/01-nawigacja.md b/01-nawigacja.md index 85b7e219..d5e9806b 100644 --- a/01-nawigacja.md +++ b/01-nawigacja.md @@ -24,3 +24,4 @@ * bezwzględne - względem katalogu głównego, zaczynają się od `/` * względne - względem aktualnego katalogu (`pwd`) +Hello Coders School diff --git a/02-operacje-na-plikach.md b/02-operacje-na-plikach.md index 188ffde9..c79cfb13 100644 --- a/02-operacje-na-plikach.md +++ b/02-operacje-na-plikach.md @@ -24,3 +24,4 @@ Tip. Użyj `ls -l` aby to sprawdzić. #### Zadanie 2 Odkryj co zrobi `mkdir` jeśli podany katalog już istnieje. +Hello Coders School From e86b1e844a2c190e57eb49da00be6a536b069718 Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 14:15:16 +0200 Subject: [PATCH 4/9] Test2 --- 01-nawigacja.md | 1 + 1 file changed, 1 insertion(+) diff --git a/01-nawigacja.md b/01-nawigacja.md index d5e9806b..17f2b38b 100644 --- a/01-nawigacja.md +++ b/01-nawigacja.md @@ -25,3 +25,4 @@ * względne - względem aktualnego katalogu (`pwd`) Hello Coders School +Hello From 3280eb99cd4256c20a23b573b7339cccaf639e68 Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 14:17:53 +0200 Subject: [PATCH 5/9] Test3 --- 02-operacje-na-plikach.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-operacje-na-plikach.md b/02-operacje-na-plikach.md index c79cfb13..06209ad5 100644 --- a/02-operacje-na-plikach.md +++ b/02-operacje-na-plikach.md @@ -25,3 +25,4 @@ Tip. Użyj `ls -l` aby to sprawdzić. Odkryj co zrobi `mkdir` jeśli podany katalog już istnieje. Hello Coders School +Hello1 From ff9e855530eeab1f12dd07a81c08234b52f73d4e Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 14:18:40 +0200 Subject: [PATCH 6/9] Test4 --- 03-bash.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-bash.md b/03-bash.md index f93992f0..f655bbbe 100644 --- a/03-bash.md +++ b/03-bash.md @@ -11,3 +11,4 @@ * Strzałki góra/dół - wyświetl poprzednią/następną komendę z historii * Ctrl + R - szukaj w historii wpisanych komend +Hello From b069129eee9bcf3f7d0b3f8e259ea22895f0a29f Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 14:42:42 +0200 Subject: [PATCH 7/9] Test3 --- 02-operacje-na-plikach.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-operacje-na-plikach.md b/02-operacje-na-plikach.md index c79cfb13..46222a6a 100644 --- a/02-operacje-na-plikach.md +++ b/02-operacje-na-plikach.md @@ -25,3 +25,4 @@ Tip. Użyj `ls -l` aby to sprawdzić. Odkryj co zrobi `mkdir` jeśli podany katalog już istnieje. Hello Coders School +Halko School From 10ffb829da7bd0869c6097e9600a993d8816eea1 Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 14:43:55 +0200 Subject: [PATCH 8/9] Commit feature 3 --- 01-nawigacja.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01-nawigacja.md b/01-nawigacja.md index d5e9806b..1530bf0e 100644 --- a/01-nawigacja.md +++ b/01-nawigacja.md @@ -25,3 +25,5 @@ * względne - względem aktualnego katalogu (`pwd`) Hello Coders School +Hello World +sth more From f778e67cb11abc689b300448ff7bcfdbc0427b15 Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 30 Jun 2025 14:44:17 +0200 Subject: [PATCH 9/9] Commit feature 4 --- 02-operacje-na-plikach.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-operacje-na-plikach.md b/02-operacje-na-plikach.md index 06209ad5..b43d5804 100644 --- a/02-operacje-na-plikach.md +++ b/02-operacje-na-plikach.md @@ -26,3 +26,4 @@ Tip. Użyj `ls -l` aby to sprawdzić. Odkryj co zrobi `mkdir` jeśli podany katalog już istnieje. Hello Coders School Hello1 +Halko School