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

Pengertian Field, Record, Table, File, Data Dan Basis Data Lengkap

A. Apa itu field, record, table, file, data & basis data? Field adalah kumpulan dari karakter yang membentuk satu arti, maka jika terdapat field misalnya seperti NomerBarang atau NamaBarang, maka yang dipaparkan dalam field tersebut harus yang berkaitan dengan nomer barang dan nama barang. Atau definisi field yang lainnya yaitu tempat atau kolom yang terdapat dalam suatu […]

5 Model Bisnis eCommerce (B2B, B2C, C2C, C2B, B2G) Untuk Dicoba di 2020

1. Klasifikasi model bisnis ecommerce B2B ecommerce B2C ecommerce C2C ecommerce C2B ecommerce Pemerintahan/Administrasi Publik ecommerce 2. Tipe revenue model bisnis ecommerce Drop Shipping Wholesaling dan Warehousing Private Labeling dan Manufacturing White Labeling Subscription Ecommerce 3. Model produk revenue Model Produk Tunggal Tunggal Multiple Kategori Afiliasi Hibrida [Afiliasi + Kategori Tunggal] Mari kita bahas satu persatu. Klasifikasi Model […]

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

FIX munkres library Syntax error on a python 2 only machine

Problem I’ve installed beets in a Docker image that’s based on debian:buster with only python 2 installed. Running beets yields this error message: $ beet Led to this problem: Setup OS: debian buster Python version: 2.x beets version: latest Turning off plugins made problem go away (yes/no): no Solution The problem comes from the dependency […]

Pyqt4 on Ubuntu 20.04 install

I use a chess application called “Lucaschess” and it needs PyQt4 module to work. Is it possible to install Pyqt4 on ubuntu 20.04. I understand that ubuntu no longer supports this package but is there anyway which i can work around? The Qt4 packages can still be obtained from third party PPA: Then you have […]

FIX Python 2.7 installing opencv via pip

I’m trying to install opencv-python package via pip inside virtual environment (Python 2.7). Unfortunately, I’m getting an error: I’ve tried to create a new environment or installing through python2 -m pip install but the effect is the same. What’s the problem? Python 2.7 is not supported anymore in opencv-python-4.3.0.38 the support was dropped since 4.3.0.36, […]

How to configure PyQt4 for Python 3 in Ubuntu?

Install packages needed for compiling (I am not sure these all are needed): Download sources of the latest SIP – sip-4.12.4.tar.gz (Linux, UNIX, MacOS/X source). Unpack them and enter the directory: Download the sources of the latest PyQt – PyQt-x11-gpl-4.8.5.tar.gz (Linux, UNIX source), and install it: Note, that I am launching python3 instead of python. […]