Fulltext results:
- Increase the Tomcat Upload Limit
- hin the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-file-size>524... threshold>0</file-size-threshold> </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml> <multipart-config> <!-- 75MB max --> <max-file-size>786... threshold>0</file-size-threshold> </multipart-config> </code> If you have installed Tomcat in ''/opt/
- SSH
- c Key Authentication only ===== === /etc/ssh/sshd_config === Make sure that your SSH config file (''sshd_config'') contains these settings: <code> PubkeyAuthentication yes PasswordAuthentication no </code> If you changed the config, make sure to restart sshd to activate ist: <cod
- Set the Timezone on Debian @info:sysadmin:debian
- d as ''root'' (use ''su'' or ''sudo''): dpkg-reconfigure tzdata {{tag>sysadmin linux debian timezone configure}}