nixCraft Linux / UNIX Newsletter

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

Libreboot T400: A GNU+Linux laptop that respects your freedom

Posted: 28 May 2017 11:54 AM PDT

The Libreboot T400 is certified by the Free Software Foundation, under their Respects Your Freedom hardware certification program. It is now available at a reduced price without any binary blobs or backdoors in BIOS. The Libreboot T400 comes without the Intel Management Engine.

Google Chrome: Clear or flush the DNS cache

Posted: 28 May 2017 10:42 AM PDT

I think Google has its own dns caching system. I am getting the same old dns entry in my Google Chrome browser on both Linux and Apple OS X. How do I flush or clear the DNS cache in Google Chrome browser without compete shutting down?

How to list VM images in LXD (Linux Containers)

Posted: 28 May 2017 09:30 AM PDT

I am using LXD ("Linux Container") on Ubuntu Linux serer. How do I list all available VM images for installation in the LXD image store?

How to use the cURL command to do a POST data to fields on Linux or Unix

Posted: 28 May 2017 09:05 AM PDT

How do I use the cURL command on Linux or Unix to post data i.e. upload something on Linux or Unix? How do I make a POST request with the cURL Linux command-line to upload file?

How to login with root password when using Ansible tool

Posted: 28 May 2017 05:24 AM PDT

I need to run a Linux command over 20 servers using a root user and password in Ansible too. How do I pass a user and password in Ansible over ssh based session? How can I set a default Ansible username/password for ssh connection?