HomeTom - CS
Monday, April 6, 2026
Productionize a Django website
›
Recommended minimal permissions of files in a Django site: # Database sudo chown www-data:www-data db.sqlite3 sudo chmod 664 db.sqlite...
Sunday, April 5, 2026
Bluehost VPS Setup
›
Docs https://www.bluehost.com/blog/how-to-set-up-a-vps/ https://www.bluehost.com/help/article/dns-records-explained
Add SSL certificate to ubuntu server
›
Here’s a clear, practical way to add SSL (HTTPS) to a server on Ubuntu. The most common and easiest method is using Certbot with Let'...
Host php and django on same apache server
›
To host both PHP and Django sites on the same Apache server, you just need to configure Apache to handle each type of application differentl...
Friday, April 3, 2026
Tailwind
›
Tailwind CSS Won the War... But We're the Los A Primer on Tailwind CSS: Pros, Cons and Real-World Use Cases How to Learn Tailwind CSS: A...
Tuesday, February 24, 2026
Install Keras on Mac
›
To install Keras on a Mac, install TensorFlow (which includes Keras) using pip install tensorflow or pip install tensorflow-macos ...
Monday, February 16, 2026
Run apache and nginx on same server
›
AI Overview Yes, you can run Apache and Nginx on the same server, but they cannot listen on the exact same IP address and port combination...
›
Home
View web version