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...
View ArticleCara 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 secara...
View ArticleCara 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:...
View ArticleCara 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....
View ArticleDownload 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...
View ArticleCara 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,...
View ArticleCara 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...
View ArticleHow to Fix “Flutter plugin not installed” in Android Studio 4.1 (Flutter...
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...
View ArticleHow 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 website that...
View ArticleHow 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...
View ArticleAPT-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...
View ArticleClear 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 used as a...
View ArticleAutomate 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 to clear the cache on all your...
View ArticleHow 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 systems...
View ArticleHow 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...
View ArticleDocker 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...
View ArticleCara 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...
View ArticleCara 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...
View ArticleHow 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...
View ArticleTop 5 Opensource Alternative of Postman
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 bit different. So whatever the reason...
View Article