sudo apt install fastfetch
fastfetchsudo apt install inxixdg-mime default marktext.desktop text/markdownecho 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6or
echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf
sysctl -p| #!/bin/sh | |
| # Create the supervisord directory and the logs directory | |
| mkdir -p .supervisor/logs | |
| # Create the .gitignore file for the logs directory | |
| echo -e "*\n!.gitignore" > .supervisor/logs/.gitignore | |
| # Create the supervisord configuration file | |
| cat << 'EOF' > .supervisor/supervisord.conf |