User contributions for Razzi
Jump to navigation
Jump to search
16 January 2022
- 00:1800:18, 16 January 2022 diff hist +37 Main Page →TODO Tag: Visual edit
- 00:1700:17, 16 January 2022 diff hist +54 Main Page →TODO Tag: Visual edit
- 00:1300:13, 16 January 2022 diff hist +2 Game developers meetup jan15 notes No edit summary current Tag: Visual edit
- 00:1300:13, 16 January 2022 diff hist +226 N Game developers meetup jan15 notes Created page with "The iowa city unofficial game jam start will be: jan 22 4pm central time Need to promote this, gauge interest etc. - post in the game jam channel - reach out to ???? who exp..."
15 January 2022
- 01:2501:25, 15 January 2022 diff hist +32 Links No edit summary Tag: Visual edit
- 01:1501:15, 15 January 2022 diff hist +54 Links No edit summary Tag: Visual edit
14 January 2022
- 04:0204:02, 14 January 2022 diff hist −2 How to remap left alt to send escape when pressed alone in ubuntu No edit summary current Tag: Visual edit
- 04:0104:01, 14 January 2022 diff hist +780 N How to remap left alt to send escape when pressed alone in ubuntu Created page with "Start with https://wiki.abuissa.net/wiki/How_to_get_intercept-tools_to_work Then use https://github.com/zsugabubus/interception-k2k <pre> $ cat default/interception-framewor..."
13 January 2022
- 10:1810:18, 13 January 2022 diff hist +173 Main Page →TODO Tag: Visual edit
- 02:4002:40, 13 January 2022 diff hist 0 m How to go below minimum brightness on ubuntu framework laptop Razzi moved page How to go below minimum brightness on ubunto framework laptop to How to go below minimum brightness on ubuntu framework laptop without leaving a redirect
- 02:4002:40, 13 January 2022 diff hist +108 N How to go below minimum brightness on ubuntu framework laptop Created page with " $ sudo python3 with open('/sys/class/backlight/intel_backlight/brightness', 'w') as f: print(f.write('1'))"
11 January 2022
- 01:3901:39, 11 January 2022 diff hist +145 N Pager features Created page with "copy to clipboard smart case for search good handling of colors (?) resume feature... maybe I have some LESS env var that I forget, maybe -R?"
- 01:2801:28, 11 January 2022 diff hist +106 N How to install jupyter-nbconvert with pipx Created page with " pipx install jupyter doesn't work, but pipx install jupyter-nbconvert does. Then: jupyter-nbconvert" current
10 January 2022
- 06:3406:34, 10 January 2022 diff hist +38 Links No edit summary
- 06:3306:33, 10 January 2022 diff hist +40 Links No edit summary Tag: Visual edit
- 05:1305:13, 10 January 2022 diff hist +167 Thoughts No edit summary Tag: Visual edit
- 02:3102:31, 10 January 2022 diff hist +20 People Razzi follows No edit summary Tag: Visual edit
- 02:1202:12, 10 January 2022 diff hist +84 N How to make vim copy to system clipboard Created page with " sudo apt install vim-gtk Add to <code>~/.vimrc</code>: set clipboard=unnamedplus" current
- 01:5001:50, 10 January 2022 diff hist +349 N How to make jupyter run in the background as systemd unit Created page with "<pre> $ cat /etc/systemd/system/jupyter.service [Unit] Description=Jupyter server [Service] Type=simple ExecStart=/home/razzi/.local/bin/jupyter-notebook WorkingDirectory=/hom..." current
8 January 2022
- 19:5319:53, 8 January 2022 diff hist +1,055 N The distributed dns system I want Created page with "Let's say I have a friend named fred. Then I want to be able to see their blog like so: fred.net Realistically though there's a lot of freds. so maybe the way I get to thei..." current
- 04:5404:54, 8 January 2022 diff hist +587 Arcane programming magics →shells current Tag: Visual edit
- 04:5104:51, 8 January 2022 diff hist +153 Arcane programming magics →shells Tag: Visual edit
- 04:4304:43, 8 January 2022 diff hist +240 Arcane programming magics →shells Tag: Visual edit
- 04:4004:40, 8 January 2022 diff hist +206 Arcane programming magics →computer hardware Tag: Visual edit
- 04:3904:39, 8 January 2022 diff hist +198 Arcane programming magics →macos Tag: Visual edit
- 04:3604:36, 8 January 2022 diff hist +10 Arcane programming magics →python Tag: Visual edit
- 04:3604:36, 8 January 2022 diff hist +1,309 Arcane programming magics →shells Tag: Visual edit
- 04:2004:20, 8 January 2022 diff hist +1,869 N Arcane programming magics Created page with "Software development has a high learning curve, in part due to the lack of discoverability of useful features. Here are some useful things that I either learned by accident o..."
- 02:4102:41, 8 January 2022 diff hist +301 How to turn off framework power led on ubuntu No edit summary Tag: Visual edit: Switched
- 02:4102:41, 8 January 2022 diff hist +83 N File:Secure boot set to on (bad).jpg No edit summary current
- 02:2002:20, 8 January 2022 diff hist 0 m How to turn off framework power led on ubuntu Razzi moved page How to turn off framework poewr led on ubuntu to How to turn off framework power led on ubuntu without leaving a redirect
- 02:1902:19, 8 January 2022 diff hist +604 N How to turn off framework power led on ubuntu Created page with " sudo ./build/bds/util/ectool --interface=fwk led power off also had to mv /run/lock/cros_ec_lock ~/cros_ec_lock because I was getting error fw-ectool $ sudo ./build/bd..."
- 02:0002:00, 8 January 2022 diff hist +162 N Idea: some kind of automation to test vim / emacs Created page with "Would be nice to be able to say "opening vim, pressing v$y should copy the first line onto the clipboard." Then I can make changes and still see that it works..."
6 January 2022
- 23:1323:13, 6 January 2022 diff hist +1,565 N How to remap right alt to control on ubuntu Created page with "<pre> $ cat /etc/interception/udevmon.yaml - JOB: intercept -g $DEVNODE | ralt2ctrl | uinput -d $DEVNODE DEVICE: EVENTS: EV_KEY: [KEY_RIGHTALT] </pre> <pre> $ cat..." current
- 19:2019:20, 6 January 2022 diff hist +632 N How to get intercept-tools to work Created page with "If you have udevmon.service running, stop it using `sudo systemctl stop udevmon.service` <pre> hack $ cat x2y.c #include <stdio.h> #include <stdlib.h> #include <linux/input.h..." current
- 17:1717:17, 6 January 2022 diff hist +31 N How to use vim with sudo -e Created page with " export SUDO_EDITOR=/usr/bin/vi" current
4 January 2022
- 03:2103:21, 4 January 2022 diff hist +299 N Nice-to-have: interact with hosts file as database Created page with "Nice to have a cli, something like <code>resolve 192.168.33.10 vagrant.local</code> and a way to query it though it's actually nice to be able to edit / view it as a file. B..." current Tag: Visual edit
- 03:1103:11, 4 January 2022 diff hist +416 N How to use vagrant.local hostname for vagrant virtual machine Created page with "Use config.vm.network "private_network", ip: "192.168.33.10" then manually edit /etc/hosts 192.168.33.10 vagrant.local I think there was a plugin that would do this Woul..." current
- 01:5701:57, 4 January 2022 diff hist +7 N How to get a temporary file name ubuntu Created page with " mktemp" current
- 01:5401:54, 4 January 2022 diff hist +881 N Idea: fully describable software issue using virtual machine Created page with "For example, just now, I tried to use pipenv to install rich, but it gave an error. <pre> ii $ pipenv install rich Creating a virtualenv for this project... Pipfile: /home/ra..." current
- 01:5301:53, 4 January 2022 diff hist +235 N One command to build and run a Dockerfile Created page with "About time I did this. <pre> pipenv-install-issue $ cat Dockerfile FROM ubuntu RUN apt-get update ENTRYPOINT /bin/bash </pre> Desired: <code>docker-shell</code> * builds..." current
- 01:3201:32, 4 January 2022 diff hist +530 Main Page →TODO Tag: Visual edit
- 01:2001:20, 4 January 2022 diff hist −94 Main Page →TODO How to Tag: Visual edit
- 01:2001:20, 4 January 2022 diff hist +210 N How to make tmux work with system clipboard ubuntu Created page with "Add this to ~/.tmux.conf bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard' https://unix.stackexchange.com/questions/131011/use-syste..." current
- 01:1901:19, 4 January 2022 diff hist +57 Main Page →Links Tag: Visual edit
31 December 2021
- 21:5821:58, 31 December 2021 diff hist +134 N Todo Created page with "https://emacs.stackexchange.com/questions/13580/press-keystroke-sequence-with-elisp incorporate this into Q keyboard shortcut in emacs" current
30 December 2021
- 17:1517:15, 30 December 2021 diff hist +243 Services to watch in 2022 idk wip current Tag: Visual edit
- 13:4713:47, 30 December 2021 diff hist 0 Services to watch in 2022 No edit summary
- 13:4613:46, 30 December 2021 diff hist +706 N Services to watch in 2022 Created page with "Honestly this is mostly for me to keep track of projects that I'm interested in. Let's start with services I use on a regular basis - proton mail - gmail - signal - github -..."
21 December 2021
- 16:1216:12, 21 December 2021 diff hist +210 N How to stop apache on MacOS Created page with "If apache is installed with brew (runs on port 8080) you can use brew services: brew services stop apache However if it's using the /Library/WebServer/Documents/index.html...." current