nixCraft – Telegram
nixCraft
126 subscribers
1.11K links
RSS to Channel
Download Telegram
{Updated} agedu scans a directory tree and produces reports about how much disk space is used in each directory and subdirectory, and also how that usage of disk space corresponds to files with last-access times a long time ago under Linux/Unix/BSD and macOSThe post agedu - Linux / Unix Command For Tracking Down Wasted Disk Space appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/VHJCm0o
To find or check the NVIDIA driver version on Linux to troubleshoot GPU and graphics card issue, check the /sys/module/nvidia/version and /proc/driver/nvidia/version files. Apart from that, you can try other Linux commands too. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to find NVIDIA driver version on Linux appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/6lDc9hw
Do you want to copy a symbolic (soft) link instead of a file using the cp command under Linux? Try passing the -a (--archive) to copy and preserve all soft (symbolic) links. The cp command is a naturally used file copying under Linux and it comes with a few rules for copying symbolic links. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post Linux cp command copy symbolic (soft) link appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/UOBvrGP
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 13.1 to 13.2 using the CLI over an ssh-based session. Here are my quick notes. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to upgrade FreeBSD 13.1 to 13.2 release appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/890azuO
While working on the bash shell noscript wrapper, I needed to ensure that I only passed an integer in the Bash noscript under Linux and Unix-like systems. Here is how to check if a number is an integer in Bash Linux or Unix noscript or at the command-line interface (CLI)Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post Bash see if an input number is an integer or not appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/t1cluLz
The latest version of OpenSUSE Linux, version 15.5 "Leap," has been released. This version offers unparalleled stability due to its use of the SUSE Linux Enterprise (SLE) source and community developments. Hence, this makes it the best choice for a stable Linux experience for users, developers, and system administrators. This page explains how to upgrade from OpenSUSE 15.4 to 15.5 using the CLI.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to upgrade OpenSUSE 15.4 to 15.5 using the CLI appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/j1Kcp4e
Debian Linux 12 "Bookworm" has been released. The new version offers updated packages and five years of support. This page provides a step-by-step guide to updating Debian 11 Bullseye to Debian 12 Bookworm using command-line options, including upgrading all installed packages.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to upgrade Debian 11 to Debian 12 bookworm using CLI appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/QRk93Tr
When I try to compile a program on Alpine Linux, it fails with the following error:
app.c:1:10: fatal error: ncurses.h: No such file or directory
1 | #include
When I try to compile a program on Alpine Linux, it fails with the following error:
app.c:1:10: fatal error: ncurses.h: No such file or directory
1 | #include
You need to restart the network service in Alpine Linux using "/etc/init.d/networking restart" command to activate the network configuration defined in the /etc/network/interfaces config file. Do not run this command over an ssh-based session.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to restart network service in Alpine Linux appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/WHIsV2U
Do you need to view the open file limit for a Linux process? Try "limits" files in /proc/${PID} directory with its process ID (PID) or ulimit command or prlimit command to see the open file limit for a Linux process.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to view the open file limit for a Linux process appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/4DOGmcy
Here is a quick tutorial on installing ZFS support in Debian Linux 12 "Bookworm" using "apt" or "apt-get" command-line option.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to install ZFS in Debian 12 “Bookworm” appeared first on nixCraft.

via nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) https://ift.tt/IAJYi9F