Post of the month: dec 2024

"Respect" Text Mode...

"Respect" Text Mode...

Posted on 3rd Dec 2024

Textmode and the terminal in general, comes from a long way back in the past. It was invented in a time, that computers had many restrictions, compared with the present ones. So, the terminal also had its limitations, from which many of them, came because of the systems limitations. Now days, those...

Get Wireless Interface in BASH

Get Wireless Interface in BASH

Posted on 2nd Dec 2024

Just a quicky... :) To get the wireless interface of your computer, in a simple and "universal" (that works in every system) way, is the following. Just use this simple command: ls /sys/class/ieee80211/*/device/net/ -1 The command will list the names of the wireless interfaces. If it's only on...