diff --git a/.htaccess b/.htaccess deleted file mode 100644 index edd394aa..00000000 --- a/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -RewriteEngine On -RewriteCond %{SERVER_PORT} 80 -RewriteRule ^(.*)$ https://www.duckland.org/$1 [R,L] - diff --git a/images/Random/201701.jpg b/images/Random/201701.jpg new file mode 100644 index 00000000..8fb19da0 Binary files /dev/null and b/images/Random/201701.jpg differ diff --git a/posts/2017/01/p365-monthly-checkin-01.md b/posts/2017/01/p365-monthly-checkin-01.md new file mode 100644 index 00000000..44d2277f --- /dev/null +++ b/posts/2017/01/p365-monthly-checkin-01.md @@ -0,0 +1,17 @@ + + +Just a quick check on how I am doing for my [Project 365](https://p365.donaldharper.com). + +As you can see, I missed one day so far. +![p365-Jan](/images/Random/201701.jpg) + + diff --git a/posts/2017/02/quick-nmcli-notes.md b/posts/2017/02/quick-nmcli-notes.md new file mode 100644 index 00000000..26060357 --- /dev/null +++ b/posts/2017/02/quick-nmcli-notes.md @@ -0,0 +1,32 @@ + + +This is a quick post so I can remember these details. + +So, on the [R810](/categories/r810.html), I am currently running [ArchLinux](http://archlinux.org), which uses by default [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager), which I have a love/hate relationship with. At my last job, I recommended removing it from our servers, as under [RHEL6](http://www.redhat.com), it does very odd things to the network and is hard to manage. I have heard that it is better under RHEL7. But, it does let you do some really cool things. On the R810, there is a cellular modem, and on previous installes, I have had it configured and scripted using **nmcli** to easily bring up and down the cellular connections. + +The problem I am facing now is that my current DHCP server for the house does not let me provide two MAC Address for a single IP, so when I dock the R810, it gets a different IP address than when it is on WiFi. Very annoying. Also, for some reason, it would prefer to use WiFi when the ethernet connection was present, thus giving me a slower connection. + +The documentation I found was a bit light in examples and/or dated (I am running version 1.6.2 of NetworkManager, and the examples were from 1.2.x or 1.4.x, which did not work). So, with a bit of expermenting, I finally got it fixed to: + +- Chose the ethernet connection over the Wifi when both are present +- 'Clone' the MAC address of the Wifi NIC to the ethernet NIC + +Here are the commands. **local** is what I called the local ethernet connection, and **home-wifi** is what I call the house Wifi Network. + +- To set the MAC adress: + +>nmcli connection modify local ethernet.cloned-mac-address aa:bb:cc:dd:ee:ff + +- To set the connection priorities: + +>nmcli connection modify local connection.autoconnect-priority 999 +>nmcli connection modify home-wifi connection.autoconnect-priority 999 diff --git a/themes/reveal-jinja/assets/reveal/.bower.json b/themes/reveal-jinja/assets/reveal/.bower.json deleted file mode 100644 index a346197a..00000000 --- a/themes/reveal-jinja/assets/reveal/.bower.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "reveal.js", - "homepage": "https://github.com/hakimel/reveal.js", - "version": "2.6.2", - "_release": "2.6.2", - "_resolution": { - "type": "version", - "tag": "2.6.2", - "commit": "9da952fea30906090446d038430186b11dba7f13" - }, - "_source": "git://github.com/hakimel/reveal.js.git", - "_target": "~2.6.2", - "_originalSource": "reveal.js", - "_direct": true -} \ No newline at end of file diff --git a/themes/reveal-jinja/assets/reveal/.gitignore b/themes/reveal-jinja/assets/reveal/.gitignore deleted file mode 100644 index 9ffdbc73..00000000 --- a/themes/reveal-jinja/assets/reveal/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.DS_Store -.svn -log/*.log -tmp/** -node_modules/ -.sass-cache \ No newline at end of file diff --git a/themes/reveal-jinja/assets/reveal/.travis.yml b/themes/reveal-jinja/assets/reveal/.travis.yml deleted file mode 100644 index 2d6cd8f4..00000000 --- a/themes/reveal-jinja/assets/reveal/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: node_js -node_js: - - 0.8 -before_script: - - npm install -g grunt-cli \ No newline at end of file diff --git a/themes/reveal/assets/reveal/.bower.json b/themes/reveal/assets/reveal/.bower.json deleted file mode 100644 index a346197a..00000000 --- a/themes/reveal/assets/reveal/.bower.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "reveal.js", - "homepage": "https://github.com/hakimel/reveal.js", - "version": "2.6.2", - "_release": "2.6.2", - "_resolution": { - "type": "version", - "tag": "2.6.2", - "commit": "9da952fea30906090446d038430186b11dba7f13" - }, - "_source": "git://github.com/hakimel/reveal.js.git", - "_target": "~2.6.2", - "_originalSource": "reveal.js", - "_direct": true -} \ No newline at end of file diff --git a/themes/reveal/assets/reveal/.gitignore b/themes/reveal/assets/reveal/.gitignore deleted file mode 100644 index 9ffdbc73..00000000 --- a/themes/reveal/assets/reveal/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.DS_Store -.svn -log/*.log -tmp/** -node_modules/ -.sass-cache \ No newline at end of file diff --git a/themes/reveal/assets/reveal/.travis.yml b/themes/reveal/assets/reveal/.travis.yml deleted file mode 100644 index 2d6cd8f4..00000000 --- a/themes/reveal/assets/reveal/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: node_js -node_js: - - 0.8 -before_script: - - npm install -g grunt-cli \ No newline at end of file