How do I list lxc snapshots for LXD on Linux?nixCraft
I explained a long time ago how to take LXD instance snapshots using the lxc command. Today I will talk about how to list lxc snapshots and automatically purge those snapshots from LXD to free up disk...
View ArticleHow to generate WireGuard QR code on Linux for mobilenixCraft
I have written about setting up the WireGuard server on Linux. I have written about setting up the WireGuard server on Linux. Today, I will share a tip that allows creating QR codes for WireGuard VPN...
View ArticleHow to install FFmpeg with NVIDIA GPU acceleration on LinuxnixCraft
The ffmpeg is free and open-source video converter software for Linux and Unix-like systems. However, on Ubuntu/Debian Linux and other distros, NVIDIA hardware-based encoding is disabled at compile...
View ArticleHow to protect Linux against rogue USB devices using USBGuardOpensource Flare✨
{nixCraft Patreon supporters content}You deployed a perfect firewall and other network security policies preventing unauthorized access to the user's desktop computer over a network. However, you still...
View ArticlemacOS Terminal: -bash: warning: setlocale: LC_CTYPE: cannot change locale...
{Updated} Learn how to fix warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory on macOS or OX terminal.The post macOS Terminal: -bash: warning: setlocale: LC_CTYPE:...
View ArticleHow to find the NVIDIA cuda versionnixCraft
I need to find out the CUDA version installed on Linux. How do I know what version of CUDA I have?Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to find the...
View ArticleHow to display all NAT IPTables rules on LinuxnixCraft Updated Tutorials/Posts
{Updated} How do I see all the rules in NAT tables under CentOS / RHEL / Debian / Ubuntu Linux based server?The post How to display all NAT IPTables rules on Linux appeared first on nixCraft.
View ArticleHow to check ZFS File system storage pool on Linux/UnixnixCraft
First, there is no fsck command for ZFS, which Linux and Unix use for file system repair. However, ZFS comes with a scrub option. This subcommand is a root-initiated dynamic consistency check. It runs...
View ArticleHow to install OpenSSH server on Alpine Linux (including Docker)nixCraft
This quick tutorial explains how to install and set up OpenSSH (SSHD) server and client on the Alpine Linux system. Further, you will learn how to build a Docker Linux container running sshd server...
View ArticleHow to check SHA1 hash on Linux, FreeBSD and UnixnixCraft
This quick tutorial explains How to check the SHA1 hash of a file on Linux, FreeBSD, and Unix-like systems using the sha1sum or sha1 command.Love this? sudo share_on: Twitter - Facebook - LinkedIn -...
View ArticleIf your domain is not sending email, set these DNS settings to avoid spoofing...
{nixCraft Patreon supporters content}As you may know, email spoofing allows attackers to pose as someone else to gain illegal profit. For example, I only use webmaster@cyberciti.biz for communication,...
View ArticleA cautionary tale about locking Linux & FreeBSD user accounts
Like every other solo developer and sysadmin, I do stuff using ssh. Some stuff is automated using scripts, and others require ssh login. For example, one of my scripts logs into my Linux and FreeBSD...
View ArticleHow to protect Linux against rogue USB devices using USBGuard
usbgurd You deployed a perfect firewall and other network security policies preventing unauthorized access to the user's desktop computer over a network. However, you still need to block USB device...
View ArticleDNS settings to avoid email spoofing and phishing for unused domain
As you may know, email spoofing allows attackers to pose as someone else to gain illegal profit. For example, I only use webmaster@cyberciti.biz for communication, but someone might create a...
View ArticleHow To Set Up SSH Keys With YubiKey as two-factor authentication (U2F/FIDO2)
Patreon users download the PDF version. All Linux and Unix servers are managed manually or by automation tools such as Ansible using ssh. For example, say you have a server at Linode or AWS. Then you...
View ArticleHow to skip ChatGPT from WireGuard or OpenVPN on Linux
nixCraft Patreon supporters can download the PDF version here. ChatGPT (short for Chat Generative Pre-trained Transformer) is a chatbot by OpenAI. It provides answers to your queries using learning...
View Articlenvtop – Awesome Linux task monitor for NVIDIA, AMD & Intel GPUs
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post nvtop – Awesome Linux task monitor for NVIDIA, AMD & Intel GPUs appeared first on nixCraft.
View ArticleHow to upgrade FreeBSD 13.1 to 13.2 release
The FreeBSD Release Engineering Team is announcing the availability of FreeBSD version 13.2-RELEASE on 11/April/2023. It is the third release of the stable/13 branches. I updated my FreeBSD version...
View ArticleSetting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop
Red Hat launched the Ansible Lightspeed Code Assistant Generative AI with IBM Watson Code Assistant in May 2023. This preview is now available to all Ansible users, allowing them to explore the...
View ArticleDebian Linux 12.1 released with Security Updates
Debian Linux project announces the first update of the Debian project's stable distribution, Debian 12 (codename "bookworm") named Debian 12.1. This update mainly addresses security issues and...
View Article