Cliffe

Welcome to the Cliffe.ca page.

Today is Setting Orange, the 9th day of Confusion in the YOLD 3192

A site for projects I work on, Cliffe related genealogy and anything else I need to put here. Music and media are located on the audiofumes.ca page.

Interesting Dates

Jun  03  National Egg Day
Jun  03  Henry James born, 1811
Jun  03  Confederate Memorial Day in Kentucky & Louisiana
Jun  03  Labor Day in Bahamas
Jun  03*  Bank Holiday in Rep. of Ireland
Jun  03  Georges Bizet dies in Bougival, Paris, France, 1875
Jun  03  Debian's Diversity Statement ratified, 2012
Jun  04*  Corpus Christi (11 days after Pentecost)
Jun  04  Roquefort cheese developed, 1070
Jun  04  Emancipation Day in Tonga
Jun  04  Queen's Birthday in New Zealand
Jun  05  Robert Kennedy assassinated, 1968
Jun  05  US leaves the Gold Standard, 1933
Jun  05  Constitution Day in Denmark
Jun  05  Liberation Day in Seychelles
Jun  05  Carl Maria von Weber dies in London, England, 1826
Jun  05  Debian GNU/Linux 1.3 alias ``bo'' released, 1997

Tech

Technical notes and projects

Poor Man's Splunk Sample BASH script

Mouse cursor disappears using SynergyMake sure you are using X11 and not Wayland
echo $XDG_SESSION_TYPE
Disable Wayland in gdm by editting /etc/gdm3/custom.conf
[daemon]
WaylandEnable=false
Correct Ubuntu 16.04 Intel driver lagCreate /usr/share/X11/xorg.conf.d/20-intel.conf and enter
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
Option "TearFree" "true"
Option "DRI" "3"
Option "VSync" "false"
EndSection

Silence crontab jobs>/dev/null 2>&1

Command running but want to logout without killing the command?

stop/suspend the job with control-Z. Find out the pid of the stopped job then use bg to send it to the background then use disown -h pid

Remove ^M with vi:%s/[ctrlkey+v and ctrl-key+M]//g
Strip tags| sed -e 's/<[^>]*>//g'
Terminology Demo Synergy on iPad
Informacast-Edit Audio Informacast-Create Broadcast
Informacast-Bell Schedule E17 Window Manager demo -old