Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
506 bytes added ,  11:40, 10 January 2011
→‎Random Settings: Added "Proxy Server"
(→‎Packages: Added "Troubleshooting")
(→‎Random Settings: Added "Proxy Server")
Line 158: Line 158:


# Edit <code> /etc/default/rcS </code>
# Edit <code> /etc/default/rcS </code>
# Change <code>TMPTIME</code> value to specify no of days
# Change <code>TMPTI80aM80E</code> value to specify no of days
#* Use <code> 0 </code> so that files are removed regardless of age.
#* Use <code> 0 </code> so that files are removed regardless of age.
#* Use <code> -1 </code> so that no files are removed.
#* Use <code> -1 </code> so that no files are removed.
=== Proxy Server ===
Proxy settings need to be added as environment variables, which can be added to to your profile file so as to be always be applied
# Edit <code> /etc/profile </code>
# Append to the bottom (edit as required)
#* <code> export http_proxy=http://username:pass@proxyserver:port/ </code>
#* <code> export ftp_proxy=http://username:pass@proxyserver:port/ </code>
Note that some applications will ignore the environment variables, and will need to be set specifically for those apps.


== Packages ==
== Packages ==

Navigation menu