linuxwave
Linux is for everybody. Lets enjoy it.
Wednesday, November 6, 2024
Rotating screen in Linux Desktop
›
Sometimes we need to capture an output of a command that is quite long, it could not fit in one screenshot. Rotating screen is one of the wa...
Thursday, October 10, 2024
Installing docker and docker compose on almalinux 9
›
Docker does not explicitly support almalinux, so we have to use centos repository instead. Below are the steps: 1. Update system sudo dnf --...
Thursday, August 8, 2024
Linux Mint unable to connect to 2.4GHz wireless, but no problem connecting to 5GHz wireless
›
I have this issue whereby a laptop of mine, which is running Linux Mint 21.2, was unable to connect to my 2.4GHz wife connection. I have no ...
Tuesday, July 23, 2024
Linux Container (LXC) 101
›
LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets users easily create...
Wednesday, May 22, 2024
Multiple ways to extract zip files in linux terminal
›
I downloaded a big zip file (5.9GB) for an application, and as usual, to unzip it, just use unzip command. $ unzip mybigfile.zip I received ...
›
Home
View web version