Delete a remote git branch using CLI
For our day to day work it is good we can delete the branch form local and remote repositories by…
Read MoreFor our day to day work it is good we can delete the branch form local and remote repositories by…
Read MoreI followed following steps to add a new user and later gave it sudo privilege. Use adduser command to add…
Read MoreI was adding a new user and received following error. sysdb_domain_cache_connect: DB version too old , expected for domain implicit_files!Higher…
Read MoreTo uninstall node js from ubuntu following steps can be done. $ apt-get remove nodejs # It will remove the…
Read MoreProject setup with virtualenv. While working with a pyhon3 project, it is better to install project based dependencies inside a…
Read MoreUbuntu 20 have inbuilt recorder which we can be triggered by alt+ctrl+shift+ r But it does not record the voice…
Read MoreI have Ubuntu20 and by default if I check pip version I get it is for python2 But I want…
Read MoreTop command is used to check server processes in Linux. Top command shows all running processes in current host. It…
Read More# To check size of partition df -h # To check size of directory du -s -h /var/log/ #To check…
Read MoreIntroduction :- Lsyncd watches a local directory trees event monitor interface (inotify or fsevents). It aggregates and combines events for…
Read More