diff options
Diffstat (limited to 'org/linux-room.org')
-rw-r--r-- | org/linux-room.org | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/org/linux-room.org b/org/linux-room.org index b092dad..b62ff0f 100644 --- a/org/linux-room.org +++ b/org/linux-room.org @@ -131,13 +131,13 @@ support though I found a less bloated way. \\ Mount:\\ (enable run in terminal)\\ - =sudo cryptsetup luksOpen %v `basename %v`=\\ - =sudo mount --mkdir /dev/mapper/`basename %v` /media/`basename %v`=\\ + =cryptsetup luksOpen %v `basename %v`=\\ + =mount --mkdir /dev/mapper/`basename %v` /media/`basename %v`=\\ \\ Unmount:\\ - =sudo umount /media/`basename %v`=\\ - =sudo rmdir /media/`basename %v`=\\ - =sudo cryptsetup luksClose `basename %v`= + =umount /media/`basename %v`=\\ + =rmdir /media/`basename %v`=\\ + =cryptsetup luksClose `basename %v`= If you have issues un-mounting just close all tabs and give it a second. *** sftp @@ -225,8 +225,9 @@ elfeed. Its a funky xmpp/jabber client. Funky is just how I roll. A bunch of plugins and skins that are a big fuck you to your systems theme? *SIGN ME UP*. Well anyways by default it doesnt come with very many icons so get more resources -from [[https://github.com/psi-im/resources][psi resources]] and copy the =iconsets= directory to =/usr/share/psi-plus/= -or where ever psi+ keeps its iconsets on your system. +from [[https://github.com/psi-im/resources][psi resources]] and copy the =iconsets= directory (or everything) to +=/usr/share/psi-plus/= or where ever psi+ keeps its resources on your +system. If your on void you can use my psi+ package [[https://git.shittyweb.org/psi-plus-void/][here]] (: ** ePDFViewer :PROPERTIES: @@ -275,13 +276,21 @@ more. Both of them are going to struggle to use javascript heavy websites but its ok its I prefer disabling javascript whenever possible and using umatrix to only let in what the site needs to function. +*** Palemoon/Basilisk installing +:PROPERTIES: +:CUSTOM_ID: xul-installing +:END: +If your on void you can install my palemoon package [[https://git.shittyweb.org/palemoon-void/][here]]. I dont have a +basilisk package but you can quite easily make one yourself with my palemoon +template (that I stole). My void package already has timezone spoofing so you +dont need to run the scary commands below (: + *** Palemoon/Basilisk hardening :PROPERTIES: :CUSTOM_ID: xul-hardening :END: Even though they are about as good as browsers get these days the -developers are still stupidos so you should -[[https://spyware.neocities.org/guides/palemoon][follow this guide]]. +developers are still stupidos so you should [[https://spyware.neocities.org/guides/palemoon][follow this guide]]. Its also best you disable webrtc (only basilisk even supports webrtc out of the two) and webgl along with other hardening because even though they are based off older versions of firefox they still support the @@ -298,8 +307,7 @@ codeberg are better.\\ \\ You can timezone spoof by setting =TZ=UTC= before launching: #+begin_src shell - sudo -s - rm -rf /usr/bin/palemoon + rm /usr/bin/palemoon echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > /usr/bin/palemoon chmod +x /usr/bin/palemoon #+end_src @@ -388,7 +396,7 @@ font which can be installed with: #+begin_src shell wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip unzip Hack.zip -d Hack - sudo cp -r Hack /usr/share/fonts/ + cp -r Hack /usr/share/fonts/ #+end_src More nerd fonts can be found [[https://www.nerdfonts.com][here]]. |