Update nodejs npm in ubuntu July 06, 2017 Update nodejs npm in ubuntu 1: Open terminal and paste Update nodejs easy in terminal sudo npm cache clean -f sudo npm install -g...Read More
Kill port windows June 22, 2017 Kill port windows List all process listen port - Open cmd and paste netstat -a -o -n - And kill process by PID taskkill /F...Read More
How do I set path variable in Ubuntu June 07, 2017 How do I set path variable in Ubuntu Since you are interested in setting PATH variable for a specific user follow these steps open ....Read More
Install an .RPM on Ubuntu Linux May 31, 2017 Install an RPM Package on Ubuntu Linux I nstalling software on Ubuntu usually entails using Synaptic or by using an apt-get comman...Read More
Fix missing ppa ubuntu 17.04 May 31, 2017 The repository 'http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file. ...Read More
Kotlin là gì ? May 26, 2017 Kotlin là gì ? Ngôn ngữ Kotlin là gì? Kotlin là một ngôn ngữ lập trình mới từ JetBrains. Nó xuất hiện lần đầu tiên vào năm 2011 k...Read More
Fix install file .deb in ubuntu 17.04 May 06, 2017 Fix install file .deb in ubuntu 17.04 Use gdebi to install packages. How to install: sudo apt install gdebi Oke, click file...Read More