download something from remote server or internet we use curl and wget:
$ curl downloadLink [curl https://www.baeldung.com/] {curl show output in console}
$ wget downloadLink [wget https://www.baeldung.com/] {wget download it into a file}
to compress a file in linux by .gz extention:
$ gzip myCompressFile
to decompress a file in linux from .gz extended file:
$ gunzip myfileName.gz
tar file with .tar extention :
$ tar cvf mytarFile.tar myDestinyFile [here cvf's c stand for create]
$ tar xvf mytarFile.tar [here xvf's x stand for extract]
Shipping Fast: Test your knowledge of deployment strategies and techniques
Authentication: Prove you know your OAuth from your JWT
CSS: Demonstrate your styling expertise under pressure
Acronyms: Decode the alphabet soup of web development
Accessibility: Show your commitment to building for everyone
Contestants must answer rapid-fire questions across the full stack of modern web development. Get it right, earn points. Get it wrong? The spice level goes up!
Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.
A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!
On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.
Top comments (0)