Last active
December 25, 2018 20:28
-
-
Save idnovic/7151b8b8c54bd513679f0a0c42509b63 to your computer and use it in GitHub Desktop.
Usefull commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#clear bash history including entries in memory | |
cat /dev/null > ~/.bash_history && history -c && exit | |
history -c && history -w | |
# rpm show space used by packages | |
rpm -qa --queryformat '%10{size} - %-25{name} \t %{version}\n' | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment