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

Category: GNU/Linux

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”

Posted on 12 January 201715 August 2017

Instalacja VNC-Server na CentOS 7

Zalety stosowania VNC Serwera:

  • Zdalna administracja serwerem przez GUI jest łatwiejsza i wygodniejsza niż używanie CLI.
  • Można korzystać ze współdzielenia schowka (^c i ^v) pomiędzy serwerem a klientem.
  • Serwer może być administrowany  jakiegokolwiek systemu, który ma zainstalowanego klienta VNC.

Continue reading “Instalacja VNC-Server na CentOS 7”

Posts navigation

Previous page Page 1 … Page 13 Page 14 Page 15 Page 16 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