How to configure static IP address on Alpine LinuxnixCraft
At home or in a cloud environment, IP addresses are assigned dynamically by the DHCP server. Setting a static IP address on your Alpine Linux server is required for various reasons. For instance,...
View ArticleHow to use scp/rsync to copy file with a colon (:) in itnixCraft Updated...
{Updated} How do I copy file with scp or rsync with a colon in it?The post How to use scp/rsync to copy file with a colon (:) in it appeared first on nixCraft.
View ArticleHow to create MySQL admin user (superuser) accountnixCraft Updated...
{Updated} Explains how to make a superuser (admin) with root-like access to the MySQL/MariaDB databases with secure plugins. Further, learn how to create an encrypted file to store admin user/password,...
View ArticleHow to find largest file in directory recursively using find/du under...
{Updated} I have 500GB SSD installed on my Linux server. My web server is running out of the disk space. I need to find a biggest or largest file concerning file size on the disk. How do I find largest...
View ArticleHow to find largest file in directory recursively using find/du under...
{Updated} I have 500GB SSD installed on my Linux server. My web server is running out of the disk space. I need to find a biggest or largest file concerning file size on the disk. How do I find largest...
View ArticleHow to install ncdu on Linux / Unix to see disk usagenixCraft
The du (disk usage) command summarizes directory trees' sizes, including all of their contents and individual files' sizes on Linux and Unix-like systems such as macOS. It helps track down space hogs....
View Articlepinfo - Read Linux Info Documentation in ColorsnixCraft Updated Tutorials/Posts
{Updated} You can display man pages in colors under Linux and Unix-like systems. Similarly, you can display info pages in colors.The post pinfo - Read Linux Info Documentation in Colors appeared first...
View Articlecpufetch – awesome CPU architecture info tool for Linux and macOSnixCraft
Typically we use the lscpu command or /proc/cpuinfo command on Linux to check CPU information. I recently found another simplistic yet fancier CPU architecture fetching tool inspired by neofetch,...
View ArticleHow to Find if Linux is Running on 32-bit or 64-bit CPUnixCraft Updated...
{Updated} I am a new Linux system user. How do I determine if my CPU is 64bit or not on a Linux operating systems using command line option? How can I check Linux kernel is in 32 bit or 64 bit mode?The...
View ArticleDownload of the day: AlmaLinux DVD/CD ISOnixCraft
AlmaLinux is the first significant replacement for CentOS Linux 8. As you know, CentOS 8 Linux, as a rebuild of RHEL 8, will end in 2021. AlmaLinux is a free and open-source RHEL 8 fork built by the...
View ArticleHow to redirect standard (stderr) error in bashnixCraft Updated Tutorials/Posts
{Updated} I am trying to redirect bash message into file named output.log. But, it is not getting redirected. How do I redirect both standard output and standard error in bash shell? In Linux, how do I...
View ArticleFreeBSD 13 released: Here is how to upgrade FreeBSD 12 to 13nixCraft
The FreeBSD project released FreeBSD version 13. The new version comes with updated software and features for a wild variety of architectures. The latest release provides performance improvements and...
View ArticleHow to install lftp on FreeBSD using the CLInixCraft
I need to download a large file and get the specified file using several connections to speed up downloads on FreeBSD. How do I install lftp and download files using FreeBSD?The post How to install...
View ArticleInterview with Michael Lucas *BSD, Unix, IT and other books authornixCraft
Michael Lucas is a famous IT book author. Perhaps best know for FreeBSD, OpenBSD, and Unix book series. He worked as a system administrator for many years and has now become a full-time book writer....
View ArticleInterview with Michael Lucas *BSD, Unix, IT and other books authornixCraft
Michael Lucas is a famous IT book author. Perhaps best know for FreeBSD, OpenBSD, and Unix book series. He worked as a system administrator for many years and has now become a full-time book writer....
View ArticleHow to upgrade ZFS storage pools version on FreeBSDnixCraft
When we update FreeBSD from 12 to 13, we get an updated version of ZFS. FreeBSD 13 released with OpenZFS support with various performance boosts. Sometimes OS patching and minor FreeBSD upgrade can...
View ArticleStopping cron sending email alert for Linux/Unix jobsnixCraft Updated...
{Updated} How do I to disable the email alert send by crontab? When my job is executed and the jobs cannot run normally it will sent an email to root. Why do I receive e-mails to my root account from...
View ArticleStopping cron sending email alert for Linux/Unix jobsnixCraft Updated...
{Updated} How do I to disable the email alert send by crontab? When my job is executed and the jobs cannot run normally it will sent an email to root. Why do I receive e-mails to my root account from...
View ArticleHow to use df command in Linux / Unix {with examples}nixCraft
We use the df command to find total disk space and available space on a Linux / Unix file system. Let us see how to use the df command to view the amount of free space left on your Linux, macOS, *BSD...
View Articlels* Commands Are Even More Useful Than You May Have ThoughtnixCraft Updated...
{Updated} Everything is a file under Linux and ls* and friends can help you to dig out more information from the system than you originally thought. These Linux tips may come in handy when you need to...
View Article