Standard Configuration For Linux OS

Published: May 10, 2022 by Ufkun Karaman

If you want to do the actions on all the blogs on this site, you should do these actions.

Standard Configuration For Linux OS

  • Update and Upgrade OS

      sudo apt-get update 
      sudo apt-get upgrade -y
      sudo apt autoremove -y 
        
    
  • Install Some Usefull Package

      apt install net-tools vim git procps iftop iotop ncdu -y
      apt install wget gcc screen net-tools links telnet vim nano open-vm-tools sysstat rsync htop mlocate delta logwatch unzip dos2unix traceroute -y
    
  • Define Hostname

      hostnamectl set-hostname hostname-01
    
    
linux docs

Support Me

Buy Me A Coffee

Share

Latest Posts

Kuberentes Autoscale with Keda
Kubernetes Monitoring Stack
Helm Kuberentes Backup