sudo apt install curl [On Debian, Ubuntu and Mint]
Category Archives: Linux
Linux Reset Password For User
To change other users password
sudo passwd USERNAME
Remove Symlink Directory
unlink mySymLink
Uninstall Teams Ubuntu
You can uninstall / remove by running the following command
sudo apt remove teams
size of folder in linux terminal
du -hs FOLDERPATH/* will help to understnd which folder taken more disk space
/var/crash/ files
They are crash dumps of the kernel, i.e. files that contains useful information to recover the state of the kernel when it was crashing. These files are for your kernel what core dumps are for ordinary executables. There exists an utility that can be used to analyze those files : crash
You can delete files in under /var/crash if you’re willing to lose useful information needed to debug those crashes.
number of files in a folder linux
find . | wc -l
create temporary alias linux
$ alias wr=”cd /var/www/html”
Could not open a connection to your authentication agent.
eval $(ssh-agent)
how to uninstall package in centos 7
yum remove PACKAGENAME