Skip to content

Instantly share code, notes, and snippets.

@magdesign
Last active July 13, 2022 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdesign/64832ea7268ff0f5012f83d6fe2f7945 to your computer and use it in GitHub Desktop.
Save magdesign/64832ea7268ff0f5012f83d6fe2f7945 to your computer and use it in GitHub Desktop.
Pinephonepro to do on fresh install
new and updated version of this is here: https://codeberg.org/magdesign/Pinephone_Things2doAfterInstall/src/branch/main/README.md
things to do after fresh install of an os:
sudo nano /etc/fstab add noatime
# update system
sudo pacman -Syyu
# install pamac
sudo pacman -S pamac
#Install git
sudo pacman -S git
# enable ssh
sudo pacman -S openssh
sudo systemctl enable sshd.service
sudo systemctl start sshd.service
# install pwsafe
https://github.com/pwsafe/pwsafe/issues/863
# install Authenticator
sudo pacman -S numberstation
#compile touchpad emulator
https://gitlab.com/CalcProgrammer1/TouchpadEmulator/-/issues/11
# add modem firmware updater (not needed anymore)
sudo pacman -S gnome-firmware
(to update firmware, run gnome-firmware with sudo)
#support for all file formats
sudo pacman -S ntfs-3g
sudo pacman -S fuse-exfat
#multimedia drivers
sudo pacman -S gst-libav
#better music player
amberol
vvave
recorder (audiorecorder)
#install systemwide adblocker tblock
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-arm64.deb
sudo debtap pandoc-2.18-1-arm64.deb
sudo pacman -U pandoc
git clone https://aur.archlinux.org/tblock.git
cd tblock/
makepkg -si
#install tor browser
https://sourceforge.net/projects/tor-browser-ports/files/
or via firefox:
https://www.youtube.com/watch?v=CWtJLpTHkcU
#navigation
compile osmin:
https://github.com/magdesign/osmin/wiki/Installing
#create a cookie remover script:
see here: https://github.com/magdesign/pinephone_cookiecleaner
on Manjaro: rm ~/.local/share/KDE/angelfish/QtWebEngine/DefaultProfile/Cookies
on Mobian: rm -rf ~/.var/app/org.kde.angelfish/data/KDE/angelfish/QtWebEngine/DefaultProfile/Cookies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment