search for: toughest

Displaying 20 results from an estimated 29 matches for "toughest".

2017 Nov 10
3
Postlogin script
...of IPs case "$IP" in 12.34.56.78) exec "$@";; 23.45.67.89) exec "$@";; ... esac If you have CIDR that align neatly on octet boundaries case "$IP" in 12.34.56.*) exec "$@";; 23.45.67.*) exec "$@";; ... esac The toughest situation (using script techniques) is for CIDR ranges just shy of a full octet boundary e.g. /25. You can use "cut -d .", "IFS=." or "expr" to break the IP into octets, then test the components. e.g. 12.34.56.0/25 # Example 1 PART1=`echo $IP | cut -d. -f1,2,3`...
2017 Nov 11
2
Postlogin script
Awesome, thanks! Sent from my mobile device please excuse. 11.11.2017 2:48 PM "Gedalya" <gedalya at gedalya.net> napisa?(a): > On 11/10/2017 11:03 PM, Joseph Tam wrote: > > > > The toughest situation (using script techniques) is for > > CIDR ranges just shy of a full octet boundary e.g. /25. > > Actually there is a great tool for that, grepcidr > > $ echo 10.11.12.127 | grepcidr 10.11.12.0/25 && echo OK > 10.11.12.127 > OK > $ echo 10.11.12.128 | gre...
2017 Nov 11
0
Postlogin script
On 11/10/2017 11:03 PM, Joseph Tam wrote: > > The?toughest?situation?(using?script?techniques)?is?for > CIDR?ranges?just?shy?of?a?full?octet?boundary?e.g.?/25.? Actually there is a great tool for that, grepcidr $ echo 10.11.12.127 | grepcidr 10.11.12.0/25 && echo OK 10.11.12.127 OK $ echo 10.11.12.128 | grepcidr 10.11.12.0/25 && echo O...
2017 Nov 11
0
Postlogin script
...lik at gmail.com> wrote: > > > Awesome, thanks! > > Sent from my mobile device please excuse. > > 11.11.2017 2:48 PM "Gedalya" <gedalya at gedalya.net> napisa?(a): > > > On 11/10/2017 11:03 PM, Joseph Tam wrote: > > > > > > The toughest situation (using script techniques) is for > > > CIDR ranges just shy of a full octet boundary e.g. /25. > > > > Actually there is a great tool for that, grepcidr > > > > $ echo 10.11.12.127 | grepcidr 10.11.12.0/25 && echo OK > > 10.11.12.127 > &gt...
2007 Aug 31
0
Job openings at Boeing for data mining and machine learning
...ications for applied research positions in data mining and machine learning. We offer an exciting opportunity to be a part of a diverse research group that touches all parts of the Boeing company, from aircraft to spacecraft, communications systems and worldwide customers. We help Boeing tackle its toughest information and computational issues and help develop innovative products for the future. Interested candidates may view job descriptions at the Boeing.com website under the employement section: The data mining technologist position can be viewed at: https://jobs.boeing.com/JobSeeker/JobView?r...
2006 Mar 10
0
RE: Stable Hardware Combination Experiences
...rds and I am currently using a separate 3COM PCI card. I have tried both cards in this board with mixed results. This is the third motherboard we have used and each has had issues. I would prefer to stay with an LGA775 based board so I don't have to buy any more new hardware than necessary. The toughest issue has been there is no good indication of a problem. Either the card seems to quit working (sometimes reflected when running 'zap show status', sometimes all looks 'OK') or the system will completely crashes. The only real issue when troubleshooting with Digium is the 'zttes...
2006 Jun 03
1
More pam_winbind trouble
A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 255 bytes Desc: OpenPGP digital signature Url : http://lists.samba.org/archive/samba/attachments/20060603/fc42cc7d/signature.bin
2012 Jan 18
2
Public reposurgeon repo
...t connect to the repo root except through a merge at the end. -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a> Strict gun laws are about as effective as strict drug laws...It pains me to say this, but the NRA seems to be right: The cities and states that have the toughest gun laws have the most murder and mayhem. -- Mike Royko, Chicago Tribune
2004 Oct 01
2
Problem One: Running Icecast on Port 80..
I've got a redhat linux 9.0 box and I've made sure Apache is out of the way, so that I can do what I really want to do, which is to run Icecast on port 80 of the server, so listeners can grab the stream even through the toughest firewall. I have been wrestling with this for a number of hours, consulted a few experts, and am coming up zilch. Theoretically, I should be able to just run Icecast on Port 80 by specifying Port 80 in the icecast.xml file like so: <listen-socket> <port>80</port>...
2003 Oct 13
0
ADS users on RedHat 9 Samba 3
I'm having the toughest time getting this to work... I have a windows 2000 domain and i'm in the process of adding a Samba fileserver... All of the setup guides i have seen point me in the right direction, but fail to provide assistance for my single problem... basically i've figured out that if i have security =...
2011 May 06
3
Reading Yaml files and getting an 'uninitialized constant ActionView::CompiledTemplates' Error
...og.innovativethought.net/2009/01/02/making-configuration-files-with-yaml-revised/ but, I am getting uninitialized constant ActionView::CompiledTemplates::DOMAIN_CONFIG from rails. I''ve documented my code to make this simpler. I''m running Rails 3.0.7 I know isn''t the toughest question but, I would also like to know why isn''t that constant available in the views? Do I have to wrap that constant in a Ruby object of some sort? I''m just looking for the best way to do this. -E -- You received this message because you are subscribed to the Google Grou...
2006 May 04
4
why a perfectly fine iax2 host becomes UNREACHABLE?
I've got this low-ping 100%-up dsl connection between two asterisk 1.2.7.1 servers. And oftentimes one of them would declare its opposite UNREACHABLE. Why can this happen? The host stanzas in iax.conf have raw IP's, so no DNS monkey business here.. An inquiring mind wants to know.
2006 May 04
4
why a perfectly fine iax2 host becomes UNREA CHABLE?
> Is anybody on this list actually using iax2 for > anything mission-critical? Yes. 2K inbound / outbound calls a day to 30 remote locations, aggregated to 2 PRI's tied together with IAX2. All with IP address specified rather than hostname. All with Asterisk 1.0.9. All with 99.9% completion rate, and it would be 99.999% if we weren't using consumer grade DOCSIS cable modems in the
2002 Mar 31
2
Problem compiling wine with latest cvs
I can't get recent cvs versions to compile. After running cvs update -PAd and ./tools/installwine I get these messages gcc: Internal compiler error: program cc1 got fatal signal 11 make[2]: *** [ordinal.o] Error 1 make[2]: Leaving directory `/usr/local/src/wine/dlls/shlwapi' make[1]: *** [shlwapi/shlwapi.dll.so] Error 2 make[1]: Leaving directory `/usr/local/src/wine/dlls' make: ***
2016 Jun 12
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...pend to much time on fixing this by > playing around with environment variables, cmake options etc. > But I think this is a serious concern, we need to think verify this time > complexity other wise building a large software with IPRA enable would be > very time consuming. > > The toughest part for this week was to get lit and FileCheck work as you > expect them to work, specially when analysis pass prints info on stdio and > there is also a output file generated by llc or opt command. > > So here is brief summary : > > Implementation: > ============ > > Re...
2016 May 28
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
Dear community, This is to brief you the progress of Interprocedural Register Allocation, for those who are interested to see the progress in terms of code please consider http://reviews.llvm.org/D20769 This patch contains simple infrastructure to propagate register usage information of callee to caller in call graph. The code generation order is changed to follow bottom up order on call graph ,
2016 Jun 15
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...ing this by >> playing around with environment variables, cmake options etc. >> But I think this is a serious concern, we need to think verify this time >> complexity other wise building a large software with IPRA enable would be >> very time consuming. >> >> The toughest part for this week was to get lit and FileCheck work as you >> expect them to work, specially when analysis pass prints info on stdio and >> there is also a output file generated by llc or opt command. >> >> So here is brief summary : >> >> Implementation: >&g...
2016 Jun 19
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...environment variables, cmake options etc. >>>> But I think this is a serious concern, we need to think verify this >>>> time complexity other wise building a large software with IPRA enable would >>>> be very time consuming. >>>> >>>> The toughest part for this week was to get lit and FileCheck work as >>>> you expect them to work, specially when analysis pass prints info on stdio >>>> and there is also a output file generated by llc or opt command. >>>> >>>> So here is brief summary : >>...
2009 Jun 14
6
a proposal regarding documentation
Proposal That a new mailing list be established that pertains exclusively to R documentation. The purpose of the list would be to discuss weak sections of the documentation and establish fixes for those weak spots. Pro If it works, there would be better documentation. It would be an excellent opportunity for newish and/or less technical people to contribute to R. In some respects such people
2006 Jan 17
6
OT: DCAP Certification
Hi, emails to astricon.net seems to bounce (at least for me) I need information about proper & authorized Asterisk training in the Miami, FL area and the possibility of later DCAP testing. Thanks, -- ------------------------------------------- Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama