Installing PyCharm Community Edition on Ubuntu
PyCharm Community Edition is a free python editor from JetBrains. You can download it from https://www.jetbrains.com/pycharm/download/#section=linux Download and extact the tar.gz file.…
PyCharm Community Edition is a free python editor from JetBrains. You can download it from https://www.jetbrains.com/pycharm/download/#section=linux Download and extact the tar.gz file.…
Django is a python framework for developing web applications. To install Django, run pip install django To create a project, run django-admin…
IIS redirect site to HTTPS Redirect HTTP to HTTPS with IIS 10 Windows 2016 IIS not listen on external IP Delete SSL…
To force a site to always use HTTPS, add following content to web.config file. Here is full web.config file for a web…
To install WordPress CLI, run the following command How to reset WordPress Password using wp-cli To list all users in WordPress, run…
Install Transmission on CentOS Install Transmission torrent client on Ubuntu Server See torrent
transmission is a torrent client. This come with a web GUI, that make it easy to installed on a remote server with…
To remove password from SSL private key, run openssl rsa -in PASSWORD_PROTECTED.key -out NO_PASSWORD.key This will ask for password. Once you enter…
SimpleHTTPServer is a python module that allow you to run web server for static files. To start web server, run python -m…
GIT is popular version control software, this work like a time machine. You can easily get older versions of code. Each changes…
To redirect old site to new url using .htacces, use following Redirect with SSL verification See htaccess
Install VNC server VNC Client Remote Desktop Setup sleep-monitor system is about to suspend See Remote Desktop