Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
computing:storage:synology_diskstation [2018/02/26 14:14] jcooper |
computing:storage:synology_diskstation [2024/03/20 10:27] (current) gcooper |
| |
**QuickConnect Explained**: https://blog.synology.com/?p=2283 | **QuickConnect Explained**: https://blog.synology.com/?p=2283 |
| |
| **CLI Admin Guide**: https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_DiskStation_Administration_CLI_Guide.pdf |
| |
| **DSM 7 User Guide**: https://global.download.synology.com/download/Document/Software/UserGuide/Os/DSM/7.0/enu/Syno_UsersGuide_NAServer_7.0_enu.pdf |
| |
| **Synology KnowledgeBase**: https://kb.synology.com |
| |
| ===== Schedule a Reboot ===== |
| |
| Log in via SSH, then: |
| |
| <file> |
| sudo shutdown -r 18:30 & |
| </file> |
| |
===== Installation ===== | ===== Installation ===== |
| |
* Control Panel -> Applications -> Terminal & SNMP -> Enable SSH service -> Advanced (you may need to change ecryption level) | * Control Panel -> Applications -> Terminal & SNMP -> Enable SSH service -> Advanced (you may need to change ecryption level) |
| * Use ''admin'' user and password |
| * Use ''sudo'' or ''sudo -i'' for a root shell |
| |
==== DHCP Server ==== | ==== DHCP Server ==== |
**Share an MFP**: https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Printer/How_to_set_up_and_use_a_multifunctional_printer_shared_by_Synology_NAS | **Share an MFP**: https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Printer/How_to_set_up_and_use_a_multifunctional_printer_shared_by_Synology_NAS |
| |
| ===== Config Files ===== |
| |
| :!: May be dated... |
| |
| <file> |
| /etc/ssh/sshd_config,sshd |
| /etc.defaults/ssh/sshd_config,sshd-defaults |
| /etc/php/php.ini,php |
| /etc.defaults/php/php.ini,php-defaults |
| /usr/local/etc/php56/php.ini,php56 |
| /usr/local/etc/httpd/conf/httpd.conf,Apache |
| /etc/httpd/logs/user-error_log,Apache-User Error Log |
| /etc/httpd/logs/sys-error_log,Apache-Sys Error Log |
| /usr/syno/etc/smb.conf,samba Daemon |
| /usr/syno/etc.defaults/smb.conf,samba Daemon-defaults |
| /etc/inetd.conf, inetd.conf |
| /etc.defaults/inetd.conf, inetd.conf-defaults |
| /etc/profile,profile |
| /etc.defaults/profile,profile-defaults |
| /etc/hosts,hosts |
| /etc.defaults/hosts,hosts-defaults |
| /etc/crontab,crontab |
| /etc.defaults/crontab,crontab-defaults |
| /var/packages/MailServer/target/etc/template/main.template,Mail-postfix |
| /var/packages/MailServer/target/etc/template/dovecot.template,Mail-dovecot |
| /usr/syno/avahi/avahi-daemon.conf,avahi |
| /etc/fstab,fstab |
| /etc.defaults/fstab,fstab-defaults |
| /etc/httpd/sites-enabled-user/httpd-vhost.conf-user,V-Host |
| /etc/httpd/sites-enabled-user/httpd-ssl-vhost.conf-user,V-Host SSL |
| </file> |
| |
| |
| |
| |