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).
- 12:46, 14 August 2023 Razzi talk contribs created page Blog: 2023-08-14 (Created page with "Setting up a fresh debian server on digitalocean to be a python application server. Upon login it prompted for the password, which was having trouble pasting any method other...")
- 21:57, 12 August 2023 Razzi talk contribs created page Blog: 2023-08-13 (Created page with "Trying to get asdf working in docker, this example is useful to get rid of all the hacks: https://github.com/asdf-community/asdf-ubuntu")
- 00:25, 12 August 2023 Razzi talk contribs created page Blog: 2023-08-12 (Created page with "up late... have some progress in weave replacing docker with podman, didn't feel like pressing forward with docker's bespoke installer. Podman seems to be working ok as a drop...")
- 00:08, 11 August 2023 Razzi talk contribs created page Blog: 2023-08-11 (Created page with "I got vagrant running on wsl using virtualbox as a provider - the problem was my firewall https://github.com/Karandash8/virtualbox_WSL2/issues/1 Disabling the firewall entire...")
- 12:24, 9 August 2023 Razzi talk contribs created page Weave technologies reflection (Created page with "If I were to make weave again, I'd definitely make the application functional without javascript. That's probably the biggest change, and it'd be end user facing. Other than...")
- 23:50, 6 August 2023 Razzi talk contribs created page Blog: 2023-08-07 (Created page with "Currently waiting on nushell to download, straight from cargo. Apparently it hasn't been packaged for debian/ubuntu, which is a bit surprising. That might be a worthwhile proj...")
- 01:37, 1 August 2023 Razzi talk contribs created page Blog: 2023-08-01 (Created page with "Hacking on rust and having fun, while trying to debug this fish issue https://github.com/fish-shell/fish-shell/issues/7944 In this commit https://github.com/fish-shell/fish-s...")
- 13:03, 31 July 2023 Razzi talk contribs created page Blog: 2023-07-31 (Created page with "Stumbled upon this fish issue with tab completions and files with uppercasing: https://github.com/fish-shell/fish-shell/issues/7944 My use case was to view a CODE_OF_CONDUCT....")
- 08:55, 21 July 2023 Razzi talk contribs created page Blog: 2023-07-21 (Created page with "Incredible... I finally have the vim terminal editor functionality working. First I fixed the pwd issue by looking into autoshelldir. Then I realized I learned about :enew and...")
- 22:17, 19 July 2023 Razzi talk contribs moved page Talk:How to Deploy a Website in 3 Ways to Presentation: How to Deploy a Website in 3 Ways without leaving a redirect
- 22:16, 19 July 2023 Razzi talk contribs moved page How to Deploy a Website in 3 Ways to Talk:How to Deploy a Website in 3 Ways without leaving a redirect
- 20:04, 19 July 2023 Razzi talk contribs created page Blog: 2023-07-20 (Created page with "Sort bug is know, I guess: https://stackoverflow.com/questions/58852181/linux-whole-line-sort-does-not-sort-correctly I was seeing it on lines like: tnoremap <C-@>[ <C-@>N...")
- 01:18, 19 July 2023 Razzi talk contribs created page Blog: 2023-07-19 (Created page with "It's getting late ~~ and I'm stuck trying to scratch a particular itch, yet one I have felt many times... clone-cd git clone <somerepo> The problem is I copy urls from the...")
- 17:51, 18 July 2023 Razzi talk contribs created page Blog: 2023-07-18 (Created page with "List installed debian packages by size dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n [https://unix.stackexchange.com/questions/40442/which-installed-software-pa...")
- 13:28, 17 July 2023 Razzi talk contribs created page Blog: 2023-07-17 (Created page with "Discovered diskernet today, looks aight though rough, and there seems to be an associated commercial product browserbox")
- 17:18, 14 July 2023 Razzi talk contribs created page Blog: 2023-07-14 (Created page with "Finally got the vim terminal integration thing working, with a hardcoded arg, but should be easy from the shell side to make it use a $variable. fish function vcall echo...")
- 17:48, 12 July 2023 Razzi talk contribs created page Blog: 2023-07-12 (Created page with "Still hacking on vim as a terminal window manager. Think it'll work well enough to open a new file in a new tab, rather than in the same window as the terminal. Then when the...")
- 17:30, 10 July 2023 Razzi talk contribs created page Blog: 2023-07-10 (Created page with "Adding a control+b feature to fjord. As I do so I realize that the vim terminal opens a nested vim instance which makes the vim command line really confusing. Looks like one...")
- 19:05, 5 July 2023 Razzi talk contribs moved page Quest: run unmodified Debian on Framework to Completed Quest: run unmodified Debian on Framework
- 18:49, 5 July 2023 Razzi talk contribs created page Guide to pass (Created page with "Pass (https://www.passwordstore.org/) is solid, has some rough edges but it's free and the best password manager I've used so far. I have a wrapper that does get-or-create for...")
- 13:15, 5 July 2023 Razzi talk contribs created page Guide to vim (Created page with "Specifically this is about how to use vim as a window manager, since I'm tired of tmux First open a file and a vim terminal in 1 command: vim file +term then control+space...")
- 12:39, 5 July 2023 Razzi talk contribs created page Guide to alacritty (Created page with "Alacritty is great, it's performant and a simple application: defaults are ok and the config uses a file on disk rather than a gui. The config file is changing from yaml to t...")
- 12:35, 5 July 2023 Razzi talk contribs created page Guide to ruby (Created page with "I don't really use ruby but here's some info because projects I use, use ruby. When I install jekyll I get a warning about the user gem directory not being on path: $ gem i...")
- 23:04, 28 June 2023 Razzi talk contribs created page Blog: 2023-06-29 (Created page with "Ok I got emacs compiled learned about pkg-config, use this to get the flags for c compiler: <pre> gtk-learn $ cat Makefile all: hello-world-gtk hello-world-gtk: hello-world...")
- 14:07, 28 June 2023 Razzi talk contribs created page Technology takes (Created page with "Here is an alphabetical list of technologies and how I feel about them. Python - solid, has some unfortunate legacy holdovers c - amazing, some of the best software I use us...")
- 20:30, 27 June 2023 Razzi talk contribs created page Blog: 2023-06-28 (Created page with "Reading up on https://www.nushell.sh/book/, it's got the nice structured-data approach from powershell. But I like fish's interactivity. Maybe it has a good user interface too...")
- 13:26, 21 June 2023 Razzi talk contribs created page Blog: 2023-06-21 (Created page with "Created desktop file for alacritty, there's one in the github repo. Put it in ~/.local/share/applications. Disabled overview at startup in debian by gnome extension. Clicking...")
- 12:45, 16 June 2023 Razzi talk contribs created page How to install experimental rust version on debian (Created page with "Currently rust is 1.63 on debian, but alacritty wants 1.64. So I enable the "experimental" repository: echo deb https://deb.debian.org/debian experimental main | sudo tee /e...")
- 11:57, 16 June 2023 Razzi talk contribs created page How to adjust mouse scroll speed for libinput (Created page with "The default scroll speed for libinput which is used by debian is really fast. To slow it down, install https://gitlab.com/warningnonpotablewater/libinput-config and add a line...")
- 19:08, 15 June 2023 Razzi talk contribs created page Blog: 2023-06-16 (Created page with "Convert git repository to shallow: https://stackoverflow.com/questions/4698759/converting-git-repository-to-shallow")
- 23:40, 13 June 2023 Razzi talk contribs created page Blog: 2023-06-14 (Created page with "Got php redirects to work, what a hassle... Solution was to put the following in <code>/etc/apache2/sites-available/000-default.conf</code>: <pre> RewriteEngine On Rewri...")
- 11:32, 13 June 2023 Razzi talk contribs created page Blog: 2023-06-13 (Created page with "Using vim as a terminal manager = Open vim with terminal = vim -c ':term ++curwin' This also hints at how to open the terminal "fullscreen": :term ++curwin = remap <C-w...")
- 14:07, 7 June 2023 Razzi talk contribs created page Blog: 2023-06-07 (Created page with "Ok, I'm finally customizing ubuntu. Switching from the default `x-terminal-emulator` to the more performant and sleeker alacritty. Did this using `ccsm`, use the search funct...")
- 11:43, 6 June 2023 Razzi talk contribs deleted page Super google fit (content was: "== super google fit == http://google.fi/ http://google.fi/", and the only contributor was "172.69.65.33" (talk))
- 03:03, 5 June 2023 Razzi talk contribs created page Project ideas (Created page with "* store typo fixes and apply these in command line, browser, editor * editor extension to read a file in whatever syntax it is, then use a formatter to edit in your preferred...")
- 10:50, 15 April 2023 Razzi talk contribs created page Hidden shell tips (Created page with "* comma trick to rename")
- 21:04, 12 April 2023 Razzi talk contribs created page Blog: 2023-04-13 (Created page with "Idea: a nontechnical guide to web presence, about how stuff like hostgator is wack, how you want a domain with a registrar that doesn't suck, how that could be your only cost...")
- 23:14, 9 April 2023 Razzi talk contribs created page Blog: 2023-04-10 (Created page with "LINK ROLL UP! https://github.com/justinbarclay/parinfer-rust-mode https://icsummerleague.weebly.com/about.html https://github.com/ctford/vim-fireplace-easy https://github.com...")
- 22:31, 9 April 2023 Razzi talk contribs created page How I got the latest clojure, java, leiningen versions on ubuntu (Created page with "Installing the latest jdk in the ubuntu packages, with the clojure there, with leiningen also from apt, gave a warning every time I invoked leiningen. No good! Following the...")
- 21:38, 9 April 2023 Razzi talk contribs created page Problem: vim packages (Created page with "Vim has some plugins that are for managing plugins, to solve this bootstrapping problem. In the past I've used and liked Plug.vim. However these days I manage vim plugins in...")
- 12:02, 9 April 2023 Razzi talk contribs created page How to go to root terminal screen in ubuntu (Created page with " ctrl+alt+f1 Then to get back to the desktop environment ctrl+alt+f3")
- 00:10, 8 April 2023 Razzi talk contribs created page Blog: 2023-04-08 (Created page with "farming... it spans the most bougie and the most primitive thinking about starting to collect temperature data in the greenhouse etc cool https://www.soulfirefarm.org/get-in...")
- 04:14, 22 March 2023 Razzi talk contribs created page Blog: 2023-03-22 (Created page with "Ok new app: leaderless file backup system Will it have versions backed up? probably not https://radicle.xyz is a github competitor, I like the sourcehut design pretty good e...")
- 01:40, 22 March 2023 Razzi talk contribs deleted page Google francja (content was: "== google francja == http://google.fr/ http://google.fr", and the only contributor was "172.69.65.36" (talk))
- 02:07, 17 March 2023 Razzi talk contribs deleted page Reduslim - Kann Eine Kleine Kapsel Beim Abnehmen Helfen (content was: "<br> Darüber hinaus gibt es keinerlei Aussagen seitens des Herstellers von Reduslim oder des Produzenten der Sendung zu diesem Thema. 98% stellten fest, [https://mediawiki.erabakerydesign.com/index.php/Utilisateur:EdgardoLundgren Reduslim] dass übergewicht nicht zurück, auch nach einem halben Jahr nach Abschluss des Kurses. Dabei gibt es keine Einschränkung...", and the only contributor was "WilbertTubb0" (talk))
- 02:07, 17 March 2023 Razzi talk contribs deleted page Tabletten Reduslim Zur Gewichtsreduktion - Beschreibung Anleitung Zusammensetzung Bewertungen (content was: "<br> Der Hersteller empfiehlt die [https://reduslim.at/ Reduslim] Einnahme von zwei Kapseln täglich, [https://dungeoncrusher.net/index.php/St%C3%A4ndig_Zu_Wenig_Schlaf_N%C3%A4chtliche_%C3%BCberessen Reduslim] die vor den Mahlzeiten (morgens und abends) erfolgen soll. Durch die regelmäßige Einnahme des Produktes soll auch der Stoffwechsel angeregt werden. Bet...", and the only contributor was "WilbertTubb0" (talk))
- 02:07, 17 March 2023 Razzi talk contribs deleted page Как Быстро Сгрести Листву Во Дворе (content was: "Как быстро сгрести листву во дворе? <br><br>Осенние листья очень красивы, но их уборка может стать мучением. Как только вы почувствуете, что все под контролем, на вас посыплется новая порция листьев. Это руководство покажет вам, как быстро сгребать листву во дворе, что...")
- 02:07, 17 March 2023 Razzi talk contribs deleted page Куплю Диплом Гознак51 (content was: "Выберем Вуз для диплома недорого. 6. Мы используем только оригинальные формы ГОЗНАК. Большинство компаний гордятся качеством своей продукции, но часто используют готовые бланки, которые легко о...", and the only contributor was "MeredithShenton" (talk))
- 02:07, 17 March 2023 Razzi talk contribs deleted page Дипломы В Самаре69 (content was: "Нашла колледж для диплома на бланке ГОЗНАК. Главный секрет в том, что для выдачи [http://diplomsbesst.com/samara/ дипломы в самаре] диплома на бланке ГОЗНАКа необходимо дорогостоящее оборудование, которое обслуж...", and the only contributor was "JavierQ757406" (talk))
- 02:07, 17 March 2023 Razzi talk contribs deleted page Дипломы В Новокузнецке Недорого78 (content was: "Выбрал университет для диплома в любом городе. Откуда берутся крупные клиенты? Зачем нужно больше десятка дипломов по разным специальностям и ничего, кроме лет? Откроем маленький секрет. Во-первых, ка...", and the only contributor was "GerardRios0" (talk))