Open main menu

CDOT Wiki β

Changes

Ict-usb-linux

525 bytes added, 12:21, 17 December 2014
Open Firewall wall - no filtering rules
/dev/sdb2 25858132 70220 24451336 1% /home
</pre>
 
=== mail ===
No mail client installed.
To install, run the command "apt-get install mailutils"
===Open Firewall wall - no filtering rules===
** Suggestion:*** Drop policy on INPUT and Forward chains*** Accept policy on OUTPUT chainschain*** Add accept rule to FORWARD chain to allow "ESTABLISHED" and "RELATED" packets
<pre>
/sbin/iptables -I FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
</pre>
 
===smbd and nmbd services ===
* Do you really want to have these on?
udp6 0 0 :::28749 :::* 3233/dhclient
udp6 0 0 :::5353 :::* 1231/avahi-daemon:
</pre>
 
=== SELinux ===
Disable and no tools
 
=== Python ===
<pre>
Python 2.x:
student@ict-2014-v1 ~ $ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 
Python 3.x:
student@ict-2014-v1 ~ $ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
 
</pre>
1,760
edits