Postman is a great tool but it might not fit everyone. Since it’s a tool for developers you can be sure there are many other similar tools that do stuff a little…
How to Fix Vagrant: Error while connecting to libvirt
When you setup a box with vagrant and virtualbox and got this error message: Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/username/.ssh/id_rsa: Call to virConnectOpen failed: Failed…
Cara Install NVM di Debian 10
Pada kesempatan kali ini kita akan menginstal NVM di Debian 10. NVM sendiri adalah tool untuk mengelola versi dari NodeJS. Dengan NVM, kita bisa menikmati beberapa versi NodeJS bersamaan di komputer kita….
Cara Menghapus ‘Recently Watched Shows’ di Netflix (PC/Mac)
untuk menghapus daftar recently watched shows di netflix yang terpasang di PC/Mac, silakan lakukan langkah berikut: Login ke akun masing-masing. Dan klik pada menu Your Account Klik tanda ikon panah ke bawah…
Docker will Enforce Rate Limit Soon, What?
Effective immediately, Docker will begin enforcing rate limits on container pull fro all anonymous and free users. Anonymous (unauthenticated) users will be limited to 100 container image pulls every six hours, and…
How to Install Bluetooth Module for PulseAudio in Linux
Ofcourse you need Bluetooth enabled Linux laptop/desktop along with and PulseAudio sound software, to stream audio from Android/iOS. Step 1. Search PulseAudio Bluetooth Module In Debian/Ubuntu/Linux Mint you can search the pulseaudio…
How to Create a Table in Apache Hive
Apache Hive is a data warehousing tool used to perform queries and analyze structured data in Apache Hadoop. Hive gives an SQL-like interface to query data stored in various databases and file…
Automate Clear Redis Cache Example with Ansible
If you have a large number of Redis servers running, clearing the cache for each one manually will takes time. To speed this process up, you can use a tool like Ansible…
Clear Redis Cache Example
In this tutorial we will show you many ways you can delete these key-values (keys) and clear the Redis cache. Redis is an open-source solution for data structure storage. It is primarily…
APT-GET Reinstall Example in Debian/Ubuntu/Mint
In this tutorial you will learn how to use apt-get reinstall to reinstall packages on Debian and Ubuntu. Debian/Ubuntu/Mint or its derivative, use apt-get as their package manager. The –reinstall flag is…
How to Delete Remote Git Branch
Git is a project-tracking application that creates a main project thread that can be branched. Git branches are used to develop changes and updates without affecting the core project. Files in a…
How to Ignore Certificate Errors in CURL
If you need to make curl ignore certificate errors, make sure you know the consequences of insecure SSL connections and transfers. One of error you can retrieve when you curl to a…
How to Fix “Flutter plugin not installed” in Android Studio 4.1 (Flutter Doctor Mac)
simple solution when you got this silly error on Flutter Doctor, even if you’re already install Dart and Flutter plugin in Android Studio 4.1: ✗ Flutter plugin not installed; this adds Flutter…
Cara Membuat Repository YUM di CentOS
Untuk membuat server repository YUM/DNF di CentOS, silakan siapkan satu server dengan konektivitas internet yang mumpuni. Secara garis besar, server repo hanya bertugas mengunduh file-file terbaru dari repositori induk dan melayani server…
Cara Mengatasi Error ‘Microsoft Store not working’ Error Code 0x000001F7
Jika kalian menui error seperti Error Code 0x000001F7, saat menjalankan aplikasi Microsoft Store di Windows 10, kita senasib. kalimat errornya adalah: Try that again, Something happened on our end, Waiting a bit…
Download Driver Intel Wi-Fi 21.120.0
Bagi kalian yang menggunakan laptop yang memiliki chipset wifi dari Intel, silakan download driver terbaru mereka, khususnya bagi yang menggunakan Windows 10. dari driver versi 21.120.0 ini ada beberapa update antara lain:…
Cara Membuat Bonding NIC di CentOS 6 & Red Hat RHEL 6
Pada tutorial kali ini kita akan mencoba melakukan bonding sebuah networt interfaces dalam satu virtual link interfaces yang biasa disebut bond0 atau bondX dengan x adalah urutan interface bonding. Kernel Linux sudah…
Cara Mengatasi Red Screen Death Error di Windows 10
Windows sendiri memiliki beberapa macam tampilan error fatal, selain berwarna biru (Blue Screen of Death) juga ada yang berwarna merah dan blank (hitam). Untuk Red Screen of Death (RSOD) contohnya: ada beberapa…
Cara Menghitung Jumlah File di Linux
Untuk menghitung jumlah file di linux, silakan buka konsole/terminal dan ketik: ls | wc -l atau untuk folder lain bisa gunakan perintah ini: ls /usr/bin | wc -l untuk menghitung jumlah file…
Cara Copy File ke USB Flashdisk di Chromebook
Untuk melakukan copy file dan paste file dari dan ke USB flashdisk, sebenarnya mirip-mirip di hampir semua operating system. Bagi yang menggunakan Chromebook, silakan ikuti tutorial berikut: masukkan USB flashdisk ke port…