search for: 53459

Displaying 3 results from an estimated 3 matches for "53459".

Did you mean: 5345
2012 May 17
1
Centos 6 - Networking: Some Queries
...ncap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:525 errors:0 dropped:0 overruns:0 frame:0 TX packets:525 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:53459 (52.2 KiB) TX bytes:53459 (52.2 KiB) [root at swyam network-scripts]# cat ifcfg-Internet_GW TYPE=Ethernet BOOTPROTO=none IPADDR=192.168.1.3 PREFIX=24 GATEWAY=192.168.1.1 DNS1=218.248.245.1 DNS2=8.8.8.8 DOMAIN="218.248.245.1 8.8.8.8 8.8.4.4" DEFROUTE=yes IPV4_FAILURE_FATAL=yes IPV6INIT=n...
2015 May 02
2
Samba 4 fileserver perfomance
...rver) and B(client) via iperv: [root at localhost P]# iperf -c a.a.a.a ------------------------------------------------------------ Client connecting to a.a.a.a, TCP port 5001 TCP window size: 22.5 KByte (default) ------------------------------------------------------------ [ 3] local b.b.b.b port 53459 connected with a.a.a.a port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 112 MBytes 94.3 Mbits/sec So I think that only samba 4 can be problem in this configuration. How to increase samba 4 fileserver perfomance? In internet people say to modify socket options but https...
2007 Feb 15
1
How to select randomly named checkbox
I am trying to select a checkbox that is randomly named depending on the ID assigned to it by the webpage. [9713816764515361h] is the random bit. #<WWW::Mechanize::CheckBox:0x7a2b3c0 @checked=false, @name="communityContentFields[9713816764515361h].postToArea_checkbox", @value="true"> What code should I use to check the box? Thanks Chris