Linux

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd 239 systemd-resolve has been renamed…

5 months ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john /media/ben/thumbdrive/ Answer: To exclude multiple…

5 months ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's out there in the wild!…

5 months ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless chip set on laptops and…

5 months ago

Ubuntu does not boot properly

I've come across this issue, many a times in my personal Desktop Linux chores. And trust me this is a…

5 months ago

Hiding a particular user from the login screen?

Note:- Your display manager may vary from lightdm or gdm, gdm3 etc depending on your distro. But strictly as mentioned…

12 months ago

No Internet in Ubuntu, editing /etc/resolv.conf brings it back, but is this safe?

Editing resolv.conf wont give you internet access if you don't already have it, but this edit can fix a very…

12 months ago

How to enlarge root (/) partition?

If we're talking about bare metal and desktops/laptops then this might be the next impossible solution on a given Linux/Unix…

12 months ago

Undo (cp) copy command in Linux/Ubuntu

Let's say you've copied a giant chunk of data from a source to destination something like this: sudo cp From_SOURCE/*…

1 year ago

WiFi network disconnects automatically & no WiFi networks are visible in Ubuntu

This post is relative to all the novice as well as seasoned users on laptop specially -- considering Lenovo and…

1 year ago