Skip to content

Instantly share code, notes, and snippets.

View mcagriardic's full-sized avatar

mcagriardic

  • Bloomberg LP
  • London
View GitHub Profile
{
"latex-workshop.latex.recipes": [
{
"name": "lualatex ➞ bibtex ➞ lualatex×2",
"tools": [
"lualatex",
"bibtex",
"lualatex",
"lualatex"
]
[2023-04-07 13:36:12.491 253M] Shutting down...
[2023-04-07 13:36:12.744 253M] Finished final database update (stored 14 queries)
[2023-04-07 13:36:12.745 253M] Waiting for threads to join
[2023-04-07 13:36:12.745 253M] Thread database (0) is idle, terminating it.
[2023-04-07 13:36:12.745 253M] Thread housekeeper (1) is idle, terminating it.
[2023-04-07 13:36:12.745 253M] Thread DNS client (2) is idle, terminating it.
[2023-04-07 13:36:12.745 253M] All threads joined
[2023-04-07 13:36:12.745 253M] Joining API worker thread 0
[2023-04-07 13:36:12.745 253M] Joining API worker thread 1
[2023-04-07 13:36:12.745 253M] Joining API worker thread 2
Apr 7 13:36:12 dnsmasq[253]: exiting on receipt of SIGTERM
Apr 7 13:36:12 dnsmasq[720]: started, version pi-hole-v2.89-9461807 cachesize 10000
Apr 7 13:36:12 dnsmasq[720]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n IDN DHCP DHCPv6 Lua TFTP no-conntrack ipset no-nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Apr 7 13:36:12 dnsmasq-dhcp[720]: DHCP, IP range 192.168.0.2 -- 192.168.0.200, lease time 1d
Apr 7 13:36:12 dnsmasq[720]: using nameserver 1.1.1.1#53
Apr 7 13:36:12 dnsmasq[720]: using nameserver 1.0.0.1#53
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for onion
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for bind
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for invalid
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for localhost
This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
The intent of this script is to allow users to self-diagnose their installations. This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected. Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development.
NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered.
*** [ INITIALIZING ]
[i] 2023-04-08:11:42:26 debug log has been initialized.
[i] System has been running for 0 days, 18 hours, 38 minutes
1- Follow https://medium.com/gammastack/setup-wsl-on-windows-part-2-f64a9fd546ac up until Configure VS Code to work with WSL
2- install the colour schemes by using https://devblogs.microsoft.com/commandline/introducing-the-windows-console-colortool/
3- Step 2 prompts for the installation of windows terminal (can be launched typing terminal on the windows search bar)
4- right click on the bar above, choose settings (CTRL+,)
5- First go to "Color schemes" and make sure that Solarized Dark or the theme of your liking appears there. If it doesn't something
must have gone wrong in step2.
6- Go to each profile at the bottom of the left handside ("Windows PowerShell", "Command Prompt", "Ubuntu-20-04" etc)
7- Scroll down to "Additional Settings" and click "Appearance"
8- Set the "Color scheme" to your liking here.