Fulltext results:
- List Open Ports
- ports together with the listening processes: <code bash> netstat -tulpn </code> Here is an example output: <code> Active Internet connections (only servers) Proto Recv-Q Send-Q L... 407/avahi-daemon: r </code> {{tag>sysadmin admin linux network port info}}
- SSH
- le (''sshd_config'') contains these settings: <code> PubkeyAuthentication yes PasswordAuthentication 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}}
- Increase the Tomcat Upload Limit
- ''WEB-INF/web.xml'' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max -... /file-size-threshold> </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml> <multipart-config> <!-- 75MB max -... /file-size-threshold> </multipart-config> </code> If you have installed Tomcat in ''/opt/tomcat''