User contributions for Razzi
Jump to navigation
Jump to search
4 January 2022
- 02:2002: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
- 02:1902:19, 4 January 2022 diff hist +57 Main Page →Links Tag: Visual edit
31 December 2021
- 22:5822: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
- 18:1518:15, 30 December 2021 diff hist +243 Services to watch in 2022 idk wip current Tag: Visual edit
- 14:4714:47, 30 December 2021 diff hist 0 Services to watch in 2022 No edit summary
- 14:4614: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
- 17:1217: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
- 14:4214:42, 21 December 2021 diff hist +4,040 N 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..." current Tag: Visual edit
- 14:2814:28, 21 December 2021 diff hist +37 Main Page →Links Tag: Visual edit
- 14:0914:09, 21 December 2021 diff hist +165 Thoughts No edit summary Tag: Visual edit
- 13:2313:23, 21 December 2021 diff hist +44 Main Page No edit summary
20 December 2021
- 17:0117:01, 20 December 2021 diff hist −23 How to get random number in fish shell No edit summary current
- 16:1416:14, 20 December 2021 diff hist +147 How to get random number in fish shell No edit summary Tag: Visual edit
- 15:4715:47, 20 December 2021 diff hist +7 N How to get random number in fish shell Created page with " random"
- 14:5314:53, 20 December 2021 diff hist 0 m How to remap shift escape to tilde on Ubuntu Razzi moved page How to remap shift escape to tildeon Ubuntu to How to remap shift escape to tilde on Ubuntu without leaving a redirect current
18 December 2021
- 16:2116:21, 18 December 2021 diff hist +283 N How to remap shift escape to tilde on 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>..."
- 15:0515:05, 18 December 2021 diff hist +152 N 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>" current
17 December 2021
- 17:5617:56, 17 December 2021 diff hist +299 N Rejected 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..."
- 14:2314:23, 17 December 2021 diff hist +486 N 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 -..." current Tag: Visual edit: Switched
16 December 2021
- 02:5902:59, 16 December 2021 diff hist +5 It's time for more intuitive command line movements No edit summary Tag: Visual edit
- 02:5902:59, 16 December 2021 diff hist +1,712 N 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 December 2021
- 16:1516:15, 15 December 2021 diff hist 0 m How to limit depth with tree command Razzi moved page Tree limit depth to How to limit depth with tree command without leaving a redirect current
- 16:1516:15, 15 December 2021 diff hist +81 N How to limit depth with tree command Created page with " sandbox $ tree -L 2 . ├── dir-a │ └── dir-b └── file"
- 16:0616:06, 15 December 2021 diff hist +239 N 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..." current
- 02:3202:32, 15 December 2021 diff hist +283 How to upgrade fish on ubuntu No edit summary current Tag: Visual edit
- 00:0100:01, 15 December 2021 diff hist +78 N How to check systemd user service file Created page with " systemd-analyze verify --user ~/.local/share/systemd/user/keybindings.service" current
14 December 2021
- 23:3423:34, 14 December 2021 diff hist +193 N 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..." current
- 13:1913:19, 14 December 2021 diff hist +31 Links No edit summary Tag: Visual edit
9 December 2021
- 02:1902:19, 9 December 2021 diff hist +184 Thoughts No edit summary
- 01:3801:38, 9 December 2021 diff hist +216 N 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..."
- 01:2501:25, 9 December 2021 diff hist −119 Main Page →TODO How to Tag: Visual edit
- 01:2501:25, 9 December 2021 diff hist +171 N 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>" current
- 01:2301:23, 9 December 2021 diff hist 0 m How to get source for debian package using apt Razzi 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 current
- 01:2301:23, 9 December 2021 diff hist +328 N How to get source 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..."
- 00:5600:56, 9 December 2021 diff hist +115 N 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]" current
8 December 2021
- 22:4822:48, 8 December 2021 diff hist +39 Main Page →TODO How to Tag: Visual edit
- 22:4122:41, 8 December 2021 diff hist +141 Thoughts No edit summary Tag: Visual edit
- 21:5221:52, 8 December 2021 diff hist +53 N How to create postgres role and database for ubuntu user Created page with " sudo su - postgres createuser razzi createdb razzi" current
- 18:1018:10, 8 December 2021 diff hist +116 Main Page →TODO How to Tag: Visual edit
- 17:5817:58, 8 December 2021 diff hist +164 Thoughts No edit summary Tag: Visual edit
- 16:5816:58, 8 December 2021 diff hist +33 N How to install g++ on ubuntu (make: g++: No such file or directory) Created page with " sudo apt install build-essential" current
- 15:4815:48, 8 December 2021 diff hist +49 Main Page →TODO How to Tag: Visual edit
- 14:3014:30, 8 December 2021 diff hist +154 N 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>" current
- 14:1114:11, 8 December 2021 diff hist +46 Links No edit summary Tag: Visual edit
- 13:0913:09, 8 December 2021 diff hist +593 N 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
- 13:0813:08, 8 December 2021 diff hist +14 Main Page →Links Tag: Visual edit
- 02:3502:35, 8 December 2021 diff hist +39 Links No edit summary Tag: Visual edit
- 00:3900:39, 8 December 2021 diff hist +49 Main Page No edit summary Tag: Visual edit
7 December 2021
- 11:5911:59, 7 December 2021 diff hist +98 Links No edit summary Tag: Visual edit
- 02:2302:23, 7 December 2021 diff hist +55 N How to pipe to clipboard ubuntu Created page with " cat ~/.ssh/id_ed25519.pub | xclip -selection clipboard" current