User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:50, 1 March 2016 (diff | hist) . . (+23) . . N File:DSC00109.JPG (Gameboy Power Supply 01) (current)
- 14:50, 1 March 2016 (diff | hist) . . (+23) . . N File:DSC00107.JPG (Gameboy Power Supply 01) (current)
- 14:49, 1 March 2016 (diff | hist) . . (+23) . . N File:Gameboy Power Supply Schematic.png (Gameboy Power Supply 01) (current)
- 17:58, 29 February 2016 (diff | hist) . . (+108,836) . . N MAC Addresses by Manufacturer (Created page with "<pre> 00-04-5A (hex) The Linksys Group, Inc. 00045A (base 16) The Linksys Group, Inc. 00-06-25 (hex) The Linksys Group, Inc. 000625 (base 16) The Linksys Group...") (current)
- 17:50, 29 February 2016 (diff | hist) . . (+8,772) . . N XBMC - bigger fonts (Created page with "<pre> I thought I would share this as it took me a while to try and figure out how to do it and thought others might appreciate it. I view my apple tv (2nd gen) on a composite...") (current)
- 17:49, 29 February 2016 (diff | hist) . . (+3,008) . . N Grub (Created page with "<pre> packages: grub config: /boot/grub/grub.conf hard drive notation: (hd<drive#>,<partition#>) starting at 0 global config: hiddenmenu - no additional menus pas...") (current)
- 17:47, 29 February 2016 (diff | hist) . . (+4,110) . . N Ftp (Created page with "<pre> packages: vsftpd xinetd - required for normal mode daemons: vsftpd configs: /etc/vsftpd/vsftpd.conf /etc/vsftpd/ftpusers /etc/vsftpd/user_list /var/ftp/pub - an...") (current)
- 17:46, 29 February 2016 (diff | hist) . . (+2,237) . . N Regular expression (Created page with "<pre> [\^$.|?*+() need to be escaped with \ OR - 'gr[ae]y' will match 'gray' OR 'gray' OR - 'cat|dog' matches patterns 'cat' or 'dog' RANGE - [0-9] to match the range. [0-9a-f...") (current)
- 17:45, 29 February 2016 (diff | hist) . . (+4,542) . . N Encryption (Created page with "<pre> WEP - Wired Equivalent Privacy WPA - Wi-Fi Protected Access RC4 - stream encryption used by WEP. Cycles through 24 bit init vector. TKIP - Temporary Key Integrity Proto...") (current)
- 17:38, 29 February 2016 (diff | hist) . . (+648) . . N Upstart (Created page with "<pre> configs: /etc/init/*.conf - these config files represent system jobs. edit them to change defaults. initctl - control init scripts list - list status of init scripts...") (current)
- 17:38, 29 February 2016 (diff | hist) . . (+3,480) . . N Ssh (Created page with "<pre> daemon: sshd (sometimes ssh) packages: openssh openssh-server openssh-clients config: /etc/ssh/sshd_config /etc/ssh/ssh_config /etc/ssh/ssh_known_hosts ~/.ssh/...") (current)
- 17:37, 29 February 2016 (diff | hist) . . (+652) . . N Selinux (Created page with "<pre> packages: policycoreutils-gui - selinux gui tool system-config-selinux system-config-firewall configs: /selinux /etc/selinux/config /etc/selinux/targeted - targe...") (current)
- 17:37, 29 February 2016 (diff | hist) . . (+4,468) . . N Samba (Created page with "<pre> packages: samba samba-client samba-common system-config-samba samba-swat cifs-utils daemons: smbd - samba daemon (sometimes called smb) nmbd - netbios daemon (s...") (current)
- 17:36, 29 February 2016 (diff | hist) . . (+2,534) . . N Rsyslog (Created page with "<pre> packages: rsyslog daemons: rsyslogd other: rsyslogd creates the socket /dev/log logfiles: boot.log - daemon startup during system init cron - cron and atd daemon...") (current)
- 17:35, 29 February 2016 (diff | hist) . . (+2,735) . . N Linux Security (random notes) (Created page with "<pre> tools: shred - securely delete files srm - securely delete files (part of package "secure-delete") sfill - securely overwrite empty space. use tune2fs to free up rese...") (current)
- 17:34, 29 February 2016 (diff | hist) . . (+7,433) . . N Linux Devices (Created page with "<pre> The Linux System Administrator's Guide: Version 0.7 Prev Chapter 5. Device Files Next 5.3. Device List This list which follows is by no means exhaustive or as detailed...") (current)
- 17:23, 29 February 2016 (diff | hist) . . (+1,984) . . N Mdadm (Created page with "<pre> mdadm: PREPARE DRIVES: fdisk /dev/sdb n - new p - primary partition w - write (repeat for each drive) LARGER THAN 2TB PARTITIONS: parted /dev/sdb mk...") (current)
- 17:23, 29 February 2016 (diff | hist) . . (+5,068) . . N Mysql (Created page with "<pre> packages: mysql-server daemons: mysqld configs: /etc/my.cnf - main config file /var/lib/mysql/mysql.sock - socket /var/lib/mysql/ - data/log directory (centos) ~...") (current)
- 17:22, 29 February 2016 (diff | hist) . . (+436) . . N Nessus (Created page with "<pre> installation: - go to http://www.tenable.com/ and download the client package and install it. - run sudo /opt/nessus/sbin/nessus-adduser to add a user. - register at htt...") (current)
- 17:22, 29 February 2016 (diff | hist) . . (+1,878) . . Nfs (current)
- 17:21, 29 February 2016 (diff | hist) . . (+1,801) . . N Nis (Created page with "<pre> packages: ypserv daemons: ypserv - distributes nis database ypbind - allows nis binding (client connections). used on both client and server side. yppasswd - login...") (current)
- 17:16, 29 February 2016 (diff | hist) . . (+875) . . N Nmap (Created page with "<pre> nmap: -sS <ip addr> TCP scan (ex 192.168.0.1-255/24) -sU <ip addr> UDP scan -A enable OS, version, script scanning, and traceroute -PN treat all hosts as online -...") (current)
- 17:16, 29 February 2016 (diff | hist) . . (+843) . . N Ntpd (Created page with "<pre> packages: ntp daemons: ntpd ports: udp 123 other: NTP - Network Time Protocol. hierarchical structure of sources called strata. stratum 0 - atomic or gps clocks...") (current)
- 17:13, 29 February 2016 (diff | hist) . . (+1,981) . . N Dhcpd (Created page with "<pre> packages: dhcp dhclient daemons: dhcpd configs: /etc/dhcp/dhcpd.conf - contains all dhcp configs ports: udp 67 - dhcp request udp 68 - dhcp reply tcp/udp 546 -...") (current)
- 17:12, 29 February 2016 (diff | hist) . . (+3,141) . . N BIND DNS (Created page with "<pre> packages: bind bind-utils caching-nameserver (for caching only servers) system-config-bind bind-chroot daemons: named nscd - local dns cache daemon. used for cac...") (current)
- 17:12, 29 February 2016 (diff | hist) . . (+12,572) . . N Cisco IOS (Created page with "<pre> enable - enter privilege exec mode enable password - set password enable secret - same but encrypted copy run start - copy running-config to startup-config copy flash:/f...") (current)
- 17:10, 29 February 2016 (diff | hist) . . (+6,704) . . N Linux Config Files (Created page with "<pre>/etc/issue - kernal info /etc/motd - greeting message for shell /etc/mtab - mounted devices, link of /proc/mounts. fix (rm /etc/mtab;ln -s /proc/mounts /etc/mtab) /etc/pa...") (current)
- 17:09, 29 February 2016 (diff | hist) . . (+1,599) . . N Cron (Created page with "<pre> packages: cron daemons: crond configs: /etc/cronbtab - system tasks /etc/cron.d/ - caontains system cron tables /var/spool/cron/ - contains user cron tables. file...") (current)
- 17:08, 29 February 2016 (diff | hist) . . (+4,503) . . N Cups (Created page with "<pre> packages: cups system-config-printer daemons: cups (or cupsd) configs: /etc/cups/cupsd.conf - cups configuration /etc/cups/printers.conf - printers configuration...") (current)
- 17:06, 29 February 2016 (diff | hist) . . (+1,235) . . N Atd (Created page with "<pre> packages: at daemons: atd - at daemon. used for scheduling tasks. displays "at>" prompts after evoking the "at" command. configs: /var/spool/at/ - shell environment...") (current)
- 16:54, 29 February 2016 (diff | hist) . . (+3,812) . . N Iptables (Created page with "<pre> packages: iptables system-config-firewall system-config-securitylevel daemons: iptables ip6tables configs: /etc/sysconfig/iptables-config - config file /etc/sy...") (current)
- 15:00, 29 February 2016 (diff | hist) . . (+9) . . File:Pf-screenshot.png (Beard uploaded a new version of File:Pf-screenshot.png) (current)
- 23:31, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00310.JPG (Router 01) (current)
- 23:26, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00303.JPG (Router 01) (current)
- 23:26, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00302.JPG (Router 01) (current)
- 23:25, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00301.JPG (Router 01) (current)
- 22:48, 28 February 2016 (diff | hist) . . (+31) . . N File:Yay.gif (And there was much rejoicing...) (current)
- 22:08, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00214.JPG (Router 01) (current)
- 21:47, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00210.JPG (Router 01) (current)
- 21:45, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00300.JPG (Router 01) (current)
- 21:26, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00093.JPG (Router 01) (current)
- 21:25, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00092.JPG (Router 01) (current)
- 07:33, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00094 small.JPG (Router 01) (current)
- 07:22, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00072.JPG (Router 01) (current)
- 07:08, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00070.JPG (rOUTER 01) (current)
- 06:48, 28 February 2016 (diff | hist) . . (+9) . . N File:DSC00073.JPG (Router 01) (current)
- 06:46, 28 February 2016 (diff | hist) . . (+9) . . N File:1456636451324.jpg (Router 01) (current)
- 06:45, 28 February 2016 (diff | hist) . . (+9) . . N File:41zs49qjvYL.jpg (Router 01) (current)
- 06:44, 28 February 2016 (diff | hist) . . (0) . . N File:517shTVOICL.jpg (current)
- 15:21, 26 February 2016 (diff | hist) . . (+17) . . N File:Dell-router01.jpg (Router 01 project) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)