Cara Install John the Ripper di Mac OS - John the Ripper adalah sebuah tools untuk meng-crack sebuah password dengan …
Install Yarn dan Docsify di Mac OS - Yarn vs NPM? kwkwk kali ini kita akan menginstall yarn dan docsify di mac os. ber…
Cara Install NVM di Mac OS - NVM atau Node Version Manager adalah aplikasi yang dapat memungkinkan user menginstall ba…
Hide scroll bar, but while still being able to scroll: ::-webkit-scrollbar { width : 0px ; /* Remove scrollbar s…
Disable cache css & js Nginx (also work for nginx reverse proxy) - i have the following nginx virtual host (static…
Fix CSS padding increase size of element - I am trying to give my div and textarea some padding. When I do this, it i…
Permission for /home/apps/snake: 755 you can using https://chmod-calculator.com/ for custom permission. server { …
For allow custom port like 3000 with ufw firewall on ubuntu server just type: ufw allow PORT --> ufw allow 3000 rel…
Cara Generate id rsa & id rsa.pub mac/linux - Untuk menggenerate id_rsa id_rsa.pub caranya sangat simple yaitu deng…
How to fix Github action nvm command not found : git pull export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR…
File atau folder sudah di .gitignore tetapi masih membaca perubahan (git still shows files as modified after adding to…
Remove directory from git but NOT local git rm -r --cached FolderName git add . git commit -m "Remov…
Update Git Version Ubuntu Here are the commands you need to run, if you just want to get it done: sudo add-apt-reposito…
Sass Compile Compressed or minify - Saat mengkompile sass/scss kita bisa mengaturnya agar otomatis terminify atau terc…
Cara install Vue JS - VueJs adalah salah satu framework javascript yang populer saat ini. Vue.js atau sering di bilang…
How to Fix Error: Cannot find module '@babel/compat-data/corejs3-shipped-proposals' - Saat mendevelop program …