nixCraft


Channel's geo and language: not specified, not specified
Category: not specified


RSS to Channel

Related channels

Channel's geo and language
not specified, not specified
Category
not specified
Statistics
Posts filter


How about a little Linux project that brings fun back into your life? Use the text filter Boxes command to create email signatures or regional comments in any programming language using a text editor such as vim? A howto is here.The post Linux / Unix Desktop Fun: Text Mode ASCII-art Box and Comment Drawing appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2hKtrJj


How do I uninstall package or software using the command line in Linux operating systems? How can I uninstall software on a Debian or Ubuntu Linux? Can you tell me command to uninstall package on a CentOS/RHEL/Oracle/Fedora Linux? The post Linux uninstall package / software using the CLI appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2XpKD9h


{Updated} Learn how to fix the 'sudo: add-apt-repository command not found' error on Ubuntu or Debian Linux when you try to install PPA.The post Ubuntu add-apt-repository command not found error and solution appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2UX0ElL


{Updated} dig is a network administration and sysadmin command-line tool for querying the Domain Name System (DNS). The dig man page lacks many practical examples that are needed by sysadmin to troubleshoot DNS issues. This page explains how to use dig command on Linux or Unix-like systems.The post Linux and Unix dig Command Examples appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2JQZTnK


Let us test your basic knowledge of Unix systems, including commands. The post Unix Basics Quiz appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2UbsPNg


I got a cluster of servers powered by OpenSUSE / SUSE Enterprise Linux. How can I update all of them using the zypper module of Ansible? How can I use Ansible for system updates and reboot the server when kernel upgrades took place on SUSE/OpenSUSE? The post Ansible zypper update all packages on OpenSUSE/SUSE appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/33GWqBu


Why do some shell/perl/python scripts begin with #!/usr/bin/env? How do you make your Unix script portable across different UNIX like operating systems?The post Make Linux/Unix Script Portable With #!/usr/bin/env As a Shebang appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2JW2jzS


How do I install and set up WireGuard VPN server on a CentOS 8 Linux? How can I configure CentOS 8 as the WireGuard VPN server? The post CentOS 8 set up WireGuard VPN server appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/3aS5F3X


How do I set up an OpenVPN Server on CentOS 8 Linux server to shield my browsing activity from bad guys on public Wi-Fi, and more? The post CentOS 8 Set Up OpenVPN Server In 5 Minutes appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/3cT2rz5


ls is a command to show files in Linux and Unix-like operating systems. A ls command first appeared in a version of AT&T UNIX UNIX as well as in Multics. BSD and GNU Coreutils package provides the ls command with minor syntax changes. There is now third alternative named exa. It is a modern replacement for ls command.The post exa a modern replacement for ls command in rust for Linux/Unix appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2v6rp8E


Linux Trivia: Linux very nearly wasn't called Linux. Did you know what Linus wanted to call his kernel initially? 1. Free Unix 2. Freax 3. LinusOS 4. TuxOS Think you know the answer? The post Linux Trivia: Did you know what Linus wanted to call his kernel initially? appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/38Il7y4


{Updated} Unix and Linux command line tricks to increase productivity at the Terminal. I have found them over the years, and I am now going to share with you.The post 20 Unix/Linux Command Line Tricks - Part I appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2DMybVb


{Updated} I am new Linux user and sysadmin for CentOS enterprise Linux 7 running on couple of VMs and bare metal boxes. How to add lines to end of file? How do I append text to end of file using the cli on Linux? What command I need to type to send the output of the command to end of file?The post Linux append text to end of file appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/3cR2Q5g


Let us test your basic knowledge of Linux systems, including commands. The post Linux Quiz appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2TCu9II


Let's Encrypt is a non-profit certificate authority that provides X.509 certificates for Transport Layer Security (TLS) encryption free of cost. The TLS certificate is valid for 90 days only. However, Due to the bug, they need to revoke many (read as "certain") Let’s Encrypt TLS/SSL certificates. Let us see how to find out if you are affected by this bug and how you can fix it to avoid any problems with your TLS/SSL certificates. The post Letsencrypt is revoking certificates on March 4 appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2IiUWDE


I am trying to add entry to /etc/hosts file using 'sudo echo '192.168.1.254 router' >> /etc/hosts' command, but getting an error that read as, -bash: /etc/hosts: Permission denied. How do I insert or append text to a file when running sudo command on Linux or Unix-like system?The post How to append text to a file when using sudo command on Linux or Unix appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2s9g9GE


How do I enable firewalld logging for denied packets on Linux operating systems so that I can view all dropped packets information? How can I view a log of the traffic blocked by FirewallD under a CentOS/RHEL (Red Hat Enterprise Linux)/Suse/OpenSUSE Linux? The post How to enable firewalld logging for denied packets on Linux appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/32JeHxg


LXD is a next generation system container manager. It offers a user experience similar to virtual machines but using Linux containers instead. It's image based with pre-made images available for a wide number of Linux distributions. How do I set up and install LXD on a CentOS 8.x or RHEL 8.x server? The post How to Set Up and Use LXD on CentOS 8.x / RHEL 8.x appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/38bXHRI


How do I show line numbers in Vim by default on Linux? The post Vim show line numbers by default on Linux appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/3chyWqn


{Updated} How can I append a current date from a variable to a filename under Linux or Unix bash shell? How do I append date to filename?The post Append Current Date To Filename in Bash Shell appeared first on nixCraft.

via [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format https://ift.tt/2T96Iqn

20 last posts shown.

79

subscribers
Channel statistics