📝 Made note to install debuginfod
This commit is contained in:
parent
4f76ec7166
commit
ddcb8e5e1b
1 changed files with 2 additions and 49 deletions
51
updates.txt
51
updates.txt
|
|
@ -16,16 +16,6 @@ ls | pick | xargs bat # will give you a choice of the files from ls, pick displa
|
|||
|
||||
https://medium.com/techie-delight/top-25-algorithms-every-programmer-should-know-373246b4881b
|
||||
|
||||
Look up the select command (online, man page is not as helpful). It makes a nice simple selectio menu for your users in bash
|
||||
|
||||
Install expac
|
||||
|
||||
doas pacman -S expac
|
||||
|
||||
Install pkgtop
|
||||
|
||||
curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so - | sudo tee /usr/local/bin/pkgtop > /dev/null
|
||||
|
||||
sudo chmod 755 /usr/local/bin/pkgtop
|
||||
|
||||
Finally figured out how to get language servers working neovim, you have to npm install -g each of them from ~/.local/nvim/share/lsp-servers (note that there is still work to be done here...)
|
||||
|
|
@ -35,43 +25,6 @@ Download and install in virtmanager Windows 10 iso (for purposes of software tes
|
|||
Use this site (microsoft only has .exe now... 64 bit, version 21H2)
|
||||
https://www.itechtics.com/windows-10-download-iso/
|
||||
|
||||
Install Measure-It on Chromium using crxextractor.com
|
||||
Install debuginfod (only debugger query tool)
|
||||
|
||||
Go to google web store
|
||||
|
||||
search Measure-It
|
||||
|
||||
Copy URL
|
||||
|
||||
Go to crxextractor.com
|
||||
|
||||
Use Get For Free and paste URL into input field
|
||||
|
||||
Download crx
|
||||
|
||||
Open PCManFM and navigate to Downloads folder
|
||||
|
||||
Open Chromium Settings and go to Extensions
|
||||
|
||||
Drag and drop downloaded crx from PCManFM to Chromium's Extensions page
|
||||
|
||||
Enable it in Incognito Mode
|
||||
|
||||
Pin it to the extensions bar
|
||||
|
||||
Allow duckduckgo to not clear cookies in librewolf, adjust preferences, and try DDG lite again (still a bit strange, but works for the most part).
|
||||
|
||||
Install zellij (terminal multiplexer, more user friendly than tmux):
|
||||
|
||||
doas pacman -S zellij
|
||||
|
||||
Install certbot (for automating ssl certifications)
|
||||
|
||||
Issues may occur with upgrading with pacman -Syu, intel-oneapi is on the fritz...
|
||||
|
||||
If needed add to /etc/pacman.conf:
|
||||
|
||||
IgnorePkg = intel-oneapi-compiler-dpcpp-cpp-runtime
|
||||
IgnorePkg = intel-oneapi-openmp
|
||||
|
||||
Then once updated, uncomment them, and try...it worked on desktop for some unknown reason...
|
||||
doas pacman -S debuginfod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue