Ubuntu Apache Add New User To Existing .htpassword

https://stackoverflow.com/questions/14595479/adding-a-user-on-htpasswd . . . selengkapnya>>

Ubuntu lsb_release Not Working On Python3.6

https://askubuntu.com/questions/965043/no-module-named-lsb-release-after-install-python-3-6-3-from-source . . . selengkapnya>>

Ubuntu Generate UUID

Generate uuid using built in ubuntu function https://manpages.ubuntu.com/manpages/bionic/man1/uuidgen.1.html . . . selengkapnya>>

Python Apps Not On Path

Last week when i installed some python application it says that it is installed but not on path, the message shown WARNING: The script xxxx is installed in '/home/myusername/.local/bin' which is not on PATH. This error happen because the script is not installed on system PATH, for temporary fix you could run PATH=$PATH:$HOME/.local/bin For permanent change you. . . selengkapnya>>

Connect to Docker Container with Specific User

Connect to docker container will using root as default user (or user defined when we create container), but sometimes we need to connect to docker container with specific user. To do this we can use command bellow: docker exec -it --user user_name container bash     . . . selengkapnya>>

zuka.one
©2011