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
Earlier today, the mayor of Roanoke, Virginia, Mr. David A. Bowers, in the attached letter, joined several state governors in ordering that Syrian refugees not receive any government assistance, or be relocated to their jurisdiction. Apart from the lack of legal authority to do so (under the Refugee Act of 1980, only the President has authority to accept or deny refugees), his resort to fear-based tactics, and his galling lack of compassion for people fleeing these same terrorists, Mayor Bowers made the following startling statement: | |
“I’m reminded that Franklin D. Roosevelt felt compelled to sequester Japanese foreign nationals after the bombing of Pearl Harbor, and it appears that the threat of harm to America from Isis now is just as real and serious as that from our enemies then.” | |
Mayor Bowers, there are a few key points of history you seem to have missed: | |
1) The internment (not a "sequester") was not of Japanese "foreign nationals," but of Japanese Americans, two-thirds of whom were U.S. citizens. I wa |
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
# whoami ; pwd | |
root | |
/tmp | |
# beadm list | |
BE Active Mountpoint Space Created Nickname | |
initial - - 5.4G 2016-08-22 11:24 initial | |
20161005193649_201610142022 - - 3.1G 2016-10-14 20:22 12.0-CURRENT-up-20161014_204827 | |
20161028134949_201610291803 - - 754.3M 2016-10-29 18:03 12.0-CURRENT-up-20161029_180801 | |
20161028134949_14_201611081710 - - 1.2M 2016-11-08 17:10 12.0-CURRENT-up-20161108_171012 | |
12.0-CURRENT-up-20161125_173806 - /tmp/BE-12.0-CURRENT-up-20161125_173806.8eHQejDo 7.5G 2016-11-25 17:12 12.0-CURRENT-up-20161125_173806 |
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
[ 595.947] | |
X.Org X Server 1.18.4 | |
Release Date: 2016-07-19 | |
[ 595.947] X Protocol Version 11, Revision 0 | |
[ 595.947] Build Operating System: FreeBSD 12.0-CURRENT amd64 | |
[ 595.947] Current Operating System: FreeBSD momh167-gjp4-hpelitebook8540p-trueos.university.brighton.ac.uk 12.0-CURRENT FreeBSD 12.0-CURRENT #57 6196e09(drm-next-4.7): Sat Dec 10 17:31:03 UTC 2016 root@gauntlet:/usr/obj/usr/src/sys/GENERIC amd64 | |
[ 595.947] Build Date: 21 November 2016 06:45:50PM | |
[ 595.947] | |
[ 595.947] Current version of pixman: 0.34.0 | |
[ 595.947] Before reporting problems, check http://wiki.x.org |
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
grahamperrin@momh167-gjp4-hpelitebook850g2-trueos ~> cd | |
grahamperrin@momh167-gjp4-hpelitebook850g2-trueos ~> ls -hl | |
total 400 | |
drwxr-xr-x 9 grahamperrin grahamperrin 43B 11 Dec 17:31 Desktop | |
drwxr-xr-x 31 grahamperrin grahamperrin 87B 9 Dec 15:17 Documents | |
drwxr-xr-x 3 grahamperrin grahamperrin 28B 8 Dec 15:12 Downloads | |
drwxr-xr-x 2 grahamperrin grahamperrin 29B 10 Dec 06:07 fontconfig | |
drwxr-xr-x 4 grahamperrin grahamperrin 4B 6 Dec 10:49 GNUstep | |
drwxr-xr-x 2 grahamperrin grahamperrin 3B 6 Dec 10:49 Images | |
drwxr-xr-x 2 grahamperrin grahamperrin 7B 6 Dec 10:49 logs |
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
# The terminal sesion in the screen recording that's linked from | |
# https://gitter.im/trueos/Lobby?at=584eea6a9ce5147013cd6df2 | |
grahamperrin@momh167-gjp4-hpelitebook850g2-trueos ~> sudo pc-netmanager | |
Locale: "en" | |
route: route has not been found | |
grahamperrin@momh167-gjp4-hpelitebook850g2-trueos ~> sudo pc-netmanager | |
Locale: "en" | |
route: route has not been found | |
grahamperrin@momh167-gjp4-hpelitebook850g2-trueos ~> sudo pc-netmanager |
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
$ sudo service wpa_supplicant restart | |
Password: | |
wpa_supplicant |wpa_supplicant.wlan0| * WARNING: wpa_supplicant.wlan0 has already been started | |
$ service network.wlan0 status | |
* status: started | |
$ sudo service network.wlan0 stop | |
Password: | |
network.wlan0 | * Caching service dependencies ... [ ok ] | |
network.wlan0 |dhcpcd.wlan0 | * Stopping DHCP Client Daemon (wlan0) ... [ ok ]k.wlan0 | | |
network.wlan0 |wpa_supplicant.wlan0| * Stopping wpa_supplicant (wlan0) ... [ ok ] |
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
$ sudo service wpa_supplicant restart | |
Password: | |
wpa_supplicant | wpa_supplicant.wlan0 | * WARNING: wpa_supplicant.wlan0 is already started [ ! ] | |
$ service network.wlan0 status | |
* status: started | |
$ sudo service network.wlan0 stop | |
Password: | |
network.wlan0 | * caching service dependencies [ ok ] | |
network.wlan0 | dhcpcd.wlan0 | * stopping DHCP Client Daemon (wlan0) ... [ ok ] | |
network.wlan0 | wpa_supplicant.wlan0 | * stopping wpa_supplicant (wlan0) ... [ ok ] |
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
$ date ; uptime ; uname -v ; uname -n | |
Sat 24 Dec 2016 10:06:40 GMT | |
10:06a.m. up 4:35, 1 users, load averages: 1.06, 1.07, 1.03 | |
FreeBSD 12.0-CURRENT #10 a4012d9(drm-next-4.7): Fri Dec 23 00:27:25 UTC 2016 root@gauntlet:/usr/obj/usr/src/sys/GENERIC | |
momh167-gjp4-ergovista621-trueos.university.brighton.ac.uk | |
$ beadm list | |
BE Active Mountpoint Space Created Nickname | |
initial - - 1.9G 2016-12-18 14:11 initial | |
12.0-CURRENT-up-20161218_162142 - - 1.4G 2016-12-18 16:11 12.0-CURRENT-up-20161218_162142 | |
12.0-CURRENT-up-20161220_080030 - - 928.2M 2016-12-20 07:57 12.0-CURRENT-up-20161220_080030 |
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
$ date ; uptime ; uname -v ; uname -n | |
Sat 24 Dec 2016 10:06:40 GMT | |
10:06a.m. up 4:35, 1 users, load averages: 1.06, 1.07, 1.03 | |
FreeBSD 12.0-CURRENT #10 a4012d9(drm-next-4.7): Fri Dec 23 00:27:25 UTC 2016 root@gauntlet:/usr/obj/usr/src/sys/GENERIC | |
momh167-gjp4-ergovista621-trueos.university.brighton.ac.uk | |
$ beadm list | |
BE Active Mountpoint Space Created Nickname | |
initial - - 1.9G 2016-12-18 14:11 initial | |
12.0-CURRENT-up-20161218_162142 - - 1.4G 2016-12-18 16:11 12.0-CURRENT-up-20161218_162142 | |
12.0-CURRENT-up-20161220_080030 - - 928.2M 2016-12-20 07:57 12.0-CURRENT-up-20161220_080030 |
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
#!/bin/sh | |
echo " " | |
echo " net.redirectme.perrin.trueos.openrc.wlan0.workarounds.sh " | |
echo " " | |
echo " – a series of OpenRC commands that may help in situations where a " | |
echo " known good wireless Internet connection does not begin when expected …" | |
echo " " | |
echo " a request to stop the DHCP client daemon for wireless networking, " | |
rc-service dhcpcd.wlan0 stop | |
echo " a wait of two seconds …" |
OlderNewer