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

Blog

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”

Posted on 3 March 201729 May 2017

Kompresja danych

# gzip file1 file2
# gzip /root/anaconda-ks.cfg

Dekompresja
# gunzip /root/anaconda-ks.cfg.gz
# gzip -d /root/anaconda-ks.cfg.gz Continue reading “Kompresja danych”

Posted on 1 March 201727 February 2018

Podstawowe komendy

Listowanie plików i katalogów

1
$ ls /dir1

Listowanie długie z dokładnymi informacjami o plikach

1
$ ls -l /dir1

Continue reading “Podstawowe komendy”

Posted on 13 February 20173 August 2017

Skróty klawiaturowe w CentOS i RHEL

Poniżej skróty klawiaturowe w CentOS i RHEL:

[Ctrl] + [Alt] + [Backspace] = zabija bieżąca sesję X. Zabija sesję graficznego  pulpitu i powraca do ekranu logowania. Użyj tego, jeśli normalna procedura wyjścia nie działa. Continue reading “Skróty klawiaturowe w CentOS i RHEL”

Posts navigation

Previous page Page 1 … Page 42 Page 43 Page 44 … Page 46 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