/tag

Commandline

Entries tagged “Commandline”.

2 entries by VitaminCPU
06 Apr 2022
Read Why you should learn Git

Why you should learn Git

Git #

Git is a great version control system, which makes it easy to manage different versions of your programming project. I use git not only for my programming projects, but also for publishing Website Blog Posts like this. Instead of getting access to your server and upload your files, which can be very annoying, a git push will do the magic.

16 Sep 2021
Read Why you should learn Curl

Why you should learn Curl

curl

Curl is a command line program that allows us to transfer data over different protocols. Curl stands for “Client for URLs”. Curl deals with a bunch of Internet Protocols like HTTP, FTP, SMTP, TELNET etc.
To check if Curl exists in your System using the command: