Open main menu

CDOT Wiki β

Changes

Ict-usb-linux

1,342 bytes added, 12:21, 17 December 2014
Open Firewall wall - no filtering rules
Distribution: Linux Mint 17
==Features==
=== Basic System Info ===
<pre>
ict-2014-v1 ~ # hostname
ict-2014-v1
 
ict-2014-v1 ~ # uname -a
Linux ict-2014-v1 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
 
Regular user account name:
student:x:999:999:Seneca College ICT student,,,:/home/student:/bin/bash
 
student@ict-2014-v1 ~ $ id
uid=999(student) gid=999(student) groups=999(student),4(adm),24(cdrom),30(dip),46(plugdev),108(lpadmin),110(sambashare)
 
student@ict-2014-v1 ~ $ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
search senecacollege.ca
 
student@ict-2014-v1 ~ $ grep host /etc/nsswitch.conf
hosts: files mdns4_minimal [NOTFOUND=return] dns
 
</pre>
 
===Disk Usage===
<pre>
/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