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

Apa itu introvert ? Berikut Simak Penjelasanya !

Istilah kepribadian introvert, pertama kali diperkenalkan oleh psikolog Carl Jung pada tahun 1960an. Jung menyebutkan, secara garis besar, kepribadian manusia bisa dibagi menjadi dua, yaitu introvert dan extrovert. Orang yang memiliki kepribadian introvert selama ini digambarkan selalu lebih pemalu dan pendiam, jika dibandingkan dengan orang berkepribadian extrovert. Padahal, hal tersebut belum tentu tepat. Baik seorang […]

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

Program Java #1 – Membalik Inputan String

Seperti biasa, pastiin JDK-mu ready. Kalau belum bisa langsung download di web resminya JDK :3. Trus siapin juga editor kodingmu, saya pakai Sublime lagi xD. Nama file nanti: MembalikString.java (Nama file huruf pertama harus kapital ya! Java itu case sensitive). Import java.util.Scanner, lalu buat class main() juga. Terus deklarasi String awal sama akhir. Kosongan. Meski […]

Membuat Model Machine Learning menggunakan Teachable Machine Google

Hi, semua, sekarang saya mau share tulisan yang sederhana tentang membuat model Machine Learning menggunakan TeachableMachine. Untuk memulai , kita bisa buka url berikut. https://teachablemachine.withgoogle.com/train Untuk sekarang Teachable Machine baru menyediakan 3 jenis model : Image Project untuk deteksi, kasifikasi image, audio project untuk recognize audio, dan pose project untuk recognize pose. Kita akan gunakan […]

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