List of posts with tag 'projects':

How to install and configure Gitea a self-hosted Github-like service.
The real challenge is not installing it, but configuring it properly. The official documentation is lacking some key components - in particular regarding configuring reversed proxy in webserver. Below I share my experience and configuration that lead me to having working Gitea installation.
Thunar Dropbox - a plugin for Dropbox Uploader
A simple extension to Dropbox Uploader that provides a convenient method to share your Dropbox files with one click! Read about how to install and what to expect!
A simple bash script to automatically suspend idle home server to save electricity
The script measures an in/outbound network traffic and logs in given intervals. If the amount of data sent from the server don't exceeds a set limit, the server suspends itself. It's a very useful script intended to use in home servers that are not meant to be turned on constantly.
Simple automatic PHP image gallery with Bootstrap, SASS and Lightbox integration
This is a simple PHP script that scans the content of a directory for photos and automatically generates a image gallery. Exif data is read and put into photo's captions. Thumbnails are allocated in Bootstrap responsive, scalable grid. Images can be smoothly previewed thanks to lightbox javascript. CSS stylesheet is generated from SASS .scss for faster development.