echo "supersede domain-name-servers 127.0.0.1;" >> /etc/dhcp/dhclient.confcat <<EOF >/etc/rc.local
chmod +x /etc/rc.local
systemctl daemon-reload
systemctl start rc-local
systemctl status rc-local#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
###
# chmod +x /etc/rc.local
# systemctl start rc-local
# systemctl status rc-local
###
exit 0printf "\e[?2004l"sed -i 's/set mouse=a/set mouse=r/g' /usr/share/vim/vim82/defaults.vimvim81- debian 10vim80- debian 9
/etc/default/grub
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
grub-mkconfig -o /boot/grub/grub.cfgsysctl -w net.ipv6.conf.ens4.disable_ipv6=1swapoff -a
sed -i '/swap/d' /etc/fstabaptitude install quota/etc/fstabaddgrpquotaoption to partitionmodprobe quota_v2echo 'quota_v2' >> /etc/modulesquotacheck -avugmquotaon -avug
xfconf-query --channel thunar --property /misc-exec-shell-scripts-by-default --create --type bool --set true- (from bbs.archlinux.org)
:)