• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป co
Trace:

co
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info:sysadmin
  • Any namespace
  • info:sysadmin:debian (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Increase the Tomcat Upload Limit
9 Hits, Last modified: 10 years ago
e ''WEB-INF/web.xml'' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-file-size>52428800</max-file-size> ... threshold>0</file-size-threshold> </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml> <multipart-co
SSH
9 Hits, Last modified: 11 years ago
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> I
List Open Ports
5 Hits, Last modified: 9 years ago
en 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 Local Address Foreign Add
Set the Timezone on Debian @info:sysadmin:debian
3 Hits, Last modified: 14 years ago
Timezone on Debian ====== Just run the following command as ''root'' (use ''su'' or ''sudo''): dpkg-reconfigure tzdata {{tag>sysadmin linux debian timezone configure}}

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki