Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

11 Ways to Improve Your Privacy
It'sFOSS ^ | 30 April 2023 | Ankush Das

Posted on 05/05/2023 5:32:58 AM PDT by ShadowAce

click here to read article


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-66 last
To: Openurmind

Read...


61 posted on 05/06/2023 7:43:25 AM PDT by Openurmind (The ultimate test of a moral society is the kind of world it leaves to its children. ~ D. Bonhoeffer)
[ Post Reply | Private Reply | To 60 | View Replies]

To: Openurmind

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.


62 posted on 05/06/2023 8:32:37 AM PDT by Bob434 (question )
[ Post Reply | Private Reply | To 60 | View Replies]

To: ShadowAce

bump


63 posted on 05/06/2023 3:16:47 PM PDT by Albion Wilde (“There is no good government at all & none possible.”--Mark Twain)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Bob434
#!/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.

64 posted on 05/06/2023 3:50:29 PM PDT by ShadowAce (Linux - The Ultimate Windows Service Pack )
[ Post Reply | Private Reply | To 59 | View Replies]

To: ShadowAce

thnak you very much for that- I will give it a go


65 posted on 05/06/2023 8:34:45 PM PDT by Bob434 (question )
[ Post Reply | Private Reply | To 64 | View Replies]

To: Albion Wilde

Another bump.


66 posted on 05/17/2023 5:25:34 PM PDT by Albion Wilde (“There is no good government at all & none possible.”--Mark Twain)
[ Post Reply | Private Reply | To 1 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-66 last

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.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson