How To Find OpenSuse / SUSE Linux Version Using CLInixCraft Updated...
{Updated} How do I find out my Suse Linux / OpenSuse Linux / Suse Enterprise Linux server/desktop version using the command line options? What is the command to find out OpenSUSE Linux version?The post...
View ArticleHow to list all installed packages on OpenSUSE/SUSE LinuxnixCraft
So you want to see a list of all packages installed on your SUSE Linux or OpenSUSE Linux system? Try these simple tips for listing all packages.Love this? sudo share_on: Twitter - Facebook - LinkedIn -...
View ArticleHow to upgrade OpenSUSE 15.2 to 15.3 using the CLInixCraft
The most advanced OpenSUSE version is 15.3 and is an opportunity for both desktop and server users on the previous 15.2 release to update OpenSUSE Linux to get the newest software stack. It is easy to...
View ArticleHow to upgrade OpenSUSE 15.2 to 15.3 using the CLInixCraft
The most advanced OpenSUSE version is 15.3 and is an opportunity for both desktop and server users on the previous 15.2 release to update OpenSUSE Linux to get the newest software stack. It is easy to...
View ArticleA podman tutorial for beginners – part IOpensource Flare✨
{nixCraft Patreon supporters content}This guide explains how to build and deploy applications quickly with Podman to the cloud server of your choice. All examples in this tutorial are tested on Fedora...
View ArticleHow 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 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 ArticleHow To Save The Output Of A Linux/Unix Command To A FilenixCraft Updated...
{Updated} When you want to have both stderr and stdout displayed on the terminal and in a file use this syntax on your Linux or Unix/macOS/BSD:cmd 2>&1 &vert tee filewhois ip-address...
View ArticleHow do I copy a file to the clipboard in Linux?nixCraft
We all know we can use the xclip Linux command-line interface to X selections, aka clipboard. The xclip command to copy any Linux command output to the Linux clipboard directly. For example, the...
View Article10 Linux commands to know the systemnixCraft Updated Tutorials/Posts
{Updated} Here are 10 Linux command to know the system and increase your productivity quickly.The post 10 Linux commands to know the system appeared first on nixCraft.
View Article