Last active
July 13, 2022 14:58
-
-
Save magdesign/64832ea7268ff0f5012f83d6fe2f7945 to your computer and use it in GitHub Desktop.
Pinephonepro to do on fresh install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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