How to install vim on CentOS 8 using dnf/yumnixCraft
I like VIM text editor a lot, and it is missing on my CentOS 8 box. How do I install vim on CentOS 8 Linux cloud server?The post How to install vim on CentOS 8 using dnf/yum appeared first on nixCraft.
View ArticleSearch Multiple Words / String Pattern Using grep Command on Bash...
{Updated} How do I search multiple strings or words using the grep command? For example I'd like to search word1, word2, word3 and so on within /path/to/file. How do I force grep to search multiple...
View ArticleHow to extract tar.xz files in Linux and unzip all filesnixCraft
How do I extract tar.xz files in Linux? Can you tell me command to unzip linux-5.6.13.tar.xz file? How can I uncompressing (or decompressing) all files in the current directory?The post How to extract...
View ArticleHow to extract tar.xz files in Linux and unzip all filesnixCraft
How do I extract tar.xz files in Linux? Can you tell me command to unzip linux-5.6.13.tar.xz file? How can I uncompressing (or decompressing) all files in the current directory?The post How to extract...
View ArticleHow to set up MariaDB SSL and secure connections from clientsnixCraft Updated...
{Updated} I am looking to set up MariaDB SSL (Secure Sockets Layer) and secure connections from MySQL client and PHP/Python application. How do I enable SSL for MariaDB server and client running on...
View ArticleHow to set up MariaDB SSL and secure connections from clientsnixCraft Updated...
{Updated} I am looking to set up MariaDB SSL (Secure Sockets Layer) and secure connections from MySQL client and PHP/Python application. How do I enable SSL for MariaDB server and client running on...
View ArticleHow to limit SSH (TCP port 22) connections with ufw on Ubuntu/Debian...
{Updated} Want to limiting SSH connections with ufw? Try the following syntax to deny connections from an IP address that has attempted to initiate 6 or more connections in the last 30 seconds.The post...
View Articlebat Linux command – A cat clone with written in RustnixCraft
The cat (short for concatenate) command is one of the most frequently used flexible commands on Linux and Unix-like operating systems. Say hello to bat Linux command, which is a cat command written in...
View ArticleLinux / UNIX : Move File Starting With A Dash (-)nixCraft Updated...
{Updated} In Unix or Linux operating systems, how do I move file(s) starting with a dash (e.g., /home/you/--filename.txt or /home/you/-filename.txt)? How do I copy a file whose name begins with...
View ArticleVi / VIM: Find And Replace All Text Substitute CommandnixCraft Updated...
{Updated} I am a new Linux user. I started to use vim or vi text editor. How do I find all occurrence of the word called 'eth0' and replace it with 'br0' on Linux operating systems?The post Vi / VIM:...
View ArticleHow to find ulimit for user on LinuxnixCraft
How can I find the correct ulimit values for a user account or process on Linux systems?The post How to find ulimit for user on Linux appeared first on nixCraft.
View ArticleHow to find ulimit for user on LinuxnixCraft
How can I find the correct ulimit values for a user account or process on Linux systems?The post How to find ulimit for user on Linux appeared first on nixCraft.
View ArticleHow to backup and restore LXD containersnixCraft
Now that I set up an LXD container, how do I backup and restore LXD containers running on Ubuntu/Debian or Fedora/CentOS Linux server?The post How to backup and restore LXD containers appeared first on...
View ArticleLinux run a command with a time limit (timeout)nixCraft Updated Tutorials/Posts
{Updated} I want to start command called foo, and kill it if still running after given DURATION in seconds. How do I run a command a time Limit on Linux? How do I run a Linux command, and have it...
View ArticleHow to install htop on Debian Linux using apt-getnixCraft
I am a new user of Debian operating system. How do I install htop on Debian using the apt command or apt-get command?The post How to install htop on Debian Linux using apt-get appeared first on nixCraft.
View ArticleHow to install xfs and create xfs file system on Debian/Ubuntu LinuxnixCraft...
{Updated} I recently switched to a Ubuntu/Debian Linux server from a CentOS/RHEL 7.x. How do I install xfs (mkfs.xfs command) on a Debian/Ubuntu Linux server? How do I create and manage file XFS file...
View Article8GB Raspberry Pi 4 released for $75 – SpecificationsnixCraft
Back in June 2019, the Raspberry PI 4 model was released, and it was an incredible update over the older model with up to 4GB ram. Today we see the long-rumored 8GB Raspberry Pi 4 released and priced...
View Article8GB Raspberry Pi 4 released for $75 – SpecificationsnixCraft
Back in June 2019, the Raspberry PI 4 model was released, and it was an incredible update over the older model with up to 4GB ram. Today we see the long-rumored 8GB Raspberry Pi 4 released and priced...
View ArticleHow To Linux Hard Disk Encryption With LUKS [ cryptsetup encrypt command...
{Updated} I carry my Linux powered laptop just about everywhere. How do I protect my private data stored on partition or removable storage media against bare-metal attacks where anyone can get their...
View ArticleHow To Linux Hard Disk Encryption With LUKS [ cryptsetup encrypt command...
{Updated} I carry my Linux powered laptop just about everywhere. How do I protect my private data stored on partition or removable storage media against bare-metal attacks where anyone can get their...
View Article