User contributions for Razzi
Jump to navigation
Jump to search
21 December 2021
- 13:4213: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
- 13:2813:28, 21 December 2021 diff hist +37 Main Page →Links Tag: Visual edit
- 13:0913:09, 21 December 2021 diff hist +165 Thoughts No edit summary Tag: Visual edit
- 12:2312:23, 21 December 2021 diff hist +44 Main Page No edit summary
20 December 2021
- 16:0116:01, 20 December 2021 diff hist −23 How to get random number in fish shell No edit summary current
- 15:1415:14, 20 December 2021 diff hist +147 How to get random number in fish shell No edit summary Tag: Visual edit
- 14:4714:47, 20 December 2021 diff hist +7 N How to get random number in fish shell Created page with " random"
- 13:5313: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
- 15:2115: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>..."
- 14:0514: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
- 16:5616: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..."
- 13:2313: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
- 01:5901:59, 16 December 2021 diff hist +5 It's time for more intuitive command line movements No edit summary Tag: Visual edit
- 01:5901: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
- 15:1515: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
- 15:1515: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"
- 15:0615: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
- 01:3201:32, 15 December 2021 diff hist +283 How to upgrade fish on ubuntu No edit summary current Tag: Visual edit
14 December 2021
- 23:0123:01, 14 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
- 22:3422: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
- 12:1912:19, 14 December 2021 diff hist +31 Links No edit summary Tag: Visual edit
9 December 2021
- 01:1901:19, 9 December 2021 diff hist +184 Thoughts No edit summary
- 00:3800: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..."
- 00:2500:25, 9 December 2021 diff hist −119 Main Page →TODO How to Tag: Visual edit
- 00:2500: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
- 00:2300: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
- 00:2300: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..."
8 December 2021
- 23:5623:56, 8 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
- 21:4821:48, 8 December 2021 diff hist +39 Main Page →TODO How to Tag: Visual edit
- 21:4121:41, 8 December 2021 diff hist +141 Thoughts No edit summary Tag: Visual edit
- 20:5220: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
- 17:1017:10, 8 December 2021 diff hist +116 Main Page →TODO How to Tag: Visual edit
- 16:5816:58, 8 December 2021 diff hist +164 Thoughts No edit summary Tag: Visual edit
- 15:5815: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
- 14:4814:48, 8 December 2021 diff hist +49 Main Page →TODO How to Tag: Visual edit
- 13:3013: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
- 13:1113:11, 8 December 2021 diff hist +46 Links No edit summary Tag: Visual edit
- 12:0912: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
- 12:0812:08, 8 December 2021 diff hist +14 Main Page →Links Tag: Visual edit
- 01:3501:35, 8 December 2021 diff hist +39 Links No edit summary Tag: Visual edit
7 December 2021
- 23:3923:39, 7 December 2021 diff hist +49 Main Page No edit summary Tag: Visual edit
- 10:5910:59, 7 December 2021 diff hist +98 Links No edit summary Tag: Visual edit
- 01:2301: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
- 00:3300:33, 7 December 2021 diff hist +46 Links No edit summary
- 00:3000:30, 7 December 2021 diff hist +49 Links No edit summary Tag: Visual edit
- 00:2800:28, 7 December 2021 diff hist +212 N 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:0700:07, 7 December 2021 diff hist +98 N How to disable paging for man Created page with " export MANPAGER=cat thumb|The cat (1905) (14569302437)" current
6 December 2021
- 16:2716:27, 6 December 2021 diff hist +164 Main Page →TODO Tag: Visual edit
- 16:2316:23, 6 December 2021 diff hist +304 N 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..." current
- 16:1416:14, 6 December 2021 diff hist +54 Main Page →TODO How to Tag: Visual edit