Open main menu

Pathology Education Instructional Resource β

Changes

This Is Your Brain On Informatics: Common Pathnames

920 bytes added, 16:08, 13 November 2013
no edit summary
* php5-fpm
* denyhosts
 
===/etc/network/interfaces===
 
<p>
This file will allow modification of the networks that are on a computer/server. It can be used to set up a static IP address, but a virtual machine will need to use a dynamically acquired IP. This network will be necessary for allowing the machine to allow ssh capabilities. Below are the steps for setting up a second network on a virtual machine (one more is necessary in addition to the one that is already on the machine).
 
# Access the above pathname with pico ( pic /etc/network/interfaces)
# Below the first network (indicated by eth0), copy the first network, replacing eth0 with eth1
::::auto eth1
::::iface eth1 inet dhcp
# Reboot the machine
# Determine the new IP address of the eth1 network by one of the following
## After logging in, check the IP next to the eth1 network
## Type "ifconfig" into the command line and check the IP next to the "inet addr:"
</p>
===/etc/hosts.deny===
<p>
This is a file that is similar in nature to the hosts.deny file in that IP addresses can be input into the file. However, IP addresses that are input into this file will be allowed access to the nginx web server and prevented from being automatically added to the hosts.deny file (this will still occur if the login attempts from the same IP address are exceeded). This file should only be used as a last resort if denyhosts continually (and erroneously) adds your personal IP address to the hosts.deny file. An alternative is using [[This Is Your Brain On Informatics: Linux|aptitude]] to remove the denyhosts firewall; however, this is not recommended for a live server.
</p>
{{This Is Your Brain On Informatics}}
347
edits