User contributions for Jbutler
From Braindisconnect
Jump to navigationJump to search
18 March 2015
- 00:0800:08, 18 March 2015 diff hist −2 Linux DHCP Server No edit summary
17 March 2015
- 23:0623:06, 17 March 2015 diff hist +37 N NIC Configuration Jbutler moved page NIC Configuration to Linux NIC Configuration current
- 23:0623:06, 17 March 2015 diff hist 0 m Linux NIC Configuration Jbutler moved page NIC Configuration to Linux NIC Configuration current
- 23:0523:05, 17 March 2015 diff hist −4 Linux NIC Configuration No edit summary
16 March 2015
- 20:5220:52, 16 March 2015 diff hist −23 Linux Serial No edit summary current
- 20:4920:49, 16 March 2015 diff hist +181 Linux Serial No edit summary
- 20:4620: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..."
14 March 2015
- 19:1119:11, 14 March 2015 diff hist +1 Linux DHCP Server →interface name too long
- 19:1119:11, 14 March 2015 diff hist 0 Linux DHCP Server →interface name too long
- 19:1119:11, 14 March 2015 diff hist +152 Linux DHCP Server →interface name too long
- 19:0919:09, 14 March 2015 diff hist −256 Linux DHCP Server No edit summary
- 19:0919:09, 14 March 2015 diff hist +466 Linux DHCP Server →interface name too long
- 19:0719:07, 14 March 2015 diff hist +33 Linux DHCP Server →Errors
- 19:0719:07, 14 March 2015 diff hist +717 Linux DHCP Server No edit summary
- 19:0119:01, 14 March 2015 diff hist 0 Linux Tricks No edit summary current
- 19:0019:00, 14 March 2015 diff hist 0 Main Page →Articles
- 19:0019:00, 14 March 2015 diff hist +126 Main Page No edit summary
- 18:5918:59, 14 March 2015 diff hist +20 Linux DHCP Server No edit summary
- 18:5818: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"
10 March 2015
- 02:2402:24, 10 March 2015 diff hist −1 MediaWiki:Sidebar No edit summary
- 02:2202:22, 10 March 2015 diff hist −86 Main Page No edit summary
- 02:1702:17, 10 March 2015 diff hist −53 MediaWiki:Sidebar No edit summary
- 02:1502:15, 10 March 2015 diff hist +8 MediaWiki:Sidebar No edit summary
- 02:1402:14, 10 March 2015 diff hist +44 MediaWiki:Sidebar No edit summary
- 02:1202:12, 10 March 2015 diff hist −29 MediaWiki:Sidebar No edit summary
- 02:1102:11, 10 March 2015 diff hist −2 MediaWiki:Sidebar No edit summary
- 02:0902:09, 10 March 2015 diff hist −15 Main Page No edit summary
- 02:0602:06, 10 March 2015 diff hist −67 MediaWiki:Sidebar No edit summary
- 02:0602:06, 10 March 2015 diff hist +31 MediaWiki:Sidebar No edit summary
- 02:0502:05, 10 March 2015 diff hist +277 MediaWiki:Sidebar No edit summary
- 02:0202: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..."
2 March 2015
- 07:3807: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
- 07:3807: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
- 07:3507: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..."
- 07:3307: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..."
- 07:3207: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
- 07:3207: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
- 07:3107: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
- 07:3007: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..."
- 07:2907: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
- 07:2907: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
- 07:2607: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
- 07:2307: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
- 07:2207: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
- 07:2107: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
- 07:2007: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
- 07:1907: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
- 07:1707: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
- 07:1507: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
- 07:1407:14, 2 March 2015 diff hist +1,160 Main Page No edit summary