nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to compile and install Linux Kernel 5.1.2 from source code

Posted: 15 May 2019 05:40 AM PDT


Compiling a custom kernel has its advantages and disadvantages. However, new Linux user/admin find it difficult to compile Linux kernel. Compiling kernel needs to understand few things and then type a couple of commands. This step by step howto covers compiling Linux kernel version 5.1.2 under Linux OS.

The post How to compile and install Linux Kernel 5.1.2 from source code appeared first on nixCraft.

Download a file with curl on Linux / Unix command line

Posted: 15 May 2019 05:36 AM PDT


I am a new macOS Unix user. I am writing a small bash shell script. How do I download files straight from the command-line interface using curl? How can I download files with cURL on a Linux or Unix-like systems?

The post Download a file with curl on Linux / Unix command line appeared first on nixCraft.