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).
- 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...")
- 15:15, 15 December 2021 Razzi talk contribs moved page Tree limit depth to How to limit depth with tree command without leaving a redirect
- 15:15, 15 December 2021 Razzi talk contribs created page Tree limit depth (Created page with " sandbox $ tree -L 2 . ├── dir-a │ └── dir-b └── file")
- 15:06, 15 December 2021 Razzi talk contribs created page How to unpack .jar (Created page with " jar xf TicTacToe.jar <ref>https://docs.oracle.com/javase/tutorial/deployment/jar/unpack.html</ref> Be careful, as this will clutter your current directory. You probably wan...")
- 23:01, 14 December 2021 Razzi talk contribs created page How to check systemd user service file (Created page with " systemd-analyze verify --user ~/.local/share/systemd/user/keybindings.service")
- 22:34, 14 December 2021 Razzi talk contribs created page Huh (Created page with "<pre> ~ 22:33 (master) $ id razzi uid=1000(razzi) gid=1000(razzi) groups=1000(razzi),27(sudo),50(staff) ~ 22:33 (master) $ id uid=1000(razzi) gid=1000(razzi) groups=1000(razzi...")
- 00:38, 9 December 2021 Razzi talk contribs created page How to upgrade fish on ubuntu (Created page with "<pre> sudo add-apt-repository ppa:fish-shell/release-3 sudo apt-get update sudo apt-get install fish </pre> Gets fish 3.3.1 as of now. <ref> https://newbedev.com/how-do-i-upda...")
- 00:25, 9 December 2021 Razzi talk contribs created page How to create an input to create articles in mediawiki (Created page with "<pre> <inputbox> type=create buttonlabel=Create page </inputbox> </pre> <ref>https://www.mediawiki.org/wiki/Help:Starting_a_new_page#Using_article_creation_template</ref>")
- 00:23, 9 December 2021 Razzi talk contribs moved page How to get soruce for debian package using apt to How to get source for debian package using apt without leaving a redirect
- 00:23, 9 December 2021 Razzi talk contribs created page How to get soruce for debian package using apt (Created page with " $ apt source emacs Reading package lists... Done E: You must put some 'deb-src' URIs in your sources.list Uncomment all the deb-src: $ sudo vi /etc/apt/sources.list $ s...")
- 23:56, 8 December 2021 Razzi talk contribs created page How to change shell to fish on unix (Created page with "Ensure /usr/bin/fish is on /etc/shells, then: chsh -s /usr/bin/fish Finally, logout and log back in. [untested]")
- 20:52, 8 December 2021 Razzi talk contribs created page How to create postgres role and database for ubuntu user (Created page with " sudo su - postgres createuser razzi createdb razzi")
- 15:58, 8 December 2021 Razzi talk contribs created page How to install g++ on ubuntu (make: g++: No such file or directory) (Created page with " sudo apt install build-essential")