gksu leafpadAdd the following line:[filename]
[vpn-secrets]Where xxxxxxxx is your VPN password. Save file.
password=xxxxxxxx
gksu leafpadAdd the following line:[filename]
[vpn-secrets]Where xxxxxxxx is your VPN password. Save file.
password=xxxxxxxx
nameserver 78.46.223.24If there are any more, delete them, and then make the resolv.conf file immutable with the following command:
nameserver 162.242.211.137
sudo chattr +i /etc/resolv.confReboot. To reverse the process:
suEnter preferred DNS servers and make file immutable again:
chattr -i /etc/resolv.conf
nano /etc/resolv.conf
chattr +i /etc/resolv.conf
balooctl disableTo check Baloo's status:
balooctl statusTo re-enable Baloo:
balooctl anable
sudo pacman -S gdm
sudo systemctl disable lightdm
sudo systemctl enable gdm
mate-default-applications-properties.Go to System tab and change file manager option to whatever you like.
x-scheme-handler/magnet=transmission-gtk.desktopYou can confirm the new settings by typing into a terminal:
xdg-mime query default x-scheme-handler/magnet
Numlock: value=true
RestoreNumlock: value=true
blkidMount it.
mount /dev/sda5 /mntChange root directory.
mount -t proc proc /mnt/pro
mount -t sysfs sys /mnt/sys
mount -o bind /dev /mnt/dev
mount -t devpts pts /mnt/dev/pts/chroot /mnt Install mtools and os-prober.
pacman -S mtools os-proberInstall to dev/sda (or whichever your mbr is.)
grub-install /dev/sdaUpdate and configure GRUB
grub-mkconfig -o /boot/grub/grub.cfg exit
pacman -S arch-install-scripts --noconfirm
mount /dev/sda? /mnt (Change sda? to your own configuration for root.)
mount /dev/sda? /mnt/boot (Only if you have a separate boot partition.)
arch-chroot /mnt
grub-install --target=i386-pc --recheck --debug /dev/sda (No partition number, just the sda/sdb part.)
grub-mkconfig -o /boot/grub/grub.cfg
exit
dconf-editorGo to org>gnome>desktop>background and tick "Show Desktop Icons". If you want to remove the Computer/Recycle Bin/Mounted Volumes go to nautilus>desktop and untick the relevant boxes.