Aurelia Framework Stats Plugin

Published on

I would like to announce Aurelia Framework statistics plugin. This plugin allow to debug binding issues and missing @computedFrom(…) annotations in applications built with Aurelia Framework. Just run: jspm install aurelia-stats –dev And then activate plugin in main.ts or main.js: aurelia.use.plugin(‘aurelia-stats’); And include styles: <link rel=”stylesheet” href=”jspm_packages/github/sormy/aurelia-stats@1.0.1/aurelia-stats.css”> I’m looking for your feedbacks. More details could … Continue reading Aurelia Framework Stats Plugin

Gentoo Monit

Published on

Installation emerge app-admin/monit Configuration Save default config file: mv /etc/monitrc /etc/monitrc.dist /etc/monitrc: # each cycle is 1 minute, wait for 2 minutes before starting monitoring to be sure that all services are up. set daemon 60 with start delay 120 # if we will use integrated monit ssl validation then we need normal validation because … Continue reading Gentoo Monit

Modify Linux Kernel Font

Published on

Reasons There are not so much reasons to change integrated in kernel fonts. But I will publish my reasons for that: – I would like to see kernel boot console – MacBookPro has no way to change screen resolution through efifb kernel module, so on my MacBookPro Retina 13″ I have 2560×1600 native screen resolution. … Continue reading Modify Linux Kernel Font

cross device files sync

Published on

Application Open Cost Sync Storage Web UI Versioning Pydio YES free YES S3, hpcloud, Dropbox, Local YES YES OwnCloud YES free YES S3, Google, Dropbox, Local YES YES Seafile NO free ? YES ? Dropbox NO paid YES proprietary cloud YES YES Google Drive NO paid YES proprietary cloud YES YES BT Sync NO free … Continue reading cross device files sync

Gentoo on AWS

Published on

Introduction This article was recently updated (as of 2020-10-18) to better fit current realities ;-). There are a lot of Gentoo AMI images available for free on Amazon Marketplace but all of them are either outdated or are from untrusted sources. By the way, the lack of official guidelines how to install Gentoo on EC2 … Continue reading Gentoo on AWS