Posted on 05/05/2023 5:32:58 AM PDT by ShadowAce
Read...
I’ve tried it before- was pretty confusing to me. I even tried the “dd” backup method but I musta done something wrong as it didn’t work when I tried restoring. I do have the free macrium reflect but I’m not sure how it works on dual boot system.
I shoukd probably try an old cheap laptop to experiment with stuff like this on.
bump
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
cp /home/ShadowAce/ShadowAce-user /etc/sudoers.d/.
cat /home/ShadowAce/fstab >> /etc/fstab
hostnamectl set-hostname <hostname>
# The following four lines are to enable NordVPN to work properly
#sysctl -w net.ipv6.conf.all.disable_ipv6=1
#sysctl -w net.ipv6.conf.default.disable_ipv6=1
#echo "net.ipv6.conf.all.disable_ipv6=1" >> /etc/sysctl.conf
#echo "net.ipv6.conf.default.disable_ipv6=1" >> /etc/sysctl.conf
git clone https://github.com/pop-os/pop.git
mkdir /usr/share/backgrounds/images
mkdir /mnt/{TV,movies}
cp -r /home/ShadowAce/Downloads/wallpaper/*.jpg /usr/share/backgrounds/images/.
#add-apt-repository ppa:libreoffice/ppa
#add-apt-repository ppa:videolan/stable-daily
apt-add-repository ppa:lucioc/sayonara
apt -y install /home/ShadowAce/Downloads/nordvpn-release_1.0.0_all.deb
apt -y install xfsprogs xfsdump attr quota
apt update
apt -y full-upgrade --allow-downgrades
apt -y install nordvpn exa
apt -y install kde-standard
apt -y install tuned terminator vim transmission rdesktop flameshot
apt -y install pidgin pidgin-sipe python3-pip expect tcl ffmpeg mediainfo vlc xsane xsane-common
apt -y install sayonara nfs-kernel-server shellcheck shc
apt -y install xscreensave* hpli*
apt -y install freerdp2-x11
apt -y install /home/ShadowAce/Downloads/zoom_amd64.deb
apt -y install /home/ShadowAce/Downloads/icaclient_21.6.0.28_amd64.deb
systemctl set-default graphical.target
pip3 install bpytop
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp
ln -s /usr/bin/python3.8 /usr/bin/python
systemctl enable nordvpnd
apt -y autoremove --purge
#reboot
If you have any questions about it, don't hesitate to ask.
I have (obviously) replaced my actual username with my FR name. Also, I replaced my actual hostname with the tag, so you'll have to edit it for those items.
thnak you very much for that- I will give it a go
Another bump.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.