All public logs
From Lucca's Wiki
Jump to navigationJump to search
Combined display of all available logs of Lucca's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:28, 11 December 2024 Lucka talk contribs created page Bashrc/Zshrc Setup (Created page with "https://kirbfeels.gianluccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/.bashrc https://kirbfeels.gianluccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/.rc")
- 00:21, 3 November 2024 Lucka talk contribs created page Record Audio Files in the Command Line (Created page with " ffmpeg -f pulse -i default -codec:a flac filename")
- 03:48, 11 September 2024 Lucka talk contribs created page Screen Recording Options (Created page with "I just found out about this git page. It is a clone of shadowplay essentially and there is some very interesting info on the article. https://git.dec05eba.com/gpu-screen-recorder/about/")
- 23:35, 3 September 2024 Lucka talk contribs moved page Alpine on the Bulldozer NUC to Infared Reciever w/ Alpine on the Bulldozer Datto without leaving a redirect
- 18:47, 28 August 2024 Lucka talk contribs created page Type Unicode Characters (Created page with "You press this keycombo, it should place an underlined <code>u</code> Ctrl+Shift+U Then, type a code for your specific character, for instance 00FC<space> will get you a ΓΌ https://codepoints.net/")
- 19:52, 4 July 2024 Lucka talk contribs created page Split a monitor in two (Created page with " #!/bin/bash xrandr --delmonitor m1 xrandr --delmonitor m2 xrandr --setmonitor m1 727/1x1080/1+640+0 DisplayPort-0 xrandr --setmonitor m2 2880/1x1080/1+1600+0 none")
- 01:17, 1 June 2024 Lucka talk contribs deleted page Getting New Teams to install when it refuses to (content was: "Open Powershell as admin: <code>Add-ProvisionedAppPackage -Online -PackagePath "{PATH-TO-TEAMS}.msix" -SkipLicense</code>", and the only contributor was "45.27.172.161" (talk))
- 02:43, 23 May 2024 Lucka talk contribs created page Alpine on the Bulldozer NUC (Created page with "Had some issues with the bootloader, ended up using ventoy's "Local Boot" option to get into my alpine install and then manually installed grub using <code>grub-install</code>")
- 23:21, 16 May 2024 Lucka talk contribs deleted page ZEK Office Printers
- 11:37, 3 May 2024 Lucka talk contribs created page VFIO GPU Passthrough Setup (Created page with "/etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt modprobe.blacklist=nouveau,amdgpu,radeon" /etc/modprobe.d/vfio.conf: CHANGE IDS TO THOSE OF THE GPU (lspci -nnk) blacklist nouveau blacklist amdgpu blacklist radeon blacklist ohci-pci options nouveau modeset=0 options vfio_pci ids=10de:1b80,10de:10f0,1002:67ef,1002:aae0 set your igpu to the default in bios")
- 14:50, 24 April 2024 Lucka talk contribs created page Ungoogled Chromium Debian (Created page with " echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Sid/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium/Debian_Sid/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ungoogled_chromium.gpg > /dev/null sudo apt update sudo apt install ungoogled-chromium Sources: https://software.opensuse.org//download.html?p...")
- 04:57, 24 April 2024 Lucka talk contribs created page Xubuntu Mac Conversion Guide (Created page with "#!/bin/bash sudo apt install mate mate-tweak mate-applet-appmenu git #set cupertino theme in mate-tweak #move menu buttons to the left #reboot/logout to fix global menu cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Os-Catalina-gtk cd ~/.icons && git clone https://github.com/zayronxio/Os-Catalina-icons cd /usr/share/themes && sudo git clone https://github.com/zayronxio/Mkosbigsur-gtk.git cd /usr/share/themes/Mkosbigsur-gtk/metacity-1/ sudo touch meta...")
- 04:48, 24 April 2024 Lucka talk contribs created page Useful Commands (Created page with "<code>docker rmi -f $(docker images -a -q)</code>")
- 23:28, 24 February 2024 Lucka talk contribs created page Running Jellyfin on an unprivileged LXC proxmox container (Created page with "THIS POST WAS TAKEN FROM REDDIT: https://old.reddit.com/r/jellyfin/comments/ul0i1a/running_jellyfin_on_lxc_unprivileged_promox_with/ <hr> Hi Folks, just want to share how i managed to run Jellyfin on Proxmox LXC in an unprivileged container. Maybe not everything is necessary (specially the part about drivers), but what i described is working so far. Links https://bookstack.swigg.net/books/linux/page/lxc-gpu-access ---> great source that i use for ID mapping, but se...")
- 15:32, 23 February 2024 Lucka talk contribs moved page Installing MacOS On Proxmox to Installing MacOS Sonoma On Proxmox
- 15:03, 23 February 2024 Lucka talk contribs created page Installing MacOS On Proxmox (Created page with "This is a guide showcasing how to install MacOS [sonoma] on Proxmox.")