User Tools

Site Tools


vps_-_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vps_-_debian [2021/04/02 18:37] – [getty / virtual terminals] hc9vps_-_debian [2021/04/02 18:51] (current) – [Networking] hc9
Line 40: Line 40:
 //Note: For VPS installations of Debian 8.4 (jesse) on VPS3, please omit the above dns-nameservers line from the interfaces file, and instead add this line to //**/etc/resolv.conf**: //Note: For VPS installations of Debian 8.4 (jesse) on VPS3, please omit the above dns-nameservers line from the interfaces file, and instead add this line to //**/etc/resolv.conf**:
  
-  nameserver 205.166.94.20+<file config /etc/resolv.conf> 
 +nameserver 205.166.94.20 
 +</file>
  
 Add this to /etc/hosts: Add this to /etc/hosts:
Line 162: Line 164:
 You might not need one or both of those, so you can deactivate them with You might not need one or both of those, so you can deactivate them with
  
 +<file config cron and at>
   # update-rc.d -f atd remove   # update-rc.d -f atd remove
   # update-rc.d -f cron remove   # update-rc.d -f cron remove
 +</file>
  
 This frees up ca. 7MB (if both are deactivated). This frees up ca. 7MB (if both are deactivated).
Line 188: Line 192:
 rsyslogd eats a lot of memory by default (26MB on my vps) which can be reduced by the usage of ulimit. Edit /etc/init.d/rsyslog and include the following line just before the command where rsyslogd will be started: rsyslogd eats a lot of memory by default (26MB on my vps) which can be reduced by the usage of ulimit. Edit /etc/init.d/rsyslog and include the following line just before the command where rsyslogd will be started:
  
-  ulimit -s 256+<file config /etc/init.d/rsyslog> 
 +ulimit -s 256 
 +</file>
  
 Example: Example:
vps_-_debian.1617388638.txt.gz · Last modified: 2021/04/02 18:37 by hc9