All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:17, 31 January 2022 Razzi talk contribs created page How to get libvirt working on macos (Created page with "says to try qemu:///session Ok so do export LIBVIRT_DEFAULT_URI=qemu:///session With a vagrantfile that looks like Vagrant.configure("2") do |config| config.vm.defi...")
- 19:30, 31 January 2022 Razzi talk contribs created page Solved: the mystery of why puppet had puppet files I didn't write in it (Created page with " vagrant@bullseye:/vagrant$ ls /etc/puppet/ I had a synced folder to /etc/puppet with my custom modules which were going there, but since the sync went both ways, those files...")
- 13:58, 26 January 2022 Razzi talk contribs created page Blog: 2022-01-26 (Created page with "Wow gradle's pretty powerful it looks like! thumb")
- 13:58, 26 January 2022 Razzi talk contribs uploaded File:Screenshot from gradle build of datahub.png
- 13:58, 26 January 2022 Razzi talk contribs created page File:Screenshot from gradle build of datahub.png
- 13:47, 26 January 2022 Razzi talk contribs created page Razwiki:Simple search that does not use regex (Created page with "so it's even faster than rg :)")
- 13:46, 26 January 2022 Razzi talk contribs created page Pv python version manager (Created page with "based on n, let's do this")
- 11:18, 26 January 2022 Razzi talk contribs created page Virtual machine dev env features (Created page with "easy ability to ssh rc to it sync directories (maybe even without reload) os state easily manipulable (perhaps as file) default of a few gigs of ram, the latest debian image,...")
- 01:58, 26 January 2022 Razzi talk contribs created page Installing java 8 (Created page with "Ok so sdkman can do this, and it installs to /home/vagrant/.sdkman/candidates/java/current/bin/java Even man pages work. But why? MANPATH is not set... Also what are the...")
- 16:01, 21 January 2022 Razzi talk contribs created page Idea: store commands as they are run in a file (Created page with ".commands.log, gitignore it, store all commands run in that file. Per-directory history")
- 01:44, 21 January 2022 Razzi talk contribs created page Documentation that most likely exists (Created page with "Build instructions? check makefile, dockerfile Where does the build output? Check .gitignore Who wrote this? Check git log / git blame Note: not generally appropriate to em...")
- 21:36, 16 January 2022 Razzi talk contribs created page April 9 2019 technology progress update (Created page with "A couple years I laid out these technology goals. Let's see how I did: - Email address on own domain ([email protected]) - Personal computer with free software operating sys...")
- 21:16, 16 January 2022 Razzi talk contribs created page New password manager (Created page with "I use pass to manage password but it's got some usability flaws and I'd like to be able to use my ssh key with it. age seems to be a reasonable step in this direction. Maybe...")
- 02:27, 16 January 2022 Razzi talk contribs created page Blog: 2022-01-16 (Created page with "With the goal to get to bed before 2am, and to start tomorrow with a cleaner slate of projects, here are the tabs I'm closing. https://github.com/FiloSottile/age - want to re...")
- 00:33, 16 January 2022 Razzi talk contribs created page Why Buterin created decentralized money (Created page with "Buterin has stated that he was driven to create decentralized money because his World of Warcraft character was nerfed, specifically by patch 3.1.0. He went on to say in his a...")
- 00:13, 16 January 2022 Razzi talk contribs created page 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...")
- 04:01, 14 January 2022 Razzi talk contribs created page 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...")
- 02:40, 13 January 2022 Razzi talk contribs 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:40, 13 January 2022 Razzi talk contribs created page How to go below minimum brightness on ubunto framework laptop (Created page with " $ sudo python3 with open('/sys/class/backlight/intel_backlight/brightness', 'w') as f: print(f.write('1'))")
- 01:39, 11 January 2022 Razzi talk contribs created page 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:28, 11 January 2022 Razzi talk contribs created page 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")
- 02:12, 10 January 2022 Razzi talk contribs created page How to make vim copy to system clipboard (Created page with " sudo apt install vim-gtk Add to <code>~/.vimrc</code>: set clipboard=unnamedplus")
- 01:50, 10 January 2022 Razzi talk contribs created page 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...")
- 19:53, 8 January 2022 Razzi talk contribs created page 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...")
- 04:20, 8 January 2022 Razzi talk contribs created page 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:41, 8 January 2022 Razzi talk contribs uploaded File:Secure boot set to on (bad).jpg
- 02:41, 8 January 2022 Razzi talk contribs created page File:Secure boot set to on (bad).jpg
- 02:20, 8 January 2022 Razzi talk contribs 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:19, 8 January 2022 Razzi talk contribs created page How to turn off framework poewr 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:00, 8 January 2022 Razzi talk contribs created page 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...")
- 23:13, 6 January 2022 Razzi talk contribs created page 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...")
- 19:20, 6 January 2022 Razzi talk contribs created page 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...")
- 17:17, 6 January 2022 Razzi talk contribs created page How to use vim with sudo -e (Created page with " export SUDO_EDITOR=/usr/bin/vi")
- 03:21, 4 January 2022 Razzi talk contribs created page 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...") Tag: Visual edit
- 03:11, 4 January 2022 Razzi talk contribs created page 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...")
- 01:57, 4 January 2022 Razzi talk contribs created page How to get a temporary file name ubuntu (Created page with " mktemp")
- 01:54, 4 January 2022 Razzi talk contribs created page 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...")
- 01:53, 4 January 2022 Razzi talk contribs created page 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...")
- 01:20, 4 January 2022 Razzi talk contribs created page 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...")
- 21:58, 31 December 2021 Razzi talk contribs created page Todo (Created page with "https://emacs.stackexchange.com/questions/13580/press-keystroke-sequence-with-elisp incorporate this into Q keyboard shortcut in emacs")
- 13:46, 30 December 2021 Razzi talk contribs created page 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 -...")
- 16:12, 21 December 2021 Razzi talk contribs created page 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....")
- 13:42, 21 December 2021 Razzi talk contribs created page Names, ideas to mine for names (Created page with "groundhog idea for browser!!<syntaxhighlight lang="text"> name: combine the idea of cloud and earth or like network in the natural sense? maybe like airplane mode that's recog...") Tag: Visual edit
- 14:47, 20 December 2021 Razzi talk contribs created page How to get random number in fish shell (Created page with " random")
- 13:53, 20 December 2021 Razzi talk contribs moved page How to remap shift escape to tildeon Ubuntu to How to remap shift escape to tilde on Ubuntu without leaving a redirect
- 15:21, 18 December 2021 Razzi talk contribs created page How to remap shift escape to tildeon Ubuntu (Created page with " xmodmap -e 'keycode 9 = Escape asciitilde' The way xmodmap works is that you remap a keycode to a vector of key names. First is no modifiers, second is shift+key, etc. <ref>...")
- 14:05, 18 December 2021 Razzi talk contribs created page How to change default terminal emulator on Ubuntu (Created page with " sudo update-alternatives --config x-terminal-emulator provides a TUI<ref>https://techpiezo.com/linux/change-default-terminal-emulator-in-ubuntu/</ref>")
- 16:56, 17 December 2021 Razzi talk contribs created page Idea: escape sequence to copy text (Created page with "For example hostname -f Which currently writes something like: $ hostname -f data-catalog-evaluation.analytics.eqiad1.wikimedia.cloud Could produce output like: ^Cda...")
- 13:23, 17 December 2021 Razzi talk contribs created page How to unset environment variable (Created page with "In <code>bash</code>: bash-3.2$ echo $EDITOR vim bash-3.2$ unset EDITOR bash-3.2$ echo $EDITOR In <code>fish</code>: Downloads $ echo $EDITOR vim Downloads $ set -...") Tag: Visual edit: Switched
- 01:59, 16 December 2021 Razzi talk contribs created page It's time for more intuitive command line movements (Created page with "The alphabet of command line stuff!!! <pre> Control a start of line b back one letter c interrupt d delete forward / send eof e end of line f forward one char g send bell \a...")