| Base companies | Desk companies |
|---|---|
| Jiecang | Poppin, HON, Allsteel, AMQ, Enwork, Uplift, Haworth, Xybix, Hat Contract, Uncaged Ergonomics, Omnidesk, AITerminal, Fully(Herman Miller+Knoll), Funte, Desky |
| Kaidi | LTJ Kantoormeubelen, Teknion, OFS, Friant, Varidesk, BTOD |
| Loctek | Loctek, Flexispot(Loctek) |
| Timotion | Backbone, Humanconnect(FLH), Motti(Timotion), Autonomous SmartDesk, Trendway, Symmetry, DEZCTOP, Steelcase |
| OMT-Veyhl / LogicData(Jiecang) | Herman Miller, Haworth, Special T, iMovR, BTOD, DeskHaus |
| Linak | Steelcase, Ergonofis, Ikea, Xdesk, Inwerk, Charcoal, iMovR, Buldesk, Workrite, UpDesk |
| Actiforce | Steelcase |
| Conset | Conset, Flexiwork |
This file contains hidden or 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/zsh | |
| brew install sdl2 freetype2 fontconfig pkg-config opus libpng libedit jpeg-turbo | |
| cd ~ | |
| mkdir ~/Documents/Gaming/ | |
| mkdir ~/Documents/Gaming/Half\ Life\ 2 | |
| mkdir ~/Documents/Gaming/Half\ Life\ 2\ Episodes | |
| mkdir ~/Documents/Gaming/Portal |
Few months ago, I've made a similar work but I wanted something a little more easier to manage. Please have a look at here for my previous work.
This time, I'm gonna do pretty much the same thing but using Pi-hole as base then modify it to include unbound and stubby.
This way, I can use the power of Pi-hole with some additional security layers:
- Recursive DNS check (
unbound) - DNS-over-TLS (
stubby)
This file contains hidden or 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
| license: gpl-3.0 |
This file contains hidden or 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
| version: '2.0' | |
| services: | |
| couchpotato: | |
| image: linuxserver/couchpotato | |
| ports: | |
| - 5050:5050 | |
| volumes: | |
| - couchpotato:/config:rw | |
| - movies:/movies:rw | |
| - downloads:/downloads:rw |
This file contains hidden or 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
| import urllib | |
| import urllib2 | |
| import json | |
| def lambda_handler(event, context): | |
| url = 'https://rightgif.com/search/web' | |
This file contains hidden or 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/bash | |
| # | |
| # Helper functions | |
| # | |
| function pause(){ | |
| read -p "$*" | |
| } |
This file contains hidden or 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/bash | |
| # | |
| # Helper functions | |
| # | |
| function pause(){ | |
| read -p "$*" | |
| } |
NewerOlder