Cara Install Fritzing di Linux (Ubuntu and Others)

1. Buka terminal linux Ubuntu anda, copy baris perintah diatas, kemudian pastekan ke terminal. Kemudian tekan Enter 2. Maka akan ada keluar dialog dengan pertanyaan Do you want to continue? [Y/n]. Silahkan ketikkan huruf Y, kemudian Enter. Akan ada proses download pada terminal, silahkan tunggu hingga download selesai. Setelah download selesai, terminal akan menjalalankan proses installasi […]

How to Configure Static IP on Debian 10

Prerequisites You must be logged in via SSH as a sudo or root user. Step 1: Log in to shell using SSH If you are not already logged into your remote server, login via SSH before. Step 2: Find Network Interfaces Run the following command to get the active network interfaces. As we can see […]

How to Install IntelliJ IDEA on Ubuntu and Other Linux Distributions

IntelliJ IDEA is an integrated development environment (IDE) for Java development. It’s developed by JetBrains, the same company that developed PyCharm, the best IDE for Python. Like PyCharm, IntelliJ IDEA too has two variants: Install it from the Software Center [Recommended] Install it using Snap (valid for most Linux distributions) Install it using Flatpak (valid […]

Installing Brave on Linux

Release Channel Installation Debian 9+, Ubuntu 14.04+ and Mint 17+ If you get gnutls_handshake() errors after adding the Brave repository on Debian 9, you may need to uninstall old conflicting packages. Fedora 28+, CentOS/RHEL 8+ OpenSUSE 15+ Beta Channel Installation Debian 9+, Ubuntu 14.04+ and Mint 17+ Fedora 28+, CentOS/RHEL 8+ OpenSUSE 15+ Nightly Channel […]

How To Install MySQL Workbench on Ubuntu 20.04

The MySQL Workbench is a GUI application that enables database administrators and Developers with administration, development, design, creation and maintenance of MySQL database systems. This tool is developed by same team that is behind MySQL relational database management system. In this short article we’re going to discuss on the installation of MySQL Workbench on Ubuntu […]