Uploaded by marcoszr

SERVER UTIL

advertisement
JELLYFIN SETUPhttps://jellyfin.org/docs/general/installation/linux
STATIC IPhttps://www.fosslinux.com/25535/how-to-configure-static-ip-address-on-fedora.htm
OPEN PORTShttps://ask.fedoraproject.org/t/how-to-open-a-tcp-port-using-firewall-config/1915
START/STOP FIREWALLhttps://bytefreaks.net/gnulinux/how-to-startstop-or-enabledisable-firewalld-on-fedora-25
INSTALL PORTAINERhttps://phoenixnap.com/kb/docker-portainer-install
CHECK PORT IN USEnetstat -tulpn | grep ':443'
ENABLE SERVICE AT BOOTTry "# systemctl enable name-of-service" and then "# systemctl start name-of-service". This is how you usually start a service automatically at boot.https://forums.fedoraforum.org/showthread.php?315636-How-to-use-systemd-to-enable-service-at-booting-automatically
REMOVE SERVICEhttps://superuser.com/questions/513159/how-to-remove-systemd-services
SHARED NET FOLDERhttps://www.youtube.com/watch?v=DN1MkYICJJM + setsebool -P samba_export_all_rw 1 (min 19:00)
DUCKDNShttps://www.youtube.com/watch?v=mu02Ute0VTIecho url="https://www.duckdns.org/update?domains=mzrflix&token=a7d392f3-19f3-4f50-a6c3-2c4c3c079f71&ip=" | curl -k -o ~/duckdns/duck.log -K -
MOUNT DRIVEhttps://linuxhint.com/add-new-disk-device-fedora-linux/ + https://unix.stackexchange.com/questions/288465/mount-an-hard-drive-at-start-up
FTPhttps://www.fosslinux.com/58783/install-ftp-and-tftp-server-fedora.htmhttps://support.solarwinds.com/SuccessCenter/s/article/Connect-to-the-FTP-client-using-the-Windows-command-line?language=en_US
SSH SERVERhttps://www.fosslinux.com/95392/the-beginners-guide-to-ssh-server-in-fedora.htm
CREATE SCRIPTShttps://www.youtube.com/watch?v=p9sJGwGsO3E
SCHEDULE WITH CRONOTABhttps://linuxize.com/post/scheduling-cron-jobs-with-crontab/
FOLDER SIZEhttps://askubuntu.com/questions/266825/what-do-i-do-when-my-root-filesystem-is-full --> sudo du -hsx * | sort -rh | head -n 40
MOVE MULTIPLE FILESmv -t DESTINATION file1 file2 file3
/mnt/4tb/server/jellyfin/media
/mnt/hdd/Jellyfin/Servidor\ Multimedia/
Download