Network devices not found after Ubuntu upgrade from 20.04 LTS to 22.04 LTS
I had recently upgraded my laptop from Ubuntu 20.04 from 22.04. Once restarted after the upgrade, my laptop just wouldn’t connect to any network (LAN/Wifi/USB t...
I had recently upgraded my laptop from Ubuntu 20.04 from 22.04. Once restarted after the upgrade, my laptop just wouldn’t connect to any network (LAN/Wifi/USB t...
Run this command, (assuming the format and mounting was done correctly). sudo resize2fs /dev/{device} Kj Sreekumar KjSreekumar (KJ) has been a hobb...
Here are the steps you can follow to upgrade NodeJS on an Ubuntu system. sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm sudo rm -rf /usr/...
Rather than a how to, written as a must do for our servers. Probably the most important command for 60% of developers out there 🙂 sudo timedatectl set-timezone ...
On bash, run – sudo systemd-resolve --flush-caches Should be done. Sreekumar KjSreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his p...
Problem: The newly set hostname reverts back to older one after reboot Reason : Hostname is reset by cloud-init Solution : Inactivate cloud-init. On t...
Problem: The newly set hostname reverts back to older one after reboot Reason : Hostname is reset by cloud-init Solution : Inactivate cloud-init. On terminal, k...
Here’s how to install docker-compose on Ubuntu LTS : Open terminal and run these commands [bash] sudo curl -L “https://github.com/docker/compose/releases/...
Problem: Ubuntu gives the error oss_audio: failed to open audio device /dev/dsp when trying to test festvox voice models. Fix: On terminal- [bash] sudo apt-get...
Could fix the touch-pad of my Ubuntu system which went off due to an unknown reason with these commands – Sreekumar KjSreekumar (KJ) has been a hobby prog...