Fulltext results:
- Increase the Tomcat Upload Limit @info:sysadmin
- ====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB. This limit is defined in the file ''WEB-INF/web.xml'' within the "manager"-App: <code xml> ... </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml>
- Debug Server Certificate from Client @info:cryptography:openssl
- = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2 verify error:num=20:unab... /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=PositiveSSL CA 2 -----BEGIN CERTIFICATE-----... /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=PositiveSSL CA 2 i:/C=SE/O=AddTrust AB/OU... /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=PositiveSSL CA 2 --- No client certificate C
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- pe disk|network --limit <megabytes per second>[k|m|g|K|M|G] | ... set <name> --limit <megabytes per second>[k|m|g|K|M|G] | ... [--machinereadable] (limit units: k=kilobit, m=megabit, g=gigabit,
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ) - ''reboot -- -r'' - Run ''devfsadm'' * Limit to class of devices: ''devfsadm -c ''//class//, e.g. ''devfsadm -c disk'' * Limit a driver: ''devfsadm -i ''//driver//, e.g. ''devf
- Disable Core Dumps @info:linux
- disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core... <code bash> echo '* hard core 0' > /etc/security/limits.d/no_core_dumps </code> Based on the "Nix Craft