- Domain Name
- Main Dedicated Server
- Private FTP Backups Server
General budget: from ~17€ to ~100€ per month
vcl 4.0; | |
import directors; | |
import std; | |
# Assumed 'wordpress' host, this can be docker servicename | |
backend default { | |
.host = "wordpress-site"; | |
.port = "80"; | |
} |
# vim: ts=2 sts=2 sw=2 et ft=sh | |
# Maintainer: Andreas Gerlach <[email protected]> | |
# Updated by: Brad Erhart <[email protected]> | |
pkgname=docker-machine-kvm | |
pkgver=0.10.0 | |
pkgrel=1 | |
pkgdesc="KVM driver for docker-machine" | |
url="https://github.com/dhiltgen/docker-machine-kvm" | |
license=('Apache') |
Note: if you work on desktop entry files, you should refresh them to see the results: Alt-F2 and run 'r' or 'restart' to restart gnome-shell. Otherwise changes might only work after you log out.
The desktop entry specification creates a standard for application launchers. Gnome adds several extensions to the format which are widely in use, but as far as I can tell undocumented. This is an attempt to document them so I can write my own autostart launchers for gnome. Pull requests are highly welcome.
There is a guide on gnome developer that explains basics about how to integrate an application with the desktop.
Autostart applications run when the user logs into the graphical desktop environment. All desktop managers make custom extensions to the format. This attempts just to cover the Gnome extensions, and won'
# Default backend definition. Set this to point to your content | |
# server. | |
# | |
backend web { | |
.host = "127.0.0.1"; | |
.port = "8080"; | |
} | |
sub vcl_recv { |
I was tired of Chrome eating all my laptop resources so I decided to put some limit to it with cgroup.
As I was using Ubuntu 12.04 with support for cgroup, I installed the package cgroup-bin
and add the following group to the file /etc/cgconfig.conf
:
group browsers {
cpu {
# Set the relative share of CPU resources equal to 25%
cpu.shares = "256";
}
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 14, | |
// font family with optional fallbacks |