How to Install Python Pip on Ubuntu 20.04

Saya post ini karena python-pip versi 2 sudah tidak release lagi di respository Pip is a tool for installing Python packages. With pip, you can search, download, and install packages from Python Package Index (PyPI) and other package indexes. This guide explains how to install pip for Python 3 and Python 2 on Ubuntu 20.04. […]

Install Shinobi on Ubuntu Focal

First things first, lets make sure your system is up to date…. Terminal Commands Step by Step Next lets install some prerequisites….. Next we need to install node, nodejs and npm….. Now we are ready to install mysql….. jika sudah punya jangan Now install git and download shinobi….. Default Port 8080 To change Port lewat […]

Add all private IPs (local network) to Trusted Devices

Based on this post 148 I have successfully added few devices on my network so they can access my Nextcloud installation. I added their private IPs (192.168.1.x). But I’m wondering if I could add all of them somehow without writing specific addresses? I understand that trusted domains are meant mostly for domains, but we do […]

Install Amcrest Surveillance Pro 1.14.1 di Linux

Pada awalnya saya punya camera cctv satu iseng saja saya gunakan di sebuah toko untuk keamanan.Intinya disini adalah Sistem Operasi yang saya gunakan adalah Linux, Alasanya karena linux masih belum banyak yang support dengan aplikasi ip cam viewer lainya yang ada di windows… Lansung saja.. Pertama Download Aplikasi Installer Amcrest Survellance Pro : Compatibility: Requires […]

Blokir satu situs menggunakan Filter Rule Content

Langsung saja ke konfigurasinya. 1.Buka winbox dan masuk ke IP > Firewall > Filter RuleBuat rule baru dengan ketentuanChain : forwardSrc.Address : diisikan ip address yang akan diinginkan untuk tidak dapat mengakses suatu webIn.Interface : interface yang digunakan 2.Lalu masuk tab Advanced , dan isikanContent : nama situs yang ingin tidak bisa diakses 3.Selanjutnya pindah […]

( add environtment manual ) fix : The command could not be located because ‘/snap/bin’ is not included in the PATH environment variable

ini bermasalah karena environtment dari ‘/snap/bin’ tidak terdaftar di environtment linux maka ini harus menambahkan environtment manual Temporary solution: Run the command export PATH=$PATH:/snap/bin Permanent solution: Edit /etc/environment and add /snap/bin in the list then restart your system. example : Open the file /etc/environment. Add /snap/bin to the end of the PATH Variable and concatenate […]

Blokir Port HTTP dan HTTPS dll

Select chain method “forward” and let source address and destination address empty as we want to do this rule for all users connected to the network. Select 6(TCP) from “protocol” drop down list and enter 80 and 443 into port field. Note that you should separate port numbers with a comma(,).

Installing private DEB packages with APT

Your secret Repository URL The secret repository URL is the APT endpoint for your Gemfury account and packages. Do not share this URL to keep your account private. Your Repo-URL has the following format: Setting up APT with Editor Text ( any one ) To install your packages, you’ll need to configure APT to access […]