My friend just have his server installed with Ubuntu 18.04 and somehow snap wouldn’t install packages. He tried to install docker $ sudo snap install…
I just got my external DVD player yesterday and I am planning to rip my DVD collections into digital form. This is my first time…
So, I have been playing with Plexdrive recently and having an issue stopping the process and unmounting the mount point. When I executed $ fusermount…
There is a file on my Ubuntu file system named -J and I cannot remove it via command line. A quick rmcommand gave me this…
You can install packages on your Ubuntu in many ways. One of them is by using PPA (Personal Package Archive). Problem descriptions If you want…
Davinci Resolve is a very cool program to edit videos. You can get started anytime by learning from many resources especially Youtube. This is my…
Have you ever getting an infinite loop in your WordPress wp-admin? You are not alone. Usually browser like Firefox and Chrome will give you an…
Description I was trying to use cURL in PHP, but somehow HTTP code returns 0 instead of any valid response code such as 200, 500,…
Sometimes resolv.conf that is located at /etc/resolv.conf can be a headache. One way to manage the file is by using resolvconf package, which is I…
Sometimes you will want to execute a long running process in the background because don’t want your user to wait it finished in the frontend.…