Blog

Articles about IoT, PCB Design, Simulation and Development

16 results for Terminal

Find out your public IP from the terminal
1 min read ES CA EN

Find out your public IP from the terminal

There is a way to find out that public IP using the curl command. If you don't have the package installed, you'll need to install it, as mentioned on ITswapshop, where they explain the process for…

Read more →
Download YouTube videos via terminal
1 min read ES CA EN

Download YouTube videos via terminal

Installation and usage: youtube-dl videourl (where videourl is the location on YouTube where said video is hosted). The video will be saved in the location where we run the command. If it doesn't…

Read more →
Recovering deleted/formatted data with Debian
1 min read ES CA EN

Recovering deleted/formatted data with Debian

Depending on the operating system, we can download Testdisk from its website. Once downloaded, we go to the terminal, access the folder and run: ./photorecstatic (root required) or in my case (when…

Read more →
19 min read ES CA EN

User management

MySQL stores user information in the tables of the mysql database (DB). The CREATE USER command creates new MySQL users. To use it, you must have the global CREATE USER privilege or the INSERT…

Read more →