How to install VirtualBox 6 on Fedora Linux 29nixCraft
I am a new Fedora Linux user. How can I download and install Oracle VirtualBox 6 on my Fedora Linux 29 workstations? The post How to install VirtualBox 6 on Fedora Linux 29 appeared first on nixCraft.
View ArticleLinux / Unix Find Command Avoid Permission Denied MessagesnixCraft Updated...
When I type find . -type d -name 'foo' command I get Permission denied error messages. How do I exclude all 'permission denied:' messages from the find command under Linux or Unix like operating...
View ArticleLinux / Unix Find Command Avoid Permission Denied MessagesnixCraft Updated...
When I type find . -type d -name 'foo' command I get Permission denied error messages. How do I exclude all 'permission denied:' messages from the find command under Linux or Unix like operating...
View ArticleHow to install FFmpeg on Fedora Linux 28/29 using dnfnixCraft
When I type ffmpeg -i input output.mp4 on Fedora Linux, I get an error: "bash: ffmpeg: command not found...". How do I install ffmpeg on Fedora Linux 28 or 29 workstations?The post How to install...
View ArticleKSH redirect stdout and stderr to a file on Linux or UnixnixCraft Updated...
I am working with KSH script on Unix operating system. How do I redirect error messages in Unix when using KSH? How can I redirect stdout and stderr with KSH on Linux or Unix-like systems?The post KSH...
View ArticleLinux / UNIX: Bash Script Sleep or Delay a Specified Amount of TimenixCraft...
How do I pause for 5 seconds or 2 minutes in my bash shell script on a Linux or Unix-like systems?The post Linux / UNIX: Bash Script Sleep or Delay a Specified Amount of Time appeared first on nixCraft.
View ArticleOpenBSD install MariaDB database servernixCraft
How do I install MariaDB database servers on OpenBSD Unix operating systems?The post OpenBSD install MariaDB database server appeared first on nixCraft.
View ArticleHow to install networked HP printer and scanner on Fedora LinuxnixCraft
I have HP Officejet Pro printer and scanner. How do I install HP Officejet Pro network printers and scanners on Fedora Linux? How can I install HP printer on Fedora Linux? How do I add a HP network...
View ArticleHow to install networked HP printer and scanner on Fedora LinuxnixCraft
I have HP Officejet Pro printer and scanner. How do I install HP Officejet Pro network printers and scanners on Fedora Linux? How can I install HP printer on Fedora Linux? How do I add a HP network...
View ArticleHow to override content type with Nginx web servernixCraft
I configured Nginx server. However, it is sending the wrong content type. I need to force Nginx to send specific "Content-Type: text/xml; charset=UTF-8". How do I configure Nginx to override content...
View Articlevim-plug: A beautiful and minimalist vim plugin manager for Linux/Unix...
A vim plugin manager is a must for any die-hard vim user. You can find a few option available out there. My personal favorite is vim-plug which is a beautiful and minimalist plugin for vim. Let us see...
View ArticleUnderstanding Bash fork() Bomb :(){ :|:& };: codenixCraft Updated...
Can you explain the following bash code or bash fork() bomb code?The post Understanding Bash fork() Bomb :(){ :|:& };: code appeared first on nixCraft.
View ArticleLinux hide processes from other users and ps commandnixCraft Updated...
I run a multi-user system. Most users access resources using SSH client. How can I stop leaking process information to all users on Linux operating systems? How do I prevent users from seeing processes...
View ArticleUbuntu Enable & Set up Automatic Unattended Security UpdatesnixCraft Updated...
I have minimal Ubuntu Linux 18.04 LTS server setup in the cloud. I read that one can configure Ubuntu Linux to download and install security updates when released automatically. How can I set up...
View ArticleUbuntu Enable & Set up Automatic Unattended Security UpdatesnixCraft Updated...
I have minimal Ubuntu Linux 18.04 LTS server setup in the cloud. I read that one can configure Ubuntu Linux to download and install security updates when released automatically. How can I set up...
View ArticleInstall Google Chrome 71 on CentOS 7 using yum commandnixCraft
I am a new CentOS Linux 7 desktop user. How do I install Google Chrome 71 on CentOS 7 Linux desktop?The post Install Google Chrome 71 on CentOS 7 using yum command appeared first on nixCraft.
View ArticleHow to find Intel NUC BIOS version and model on LinuxnixCraft
I installed Linux on Intel NUC. I need to find Intel NUC BIOS version. How do I find out BIOS version, date, and model name of my Intel NUC using Linux command-line options?The post How to find Intel...
View ArticleLinux/Unix bash shell script to purge Cloudflare url/images from the command...
Here is a simple and easy to use bash shell script to purge/delete Cloudflare url/images cache from the command line without using web interface.
View ArticleShell script to mirror backups to another server in pull mode using...
A sample shell script to mirror remote server directory in pull mode for offsite backups using rsync command on Linux/Unix-like system.
View ArticleShell script to set up an LXD (Linux Containers) VM lab for testing...
A sample shell script to build an LXD (Linux Containers) VM lab on Ubuntu Linux 16.04 LTS server.
View Article