Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  nixCraft — Linux Tips, Hacks, Tutorials, And Ide technology Blog  > 

2023-10-25 10:52
The Uncomplicated Firewall (UFW) needs to be configured to allow traffic on UDP ports 67 and 68, regardless of whether the Dynamic Host Configuration Protocol (DHCP) server is local or remo… Read More
2023-10-22 16:25
I am migrating an old Perl project from an unsupported OS to Fedora Linux 38. However, I discovered that Perl is not installed by default, while Python 3 is. This seems ridiculous. Anyway… Read More
2023-08-28 01:36
Learn how to install Vim, the most popular text editor for server-based environments, on Alpine Linux using the command "apk add vim" command and Docker or LXD (Linux container) image. Love… Read More
2023-08-18 18:31
{Updated} Need to find all USB devices connected to your Linux laptop or computer? Simply use the lsusb command (LIST USB) and other CLI and GUI tools in Linux.The post How do I list all USB… Read More
2023-04-12 01:55
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… Read More
2023-04-10 19:04
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… Read More
2023-04-08 04:32
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… Read More
2023-03-30 16:47
nixCraft Patreon supporters can download the PDF version here and support independent content creators. You can install LXD pure-container hypervisor on Debian 11 Linux to run an unmodified… Read More
2023-03-11 21:59
IP aliasing is nothing but associating more than one IP address to a network interface such as eth0. For example, using the following methods, you can add an IP alias on Amazon Linux 2. Lov… Read More
2023-01-04 07:40
Git is a distributed version control system. To install git, type apk add git command on Alpine Linux. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post H… Read More
BASH Shell: For Loop File Names With Spaces
2022-09-19 18:06
{Updated} In this tip, I will explain how we can iterate over a list of files with blank or white spaces in their names. This is a common problem in bash, where space is usually interpreted… Read More
Apache 403 Forbidden Error And Solution
2022-09-11 10:21
{Updated} All HTTP error codes starting with 4xx are generated because of client browser requests. A 403 error code means the client browser (or the person trying to access your site) cannot… Read More
Linux And Unix Host Command Examples
2022-05-13 20:02
{Updated} The host command is an easy to use command-line utility for performing DNS lookups under Linux, macOS, BSD and Unix-like systems. We can use it to find or convert DNS names to IP a… Read More
Understanding The /etc/shells File
2022-05-04 20:31
{Updated} Did you know? Many Linux system services and login under Linux or Unix OS consult /etc/shells file. It contains a list of login shells on the system. Applications use this file to… Read More
2022-03-22 20:19
The AWS CLI is an essential tool for developers and sysadmin to automate and interact with AWS cloud services. It is an open-source tool built on the AWS SDL for Python. As a result, you no… Read More

Share the post

nixCraft — Linux Tips, Hacks, Tutorials, And Ide

×

Subscribe to Nixcraft — Linux Tips, Hacks, Tutorials, And Ide

Get updates delivered right to your inbox!

Thank you for your subscription

×