User contributions
From Braindisconnect
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:08, 18 March 2015 (diff | hist) (-2) Linux DHCP Server
- 00:06, 18 March 2015 (diff | hist) (+37) N NIC Configuration (Jbutler moved page NIC Configuration to Linux NIC Configuration) (current)
- 00:06, 18 March 2015 (diff | hist) (0) m Linux NIC Configuration (Jbutler moved page NIC Configuration to Linux NIC Configuration) (current)
- 00:05, 18 March 2015 (diff | hist) (-4) Linux NIC Configuration
- 21:52, 16 March 2015 (diff | hist) (-23) Linux Serial (current)
- 21:49, 16 March 2015 (diff | hist) (+181) Linux Serial
- 21:46, 16 March 2015 (diff | hist) (+6,202) N Linux Serial (Created page with "Category:Linux === Connect to a Router via Debian Linux Serial === Install minicom, very nice Linux serial terminal apt-get update && apt-get install minicom Check to ma...")
- 20:11, 14 March 2015 (diff | hist) (+1) Linux DHCP Server (→interface name too long)
- 20:11, 14 March 2015 (diff | hist) (0) Linux DHCP Server (→interface name too long)
- 20:11, 14 March 2015 (diff | hist) (+152) Linux DHCP Server (→interface name too long)
- 20:09, 14 March 2015 (diff | hist) (-256) Linux DHCP Server
- 20:09, 14 March 2015 (diff | hist) (+466) Linux DHCP Server (→interface name too long)
- 20:07, 14 March 2015 (diff | hist) (+33) Linux DHCP Server (→Errors)
- 20:07, 14 March 2015 (diff | hist) (+717) Linux DHCP Server
- 20:01, 14 March 2015 (diff | hist) (0) Linux Tricks (current)
- 20:00, 14 March 2015 (diff | hist) (0) Main Page (→Articles)
- 20:00, 14 March 2015 (diff | hist) (+126) Main Page
- 19:59, 14 March 2015 (diff | hist) (+20) Linux DHCP Server
- 19:58, 14 March 2015 (diff | hist) (+159) N Linux DHCP Server (Created page with "Error isc-dhcp-server: interface name too long This is because the interface set for DHCP does have the subnet defined in a declaration statement in dhcp.conf")
- 03:24, 10 March 2015 (diff | hist) (-1) MediaWiki:Sidebar
- 03:22, 10 March 2015 (diff | hist) (-86) Main Page
- 03:17, 10 March 2015 (diff | hist) (-53) MediaWiki:Sidebar
- 03:15, 10 March 2015 (diff | hist) (+8) MediaWiki:Sidebar
- 03:14, 10 March 2015 (diff | hist) (+44) MediaWiki:Sidebar
- 03:12, 10 March 2015 (diff | hist) (-29) MediaWiki:Sidebar
- 03:11, 10 March 2015 (diff | hist) (-2) MediaWiki:Sidebar
- 03:09, 10 March 2015 (diff | hist) (-15) Main Page
- 03:06, 10 March 2015 (diff | hist) (-67) MediaWiki:Sidebar
- 03:06, 10 March 2015 (diff | hist) (+31) MediaWiki:Sidebar
- 03:05, 10 March 2015 (diff | hist) (+277) MediaWiki:Sidebar
- 03:02, 10 March 2015 (diff | hist) (+197) N MediaWiki:Sidebar (Created page with " * navigation ** http://www.braindisconnect.com|Home ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help * SEARCH...")
- 08:38, 2 March 2015 (diff | hist) (+895) N SNMP (Created page with "== Cisco == === Device Information === snmpget -v 2c -c <SNMP Comm String> <Hostname or IP> 1.3.6.1.2.1.1.1.0 === Hardware Information === snmptable -v2c -c <SNMP Comm Str...") (current)
- 08:38, 2 March 2015 (diff | hist) (+135) N RegEx (Created page with "== Comma without white space after it == /,(?!\s)/ PHP Usage Example: $array = preg_split('/,(?!\s)/', $string); Category:Misc") (current)
- 08:35, 2 March 2015 (diff | hist) (+668) N Login Check (Created page with "This is a check to see if anyone has logged into the machine in the last 30 days. Obviously if you login to the machine and run it it will defeat the purpose. The is meant t...")
- 08:33, 2 March 2015 (diff | hist) (+1,677) N Linux Tricks (Created page with "== gzip files == This will gzip all files within a directory that are not already compressed. find . -type f ! -name '*.gz' -exec gzip "{}" \; == List only files == This is...")
- 08:32, 2 March 2015 (diff | hist) (+2,287) N Linux VMware Tools Install (Created page with "Category:Virtualization == Install Components Needed for VMware Tools == Install the following packages in order to install VMware Tools Successfully.<br> *kernel-headers...") (current)
- 08:32, 2 March 2015 (diff | hist) (+2,399) N Syslog-NG (Created page with "I typically use Debian for network management, so if you are using anything else, then adapt the packages and file locations. == Syslog-NG Server == For setting up an all in...") (current)
- 08:31, 2 March 2015 (diff | hist) (+3,054) N Server Routing (Created page with "Category:Servers When we think of routing, we almost always think of routers on the network. The network does do routing, howe...") (current)
- 08:30, 2 March 2015 (diff | hist) (+1,759) N Linux NIC Configuration (Created page with "== Debian Static == * Login as root through the console * Verify that your interface is static more /etc/networks/interfaces If the iface eth0 says iface eth0 init dhcp, con...")
- 08:29, 2 March 2015 (diff | hist) (+600) N IPTables (Created page with "Category:Servers IPTables is the Linux firewall. == Disabling iptables == === Red Hat === service iptables save service iptables stop chkconfig iptables off === SuSE...") (current)
- 08:29, 2 March 2015 (diff | hist) (+1,795) N Dell DRAC (Created page with "Category:Servers Dell Remote Access Controller ==== DRAC Configuration ==== Press <Ctrl-E> for Remote Access Setup within 5 sec.. ==== Default IP Address ==== DRAC defau...") (current)
- 08:26, 2 March 2015 (diff | hist) (+590) N TCL'ing Your Router (Created page with "Category:Networking "Tcl stands for "tool command language" and is pronounced "tickle." Tcl is actually two things: a language and a library. First, Tcl is a simple textua...") (current)
- 08:23, 2 March 2015 (diff | hist) (+4,295) N TACACS and AAA (Created page with "Category:Networking TACACS+ stands for '''T'''erminal '''A'''ccess '''C'''ontroller '''A'''ccess-Control '''S'''ystem Plus. TACACS provides AAA syst...") (current)
- 08:22, 2 March 2015 (diff | hist) (+1,944) N SSH for Network Devices (Created page with "Secure Shell or SSH is a secure protocol for connecting to network device and servers. There are, as of the writing, two version of SSH, version 1...") (current)
- 08:21, 2 March 2015 (diff | hist) (+1,470) N Line Configuration (Created page with "Category:Networking == Cisco == These configurations are best practice for security reasons. ==== Local User and Enable Password ==== <pre> username <username> secret <p...") (current)
- 08:20, 2 March 2015 (diff | hist) (+570) N House Keeping Commands (Created page with "Category:Networking House keeping commands basically setup the router logging and alias commands used often... so set up house keeping commands in every device. This is es...") (current)
- 08:19, 2 March 2015 (diff | hist) (+1,652) N Cisco Nexus (Created page with "== Jumbo Frames == Configuration, PRE NX-OS 4.1: <pre> system jumbomtu 9216 policy-map JUMBO class class-default mtu 9216 system qos service-policy JUMBO </pre> Configura...") (current)
- 08:17, 2 March 2015 (diff | hist) (+420) N Aliases (Created page with "Category:Networking Here is a way to speed up some annoying commands. In config term put the following in: alias exec c config term alias exec srb sh run | begin alia...") (current)
- 08:15, 2 March 2015 (diff | hist) (+12,402) N High Performance Subnetting (Created page with "Category:Networking by [http://rjlohman.dyndns.org/rjlohman/index.html Richard Lohman] Copied from [http://rjlohman.dyndns.org/rjlohman/subnetting.html High-performance S...") (current)
- 08:14, 2 March 2015 (diff | hist) (+1,160) Main Page
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)