Related Articles

Linux - Introduction
Linux – Make, Rename, Move, Delete Folders (mkdir, mv, cp, rm)
Managing folders is much like managing files in Linux. Just remember to use the -r option (recursive) for copying and deleting. Make Directory mkdir newfolder – Creates a folder called folder Rename Directory mv newfolder […]

Linux - Introduction
Linux – Is Linux Open Source?
Everyone knows that Linux is “Open Source”! But what does that really mean? Open Source means different things to different people, and more importantly there are different licenses that are covered under the Open Source […]

*NEW
Arduino Uno with WiFi – Control Arduino with wget on Linux
You can send commands to your Arduino Uno with WiFi thorough connection URL’s with wget on Linux. This is a simple way to add Arduino Commands to your scripts and web apps. wget https://www.gnu.org/software/wget/ http://manpages.ubuntu.com/manpages/bionic/man1/wget.1.html […]
Be the first to comment