#[0] thanks. added to the tooth.
ChatGPT banned in Italy
https://www.independent.co.uk/tech/chatgpt-ban-italy-gdpr-data-protection-b2311738.html
The system does not have a proper legal basis to be collecting personal information about the people using it, the Italian agency said. That data is collected to help train the algorithm that powers ChatGPTβs answers.
π€‘

I also want to play Mario Kart. https://twitter.com/FieldExplores/status/1641546383131029504

Understanding /etc/shadow file format is essential for sysadmins and developers to debug user account issues. Hence, we are going to learn about it. https://www.cyberciti.biz/faq/understanding-etcshadow-file/ #[0]
Debian / Ubuntu Linux Delete Old Kernel Images Command To Free Up Disk Space https://www.cyberciti.biz/faq/debian-ubuntu-linux-delete-old-kernel-images-command/
How to use df command in Linux / Unix {with examples} https://www.cyberciti.biz/faq/df-command-examples-in-linux-unix/
y next stop is 127.0.0.1 to reach ~.

So that is how we got 1000+ #[0] distros and 20+ package formats?
Learn how to install LXD on Debian 11 #[0], configure Linux containers and proxy forward ports to container services, and create a GUI VM Linux desktop for privacy or security reasons. https://www.cyberciti.biz/faq/how-to-install-lxd-on-debian-11-linux/

#[0] user be like ...

Some dependencies are left behind when you uninstall or remove packages, taking up disk space. In this quick tutorial, I will explain how to remove ALL orphaned packages installed as a dependency and no longer required by any package on Arch #[0] https://www.cyberciti.biz/faq/delete-remove-orphaned-unused-packages-arch-linux-pacman-command/
Are you using #[1] instead of Arch Linux? See how to remove unwanted/unused package dependencies in FreeBSD https://www.cyberciti.biz/faq/how-to-remove-unwantedunused-dependencies-in-freebsd-pkg-command/
Spyware vendors use 0-days and n-days against popular platforms including iOS and Android https://blog.google/threat-analysis-group/spyware-vendors-use-0-days-and-n-days-against-popular-platforms/
#[0] #[1] This works with Intel GPU too with i915 driver but Intel is working on exposing more hardware information through an HWMON interface. The patches are still a work in progress https://patchwork.freedesktop.org/series/104278/
#[0] enable contrib repo in /etc/apt/sources.list. Here is how it looks:
--
deb http://deb.debian.org/debian buster main non-free contrib
deb http://deb.debian.org/debian buster-updates main non-free contrib
deb http://deb.debian.org/debian-security/ buster/updates main non-free contrib
--
Then install it:
apt update
apt search nvtop
apt install nvtop
Here we see a bunch of #[0] users with newfound freedom.

Ubuntu Cinnamon is now part of the Ubuntu flavor family https://ubuntucinnamon.org/ubuntu-cinnamon-flavor-status-announcement/ #[0]
The nvtop command is an excellent task monitor for Linux users for NVIDIA, AMD and Intel GPUs (Graphics Processing Units). It is just like your top command or htop command and efficiently handles multiple GPUs in your system and shows details about them in a htop format. Let us see how to install the nvtop command on your Linux distro and monitor GPU tasks. https://www.cyberciti.biz/hardware/nvtop-command-in-linux-to-monitor-nvidia-amd-intel-gpus/

Based on this data, Google made most of it with their YouTube and Android Acquisitions. Those two are Google's money-printing machine that allows them to sell more Ads and track everyone. Others have overpaid. But what do I know? I'm just a random lonesome dude with no biz M&A training. LOL. Credit: https://twitter.com/stats_feed/status/1640678050563084288

For security reasons, verifying which TCP or UDP ports are listening on the Linux, FreeBSD or Unix serverβs network interfaces would be best. This quick guide explains how to use the CLI utilities and code written in Bash, Perl & Python to check for ports in USE or OPEN state https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/