init this repo
This commit is contained in:
2
pages/computing/electronics.txt
Normal file
2
pages/computing/electronics.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
[[computing:electronics:arduino|{{computing:arduino.png?0x100}}]] [[computing:electronics:esp32|{{computing:esp32-1.jpg?0x100}}]]
|
||||
[[computing:electronics:rpi|{{computing:rpi.png?0x100}}]]
|
||||
@@ -0,0 +1,17 @@
|
||||
The verilator 4.100 breaks with some error about C++11 flag.
|
||||
|
||||
Wanted to go back to version 4.036
|
||||
* Remove the current version: ''brew remove verilator''
|
||||
* Go to Homebrew repo dir: ''cd "$(brew --repo homebrew/core)"''
|
||||
* Find correct commit: ''git log master -- Formula/verilator.rb''
|
||||
<code bash>
|
||||
commit 86447d2239a9ebc4d98607fd4ae5b034d3349c02
|
||||
Author: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
|
||||
Date: Tue Jun 9 20:06:50 2020 +0000
|
||||
|
||||
verilator: update 4.036 bottle.
|
||||
</code>
|
||||
* Go back to that certain commit: ''git co 86447d2239a9ebc4d98607fd4ae5b034d3349c02''
|
||||
* Then install: ''HOMEBREW_NO_AUTO_UPDATE=1 brew install verilator''
|
||||
* And pin this version: ''brew pin verilator''
|
||||
* Finally go back to the master branch: ''git co master''
|
||||
3
pages/computing/self-host.txt
Normal file
3
pages/computing/self-host.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Self-hosted services:
|
||||
* [[computing:self-host:ssl-cert|SSL certificates]]
|
||||
* [[computing:self-host:cloud|Nextcloud]]
|
||||
Reference in New Issue
Block a user