Starting with ChromeOS version 90, a new Diagnostics app was introduced. To launch it, perform a search for "diagnostics". Another method would be under About ChromeOS under Settings. The Diagnostics app is broken up into three sections: Battery, CPU, and Memory.
Saturday, May 1, 2021
Enable Function keys within ChromeOS
To enable the top keys within ChromeOS to be used as normal Function keys, access Settings -> Device -> Keyboard. Toggle on the "Treat Top-Row Keys as Function Keys" option.
Nethogs command within Linux
The nethogs command groups bandwidth usage by process. To install, use the command:
https://www.geeksforgeeks.org/linux-monitoring-network-traffic-with-nethogs/
sudo apt install nethogs
To run the command, use:
sudo nethogs
PowerShell one-liner to check Wi-Fi signal strength
To determine the strength of an existing Wi-Fi signal via PowerShell, use the following command.
(netsh wlan show interfaces) -Match '^\s+Signal' -Replace '^\s+Signal\s+:\s+',''
F-Droid
F-Droid is an app store for Android that focuses on open-source applications.
https://www.androidpolice.com/2021/04/10/f-droid-the-definitive-un-play-store/
https://f-droid.org/
Nzyme
Nzyme is a WiFi Intrusion Detection System.
https://www.nzyme.org/
https://isc.sans.edu/forums/diary/WiFi+IDS+and+Private+MAC+Addresses/27288/
SnapDrop
Snapdrop is a open source application to transfer files between several platforms.
https://snapdrop.net/
https://www.howtogeek.com/721950/how-to-easily-transfer-files-between-linux-windows-mac-android-and-iphone/
Subscribe to:
Posts (Atom)