From: Chris Koeritz Date: Sat, 7 May 2016 09:10:41 +0000 (-0400) Subject: new fortune X-Git-Tag: 2.140.90~527 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=767e240c8e58bda19f392547714740c3e0be09f1;p=feisty_meow.git new fortune --- diff --git a/infobase/fortunes.dat b/infobase/fortunes.dat index ab7290c4..9bc89df5 100644 --- a/infobase/fortunes.dat +++ b/infobase/fortunes.dat @@ -41522,4 +41522,14 @@ characteristics of bodhichitta, but according to Karma Chagme, it is perfectly okay if you don’t. -- Khenchen Thrangu, "Luminous Clarity: A Commentary on Karma Chagme’s Union of Mahamudra and Dzogchen", published by Shambhala Publications +~ +- You are a deeply selfish person. - +~ ++ You are a deeply compassionate person. + +~ +* You are a deeply deep person. * +~ +- You are a deeply selfish person. - ++ You are a deeply compassionate person. + +* You are a deeply deep person. * diff --git a/scripts/time/force_ntp_clock_update.sh b/scripts/time/force_ntp_clock_update.sh new file mode 100644 index 00000000..05499faf --- /dev/null +++ b/scripts/time/force_ntp_clock_update.sh @@ -0,0 +1,5 @@ + +sudo service ntp stop +sudo sntp -s time.nist.gov +sudo service ntp start +