Sticky Post

Tampilkan dan Copy semua files dengan type images dengan Windows 11 Powershell

Ketikan peritah berikut di powersheel window anda: dir  -Recurse -include *.png,*.jpg,*.bmp.*.gif untuk menampilkan semua gambar dengan extension .png,jpg,bmp,gif Get-ChildItem -Path  -Recurse -include *.png,*.jpg,*.bmp.*.gif Get-ChildItem -Path “G:\Data*” -Recurse -include *.png,*.jpg,*.bmp.*.gif | Copy-Item -Destination “G:\Copy” Copy files sesuai extensi di G> Data ke G> Copy

Unifi Controller di Google Cloud Platform (GCP) dengan Ubuntu 20

Google Cloud Platform adalah layanan cloud dari Google yang terdiri dari berbagai produk seperti Compute, Storage, Networking, Big Data, Machine Learning, dan IoT Ada bisa mencoba dengan Free Tier dahulu, kemudian baru upgrade setelah setelah cocok dengan kebutuhan. J Langkah pertama yang harus dilakukan adalah masuk ke Google Cloud Platform Selanjutnya kita masuk ke Console Google […]

Install Unifi Controller di Ubuntu 18.04

Saya akan berikan langkah-langkah untuk install Unifi Controller di Ubuntu 18.04 dengan APT yang pernah saya coba. Jika anda menggunakan windows untuk remote ubuntu bisa pakai tools Putty. Berikut cara install UniFi Controller di Ubuntu 18.04 LTS via APT (Advanced Package Tool). Use the following command to add a new source list: echo ‘deb http://www.ubnt.com/downloads/unifi/debian […]

Alternatif selain .dev untuk developer dengan Chrome

Starting this year, Google Chrome is rolling out v63 that now forces all .dev domains to use HTTPS. There is no workaround and they are apparently not changing this. many articles recommends you use one of the following: “.localhost”, “.invalid”, “.test”, or “.example”. If all this sounds like too much trouble another viable option is […]