User contributions for Razzi
Jump to navigation
Jump to search
9 December 2021
- 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
- 15:4915:49, 6 December 2021 diff hist +148 N 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:2013:20, 6 December 2021 diff hist +108 How to view inline diff with git show No edit summary current Tag: Visual edit
- 13:2013:20, 6 December 2021 diff hist +6 How to view inline diff with git show No edit summary Tag: Visual edit
- 13:1913:19, 6 December 2021 diff hist +21 N How to view inline diff with git show Created page with " git show --word-diff"
- 13:1313:13, 6 December 2021 diff hist +71 N How does go (for example docker ps) catch `ctrl-\`? Created page with "A clue: https://stackoverflow.com/questions/26747590/sigint-and-sigquit" current
- 12:3712:37, 6 December 2021 diff hist +86 N How to query file with jq Created page with " wikistats2 $ jq .engines package.json { "node": "10.24.0", "npm": "6.14.11" }" current
- 12:3612:36, 6 December 2021 diff hist +100 N 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" current
- 11:2411:24, 6 December 2021 diff hist +4 How to automatically source ~/.profile after editing it in fish shell No edit summary current
- 11:2411:24, 6 December 2021 diff hist +298 N 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:2011:20, 6 December 2021 diff hist +4 How to do whilespace-insensitive string compare in fish →See also current
- 11:1911:19, 6 December 2021 diff hist +396 N 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:1111:11, 6 December 2021 diff hist +33 N How to silence docker message "Use 'docker scan' to run Snyk tests against images" Created page with " export DOCKER_SCAN_SUGGEST=false" current
5 December 2021
- 01:5901:59, 5 December 2021 diff hist +576 Main Page →TODO Tag: Visual edit
- 01:5701:57, 5 December 2021 diff hist +61 Main Page →TODO Tag: Visual edit
- 01:5301:53, 5 December 2021 diff hist +74 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 No edit summary current Tag: Visual edit: Switched
- 01:5101:51, 5 December 2021 diff hist +227 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 No edit summary Tag: Visual edit
- 01:5001:50, 5 December 2021 diff hist +220 Thinkpiece: optimal global keyboard shortcuts No edit summary current Tag: Visual edit
- 01:4801:48, 5 December 2021 diff hist +6,128 N 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:1900:19, 5 December 2021 diff hist +1,333 N 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..."
3 December 2021
- 18:2818:28, 3 December 2021 diff hist +49 How to make apt install without prompt via config No edit summary current Tag: Visual edit
- 18:2818:28, 3 December 2021 diff hist −15 How to make apt install without prompt via config No edit summary Tag: Visual edit
- 18:0618:06, 3 December 2021 diff hist −109 How to list recent changes via wikitext template No edit summary current Tag: Visual edit
- 18:0418:04, 3 December 2021 diff hist +310 N How to list recent changes via wikitext template Created page with "<pre>{{Special:RecentChanges/10}}</pre> Looks like this {{Special:RecentChanges/10}} == See also == * https://www.mediawiki.org/w/index.php?title=Help:Recent_changes&hidebo..."
- 18:0118:01, 3 December 2021 diff hist +58 Main Page No edit summary