$ docker
Just change the font configuration as below:
URxvt*font: xft:Agave:pixelsize=24:minspace=False, xft:DejaVu Sans:pixelsize=18
URxvt*boldFont: xft:Agave:pixelsize=24:minspace=False, xft:DejaVu Sans:pixelsize=18
URxvt*letterSpace: 0
Reload.
I got an error when importing the TLS key and certificate on OpenLDAP CentOS 7.
Below is my cers.ldif configuration:
dn: cn=config
changetype: modify
replace: olcTLSCertificateFile
olcTLSCertificateFile: /etc/openldap/certs/myldap.server.hakase.io.cert
dn: cn=config
Error:
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ExtPackManagerWrap
Interface: IExtPackManager {edba9d10-45d8-b440-1712-46ac0c9bc4c5}
Check virtualbox packages.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Defines our Vagrant environment | |
# | |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
# create ceph-deploy node | |
config.vm.define :ceph do |ceph_config| | |
ceph_config.vm.box = "hakase" |
Step 1 - Install and Configure dnscrypt-proxy
sudo su
pacman -S dnscrypt-proxy
cd /etc/dnscrypt-proxy/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "" | |
echo "" | |
echo "=======================================" | |
echo "| Initializing Vagrant LEMP Setup |" | |
echo "=======================================" | |
echo "" | |
# Turnoff interactivemode |