Notes on software, hardware and security

  • Home
  • Hardware
    • Arduino
    • Esp8266
    • Radio Frequency
  • Software
    • IOT
    • Privacy
    • Security
    • Selfhosted
  • Projects
    • Designing a pan\ tilt camera tracking system using ADS-B 1090MHz signals
    • Wifi, battery powered, USB rechargeable Fortnite lithograph
    • Adding a motor and MQTT remote control to a sit stand desk
  • Tracking
    • LinkedIn
    • Github

Apache

Apache

Etesync : Encrypted Caldav and Carddav on Apache debian setup

Etesync enables an encrypted private caldav and carddav server. Its open source and can be self hosted or used directly through them. Their github page has instructions for nginx but nothing to get django setup with wsgi on apache. To get it all working, download the zip and unpack from Read more…

By Talha, 5 yearsMarch 12, 2019 ago
Apache

Switching Apache wsgi between using Python2 and Python3

If you have used the below command to install wsgi for python2 by installing the python3 version with the command below, it will uninstall the pthon2 version and install the python3 version.

By Talha, 5 yearsMarch 7, 2019 ago
Apache

PhpMyAdmin from a single domain\ virtualhost

When installing PhpMyAdmin on Debian 9, it will be accessible from any domain on the server. To serve it from a single domain remove from apache.conf in /etc/phpmyadmin. Then add the Alias line above to the domain you want to serve it from in /etc/apache2/sites-available. Restart Apache.

By Talha, 5 yearsMarch 3, 2019 ago
Apache

Failed to connect to mysql server using user “root” and password “***”: Access denied for user ‘root’@’localhost’

When trying to login or give SQL\ database access to an application, the following error can be resolved by The reason for this is when MariaDB\ MySQL is being setup, if the password is not set for root, the above error occurs. by typing the below you can see that Read more…

By Talha, 5 yearsMarch 2, 2019 ago
Apache

Apache http to https rewrite\redirect

To redirect http to https in Apache On Debian 9 and similar edit sites_available file in /etc/apache2/ In the <***:80> section add the following RewriteEngine OnRewriteCond %{HTTPS} !=onRewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

By Talha, 5 yearsFebruary 10, 2019 ago
Recent Posts
  • AVR Arduino as ISP errors
  • PlatformIO and Attiny85 AVR programming
  • Remote packet capture of pfSense LAN\Wifi traffic to Wireshark
  • Forcing Hassio to use custom pfsense DNS servers
  • Getting NTP working on debian 10
Categories
  • Apache
  • Arduino
  • Attiny
  • Debian
  • Email
  • Esp8266
  • Fail2ban
  • Hardware
  • IOT
  • LED
  • Mobile
  • MySQL
  • Postfix
  • Privacy
  • Projects
  • Radio Frequency
  • Security
  • Selfhosted
  • Software
  • Uncategorised
  • Home
Hestia | Developed by ThemeIsle