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).
- 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 -...")
- 21:04, 27 December 2021 172.69.71.33 talk created page Wikiblog: Away messages, status updates (Created page with "AIM had this feature where you could set an "away" message. Nowadays none of the social apps have this feature. Essentially I use sms to communicate with people, which is olde...") Tag: Visual edit
- 16:59, 27 December 2021 User account Razziblog talk contribs was created
- 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")
- 13:30, 8 December 2021 Razzi talk contribs created page How to sudo without typing password (Created page with " echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER <ref>https://askubuntu.com/questions/147241/execute-sudo-without-password</ref>")
- 12:09, 8 December 2021 Razzi talk contribs created page Thoughts (Created page with "For new services, make multiple accounts the rule, not the exception. Example: google calendar shows 1 user at a time by default, where you could theoretically be logged in as...") Tag: Visual edit
- 01:25, 7 December 2021 Razzi talk contribs deleted page Firefox (content was: "It's a browser. Wowser!", and the only contributor was "Razzi" (talk))
- 01:23, 7 December 2021 Razzi talk contribs created page How to pipe to clipboard ubuntu (Created page with " cat ~/.ssh/id_ed25519.pub | xclip -selection clipboard")
- 00:28, 7 December 2021 Razzi talk contribs created page Links (Created page with "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/qui...")
- 00:07, 7 December 2021 Razzi talk contribs created page How to disable paging for man (Created page with " export MANPAGER=cat thumb|The cat (1905) (14569302437)")
- 16:23, 6 December 2021 Razzi talk contribs created page Docker cli wrapper niceties (Created page with "Default to current dir for docker build: doc build -> docker build . Show prefix of unique container id Show less info for docker ps by default add status command which sho...")
- 15:49, 6 December 2021 Razzi talk contribs created page People Razzi follows (Created page with "https://ridiculousfish.com/ https://kennethreitz.org/ http://armin.ronacher.eu/ http://geemus.com/ https://brooklynhacker.com/ https://mek.fyi/") Tag: Visual edit
- 13:19, 6 December 2021 Razzi talk contribs created page How to view inline diff with git show (Created page with " git show --word-diff")
- 13:13, 6 December 2021 Razzi talk contribs created page How does go (for example docker ps) catch `ctrl-\`? (Created page with "A clue: https://stackoverflow.com/questions/26747590/sigint-and-sigquit")
- 12:37, 6 December 2021 Razzi talk contribs created page How to query file with jq (Created page with " wikistats2 $ jq .engines package.json { "node": "10.24.0", "npm": "6.14.11" }")
- 12:36, 6 December 2021 Razzi talk contribs created page How to configure microphone from command line on MacOS (Created page with "Would be great. Ideally it also shows the volume level, does record / playback to test audio quality")
- 11:24, 6 December 2021 Razzi talk contribs created page How to automatically source ~/.profile after editing it in fish shell (Created page with "<pre> function postexec_source_profile --on-event fish_postexec if test (echo "$argv" | string trim) = "$EDITOR ~/.profile" echo -n 'Sourcing .profile... '...")
- 11:19, 6 December 2021 Razzi talk contribs created page How to do whilespace-insensitive string compare in fish (Created page with "The problem: test "a b " = "a b" exits with 1; this comes up with `fish_postexec`: if test "$argv" = "$EDITOR ~/.profile" -> test vim ~/.profile = vim ~/.profile whic...")
- 11:11, 6 December 2021 Razzi talk contribs created page How to silence docker message "Use 'docker scan' to run Snyk tests against images" (Created page with " export DOCKER_SCAN_SUGGEST=false")
- 01:48, 5 December 2021 Razzi talk contribs created page Thinkpiece: optimal global keyboard shortcuts (Created page with "A modern operating system desktop environment can have many levels of nested applications when it comes to keyboard shortcuts. There's the core kernel keybinding handling (for...") Tag: Visual edit
- 00:19, 5 December 2021 Razzi talk contribs created page How to silence mediawiki warning "You have followed a link to a page that does not exist yet" when creating a page with visual editor (Created page with "https://wiki.abuissa.net/api.php?action=visualeditor&format=json&paction=parse&page=Rerere&uselang=en&formatversion=2 has the response: <pre> { "visualeditor": { "resul...")