Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
September 16, 2013
10:22 am
Comments: 2
Eli Kleinman
To reset a brocade switch back to the factory default configDefault Now that the switch is default, set a new IP address Switch:admin> ipAddrShow Ethernet IP Address: 10.77.77.77 Ethernet Subnetmask:...
September 16, 2013
10:17 am
Comments: 0
Eli Kleinman
Show network devices and configuration ip addr show ip link show Enable a network interface ifconfig eth0 up ip link set eth0 up A network interface is disabled in a similar way: ifconfig eth0 down ip...
September 16, 2013
10:15 am
Comments: 0
Eli Kleinman
Getting HBA detail information in Linux by using systool Lets get into the details with a few worked examples. First of, a command to show basic Fiber Channel info (actually quite useful when you’re getting...
September 12, 2013
1:51 pm
Comments: 0
Eli Kleinman
First check if the PCI card is visble to the system lspci |grep Mellanox 06:00.0 Network controller: Mellanox Technologies MT27500 Family [ConnectX-3] 09:00.0 InfiniBand: Mellanox Technologies MT26428...
September 11, 2013
2:00 pm
Comments: 0
Eli Kleinman
To use RDP or rdesktop with remote sound support, it will only work if used with -r disk… full syntax below user_pass=`env |grep http_proxy |awk -F\: ‘{print $3}’|awk -F\@ ‘{print...
September 4, 2013
9:11 am
Comments: 2
Eli Kleinman
Splunk is a great tool for searching logs, but its high cost makes it prohibitive for many teams. In this article, we present a free and open source alternative to Splunk by combining three open source...
September 2, 2013
5:41 pm
Comments: 0
Eli Kleinman
The default settings are quite conservative, and should be increased. user@opensolaris:~# ipfstat | grep lost fragment state(in): kept 0 lost 0 not fragmented 0 fragment state(out): kept 0 lost 0 not fragmented...
August 26, 2013
8:59 am
Comments: 0
Eli Kleinman
IPfilter is disabled by default. You need to use svcadm to enable, disable, start or stop the service. For initial setup of the service: svccfg -s network/ipfilter:defaultsetprop firewall_config_default/policy...
No posts found