Blog

Articles about IoT, PCB Design, Simulation and Development

14 results for Ubuntu

1 min read ES CA EN

Install Android Studio via PPA

Android Studio, Google's own IDE for Android development, is a good alternative to Eclipse with the ADT plugin. Android Studio can be installed from source code, but below we will see how to install…

Read more →
1 min read ES CA EN

Install MonoDevelop on Linux

Official page. To install MonoDevelop (Ubuntu 14.04 LTS) you can use the following script: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys…

Read more →
3 min read ES CA EN

Install Java (Oracle) JDK

To check the current version, run java -version To install Java on our PC, we have two alternatives, via PPA: sudo add-apt-repository ppa:webupd8team/java For Java 8: sudo apt-get install…

Read more →
1 min read ES CA EN

Install LibreOffice 5.0 via PPA

To use LibreOffice 5 on Ubuntu and keep it always up to date, all we need to do is add the PPA from the Terminal: Then the packages will need to be reloaded: sudo apt-get update Finally we will have…

Read more →
BleachBit, the CCleaner for Linux
2 min read ES CA EN

BleachBit, the CCleaner for Linux

Many programs, mostly web browsers, store temporary data that, while it can be useful at times, takes up more and more disk space as time goes by. BleachBit gives us the opportunity to remove this…

Read more →
Script for installing Odoo
1 min read ES CA EN

Script for installing Odoo

To perform the automatic installation, we need to follow these steps: wait for everything required to download that's it, Odoo is up and running With localhost:8069 in our browser, we should be able…

Read more →
Download a complete website with wget
1 min read ES CA EN

Download a complete website with wget

To download a page: To download the entire site recursively, including images and other types of data: And here comes the magic. As they explain well in the HumanOS article, many sites check the…

Read more →
Run a .sh script
2 min read ES CA EN

Run a .sh script

What is a Script? In the command line, we enter the commands we want to execute via the keyboard. In addition to this, it is also possible to automate this task by creating a script. A script is a…

Read more →
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 →