Skip to content
miro.borodziuk.eu

miro.borodziuk.eu

The wind blows wherever it pleases. You hear its sound, but you cannot tell where it comes from or where it is going.

  • Start
  • Blog
  • GNU/Linux
  • Windows
  • Security
  • Networking
  • Cloud
  • DevOps
  • Development
  • $ whoami
  • Contact

Author: miro

Posted on 11 March 201718 May 2017

Linkowanie plików i katalogów

Soft link (symbolic link, symlink)
Miękkie dowiązanie wiąże jeden plik z drugim. Przypomina skrót z systemu Ms Windows gdzie właściwy plik istnieje gdzieś w drzewie katalogów ale może mieć wiele skrótów o różnych nazwach. Continue reading “Linkowanie plików i katalogów”

Posted on 11 March 201729 May 2017

Odnajdywanie plików

Aby wyszukać plik o nazwie newfile po jego nazwie w katalogu domowym użytkownika user1 (zakładając, plik newfile istnieje):

1
2
$ cd
$ find . –name newfile

Continue reading “Odnajdywanie plików”

Posted on 11 March 201724 February 2018

Podstawowe komendy

Zwraca rodzaj pliku
# file
# file /usr/bin/whoami

Tworzenie pustych plików
# touch file1
# cat > file1
Continue reading “Podstawowe komendy”

Posted on 9 March 201710 April 2024

Edytor vi

Uruchamianie vi
Uruchamia vi i otwiera pusty ekran do edycji tekstu. Możemy zapisać lub anulować zapis wpisanego tekstu.
# vi Continue reading “Edytor vi”

Posted on 5 March 201715 August 2017

Archiwizacja danych

tar
–c tworzy (create) archiwum tar.
–f nazwa archiwum.
–j kompresuje archiwum kompresorem bzip2.
–r dodaje pliki na koniec istniejącego archiwum. Nie dodaje plików do archiwum skompresowanego.
–t listuje zawartość archiwum. Continue reading “Archiwizacja danych”

Posts navigation

Previous page Page 1 … Page 37 Page 38 Page 39 … Page 41 Next page

Znajdź

Categories

  • Cloud
    • Amazon Web Services
      • Analytics
      • Compute
      • Cost Management
      • Databases
      • Deployment and Management
      • Fundamentals
      • Integration
      • Monitoring and Metrics
      • Networking
      • SDLC
      • Security
      • Storage
    • Infrastructure as Code
      • CloudFormation
    • Microsoft Azure
      • Sieci wirtualne
      • Storage
  • Development
    • Bash
    • Python
  • DevOps
    • Configuration Management
      • Ansible
      • Puppet
    • Containers
      • Docker
      • Kubernetes
      • Openshift
      • Podman
    • Continous Integration / Continous Delivery
    • Source Code Management
  • GNU/Linux
    • 01. Podstawowe narzędzia
    • 02. Pliki i uprawnienia
    • 03. Użytkownicy i grupy
    • 04. Pakiety
    • 05. Procesy
    • 06. Planowanie zadań
    • 07. Systemd
    • 08. Logi
    • 09. System plików i partycje
    • 10. Inicjowanie systemu
    • 11. Jądro
    • 12. Sieć
    • 13. Wirtualizacja
    • 14. Bezpieczeństwo
    • 15. Serwery usług
    • Inne
  • Security
  • Windows
    • Windows Server 2012

Recent Posts

  • Kubernetes Excercises 2
  • Kubernetes Excercises
  • Deploying Applications the DevOps way On Kubernetes
  • Logging, Monitoring and Troubleshooting on Kubernetes
  • Security on Kubernetes
  • Kubernetes Networking
  • Scheduling on Kubernetes
  • Kubernetes Node Maintenance
  • Managing Cluster in Kubernetes
  • Application Access in Kubernetes

Szukaj

Proudly powered by WordPress