Avatar
nixCraft 🐧
cc3790930722bfa73e28f9a2aa0832706884305cb80687e20927c7960db99185
Enjoy Linux & Unix-like systems, open-source software, and programming? Into Sysadmin & DevOps? Follow us to make the most of your IT career! Discover new tools, IT news, and apps daily, plus a dose of humor.

#[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.

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/

y next stop is 127.0.0.1 to reach ~.

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/

#[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.

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/