Fulltext results:
- Increase the Tomcat Upload Limit
- ====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB.... max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </multipart-config> </code> To inc
- List Open Ports
- processes: <code bash> netstat -tulpn </code> Here is an example output: <code> Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22
- SSH
- n only ===== === /etc/ssh/sshd_config === Make sure that your SSH config file (''sshd_config'') conta... ion no </code> If you changed the config, make sure to restart sshd to activate ist: <code bash> service ssh restart </code> {{tag>sysadmin ssh linux security}}
- Set the Timezone on Debian @info:sysadmin:debian
- and as ''root'' (use ''su'' or ''sudo''): dpkg-reconfigure tzdata {{tag>sysadmin linux debian timezone configure}}