Django Development Environment with VSCode and Apache2
VS Code is an ideal choice when it comes to development activities and for Python / Django there are…
MARIADB Notes
Command Usage FLUSH PRIVILEGES GRANT ALL PRIVILEGES ON *.* to 'user_name'@'host_name' WITH GRANT OPT…
How to Create MariaDB User and Grant Privileges
Access MariaDB Server Enter the following command in your command-line terminal to access the MariaD…
Apache Server Commands : Debian
Command sudo apt install apache2 Install Apache Server sudo systemctl status apache2 Server Status s…
Mysqlclient cannot install via pip, cannot find pkg-config name
Solution sudo apt-get install python3-dev default-libmysqlclient-dev build-essential pip install mys…
How to install .deb package in Debian
https://unix.stackexchange.com/questions/159094/how-to-install-a-deb-file-by-dpkg-i-or-by-apt
How to activate SSL / Https for Debian Server
Step 5 – Enable HTTPS for WordPress It is always recommended to enable the HTTPS on WordPress …
Debian 11 Installation issues and resolution
Install Visual Studio code https://wiki.debian.org/VisualStudioCode Note : After installation if you…