3 ways to create a startup script in Ubuntu

Method 1 (most reliable): Create a systemd startup service Create a systemd unit file with .service extension in /etc/systemd/system, for example /etc/systemd/system/my-service.service, with the following content. Lines starting with # can be truncated. Hence, the above unit file is equivalent to: You can now start/stop this service with systemctl start my-service / systemctl stop my-service.To […]

Using WPA_Supplicant to Connect to WPA2 Wi-fi from Terminal on Ubuntu 16.04 Server

In a modern home wireless network, communications are protected with WPA-PSK (pre-shared key) as opposed to WPA-Enterprise, which is designed for enterprise networks. WPA-PSK is also known as WPA-Personal. wpa_supplicant is an implementation of the WPA supplicant component. A supplicant in wireless LAN is a client software installed on end-user’s computer that needs to be authenticated […]

Install Flutter using snapd

Install Flutter using snapd The easiest way to install Flutter on Linux is by using snapd. For more information, see Installing snapd. Once you have snapd, you can install Flutter using the Snap Store, or at the command line: Note: Once the snap is installed, you can use the following command to display your Flutter […]

Install Flutter on Ubuntu 20.04 LTS (Focal Fossa)

Install Flutter download the software on https://flutter.dev/docs/get-started/install/linux Add the path of flutter into the PATH Run : if you don’t want to send analytics to Google Run : to install the dev tools locally Run : to check if the installation is complete Install Android Studio install Android Studio https://developer.android.com/studio/index.html Download the files : android-studio-ide-192.6392135-linux.tar.gz […]

How to Install VirtualBox on Ubuntu [Beginner’s Tutorial] 3 Way

Oracle’s free and open-source offering VirtualBox is an excellent virtualization tool, especially for desktop operating systems. I prefer using it over VMWare Workstation in Linux, another virtualization tool. For example, you can install Linux on VirtualBox inside Windows. Similarly, you can also install Windows inside Linux using VirtualBox. Installing VirtualBox on Ubuntu and Debian-based Linux […]

How to Install Android Studio in Ubuntu 20.04

Android Studio is an Integrated Development Environment (IDE) developed by Google that is used for mobile application development. Android Studio is built on JetBrains IntelliJ IDEA software and is specifically designed for Android application development. Android studio can install on all types of operating systems, including Windows, Mac, and Linux OS. Android Studio was introduced […]

How to Install and Configure Nextcloud on Ubuntu 20.04

Prerequisites A fresh Ubuntu 20.04 VPS on the Atlantic.net Cloud Platform A desktop system running Ubuntu 20.04 A valid domain name pointed to your server IP A root password configured on your server Step 1 – Create Atlantic.Net Cloud Server First, log in to your Atlantic.Net Cloud Server. Create a new server, choosing Ubuntu 20.04 […]

Install Owncloud di Ubuntu 16.04

Setelah sebelumnya sudah membahas mengenai instalasi Nextcloud, kali ini kita akan mencoba install Owncloud, masih menggunakan Ubuntu 16.04. Nextcloud sendiri merupakan pengembangan dari Owncloud. Ok, kita mulai ya… Seperti biasa, langkah pertama adalah update dan upgrade repo ubuntu Kemudian, install Apache2, MariaDB, Php beserta librari yg dibutuhkan, dan terakhir install Unzip Untuk mengamankan MariaDB/Mysql, ketikan […]

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 […]