This resource provides instructions on how to tune performance directives when PHP-FPM is installed and enabled as a PHP handler in cPanel & WHM. Background information on how PHP-FPM is implem...
How much coffee should you use per cup? This is a dive into coffee brewing ratios, recipes and a little bit of coffee brewing theory. Music: "All The Time" b...
tholman/cursor-effects: Old-school cursor effects for your browser built with modern JavaScript
Old-school cursor effects for your browser built with modern JavaScript - tholman/cursor-effects: Old-school cursor effects for your browser built with modern JavaScript
Python Cloud Hosting
The platform provides an out-of-box integration of the scalable Apache application server dedicated specially for the Python-based applications hosting. It is already optimized and prepared for immediate management, allowing to dive right into development without bothering about numerous orchestration tasks, i.e. making the hosting process maximally convenient for developers.
Through this article, you’ll get acquainted with the main tools and features available on the platform to provide the required level of Python cloud hosting.
“Upgrade from Omeka Classic to Omeka Semantic” is a simple plugin for Omeka 2 that allows to upgrade automatically an installation to Omeka S (records, files, config, themes and some plugins). For missing or new plugins or glitches in themes, or any other need on Omeka and digital libraries, contact me!
How do I remove the old history from a git repository?
I'm afraid I couldn't find anything quite like this particular scenario.
I have a git repository with a lot of history: 500+ branches, 500+ tags, going back to mid-2007. It contains ~19,500 commit...
If you want to free some space in your git repo, but do not want to rebuild all your commits (rebase or graft), and still be able to push/pull/merge from people who has the full repo, you may use the git clone shallow clone (--depth parameter).
; Clone the original repo into limitedRepo
git clone file:///path_to/originalRepo limitedRepo --depth=10
; Remove the original repo, to free up some space
rm -rf originalRepo
cd limitedRepo
git remote rm origin
You may be able to shallow your existing repo, by following these steps:
; Shallow to last 5 commits
git rev-parse HEAD~5 > .git/shallow
; Manually remove all other branches, tags and remotes that refers to old commits
; Prune unreachable objects
git fsck --unreachable ; Will show you the list of what will be deleted
git gc --prune=now ; Will actually delete your data
GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments. - GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based We...
Use Tidbyt to check the weather, or when your train is arriving. Track your favorite stock tickers, or your favorite sports teams. Check out our growing collection of apps and choose what matters to you.
changedetection.io - The best and simplest self-hosted free open source website change detection tracking, monitoring and notification service. An alternative to Visualping, Watchtower etc. Designe...
On Reshaping: Tooling WordPress with nothing other than it’s URLs
This is the words written as my brow is furrowing. This birdspace thread I was tagged into started with a question from Robin Derosa If my recent blabbed post cast some shade on “promptism…
Understanding / Doing Some AI - Open PD / Open Pedagogy Summer Adventure - OE Global Connect
Artificial Intelligence, can we understand it without being data scientists? Is it too complex to grapple? Do we just have to trust the experts, like the ones who claim sentience? No. I hope not. But I do know I can better come to my own understanding if I can do more than read papers and blog posts, but actually dabble in a technology. I am somewhat propelled by a fabulous discussion started by @wernerio for the OEGlobal “Unconference”: I want to connect… by doing AI. ...
nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.
Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance. - nextcloud/all-in-one: Nextcloud AIO stands f...