Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clean ubuntu root

docker image prune -a --filter "until=24h"
sudo apt-get clean
sudo apt-get autoremove --purge
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/(.*)-([^0-9]+)/1/")"'/d;s/^[^ ]* [^ ]* ([^ ]*).*/1/;/[0-9]/!d' | xargs sudo apt-get -y purge
Comment

PREVIOUS NEXT
Code Example
Shell :: bash for file in folder 
Shell :: error: src refspec master does not match any. git 
Shell :: remove netbeans snap 
Shell :: git global ignore 
Shell :: brew install xampp 
Shell :: upgrade pytest version 
Shell :: unzip folder .gz file in linux 
Shell :: flutter linux cmake error 
Shell :: how to install netbeans on ubuntu 20.04 
Shell :: download ganache cli for windows 
Shell :: powershell upgrade 
Shell :: how to open file explorer with sudo ubuntu 
Shell :: command line weather 
Shell :: how to search file name in linux using wildcard 
Shell :: kubectl delete all pods 
Shell :: git log one line 
Shell :: how use nvm with zsh 
Shell :: subtract first time step paraview 
Shell :: sudo command not found 
Shell :: ag ignore node_modules 
Shell :: configure aws cli on linux 
Shell :: chnage nvm default version 
Shell :: apache basic auth setup 
Shell :: git see all tracked files 
Shell :: composer list all installed packages 
Shell :: installed python 3.8 but where is pip 
Shell :: linux how to check what gpu 
Shell :: wget command not found mac 
Shell :: linux invalid filename fix 
Shell :: show saved wifi password windows 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =