similar to: Пикап

Displaying 20 results from an estimated 200 matches similar to: "Пикап"

2010 Jun 14
49
iSCSI and LVM
Hi Everyone, I am going to get a storage server which will be connected to my Xen hosts via iSCSI/Ethernet. I wish to use LVM for the DomU disks. The storage server will have a RAID10 array, and 2 Xen hosts will connect to this (Each will have a 50% share of the RAID10 array, space wise). What is the best way to go about this? Should I: a) Split the RAID10 array into 2 partition on the
2009 Oct 09
1
Samba4 stability: Just because I'm curious
Hi people: I know that Samba4 isn't ready for production yet, i understand that is in alpha phase. But I'd like to know what "isn't ready for production" means? What minimal features are stable and what aren't? Does this mean that the basic funcionality could just make Samba4 hang? I would appreciate some comments about the features or reasons that makes Samba4 unstable
2010 Jun 06
2
Can SAMBA work with 2008 R2 Read Only Domain controller
Hello, ? We are planing to utilize Microsoft 2008 R2 Read Only Domain controller, and deploy RODC's in branches. ? If I would like to have SAMBA servers in those branches, will I be able to add them to the domain (using "net ads join") and work with them, when using the RODC's as domain controllers configured in my smb.conf & krb5.conf? ? I have looked around and did not
2010 Nov 24
1
Пикап
?????????? ???????? ???????? ???? ???????????? ?????????????????????????? ???????????? ?? ?? ??????????????, ?????????????? ???????????????? ???????????????? ?? ???????? ???????????????? ???? ???????????? ?? ?????????????????????? ?????????? ???????? ???????????? ???? ???????????? ?????? ?????????????????????????? ?? ????????????????? , ?? ???????????? ?????????????????? ??????????????,
2010 Nov 24
0
Пикап
?????????? ???????? ???????? ???? ???????????? ?????????????????????????? ???????????? ?? ?? ??????????????, ?????????????? ???????????????? ???????????????? ?? ???????? ???????????????? ???? ???????????? ?? ?????????????????????? ?????????? ???????? ???????????? ???? ???????????? ?????? ?????????????????????????? ?? ????????????????? , ?? ???????????? ?????????????????? ??????????????,
2006 Mar 20
5
Google AdSense question to Rails community
Hello everyone! I''m not sure if it''s right place to ask, but what is your experience with google adsense? I plan to implement free web service for community and would like to cover hosting costs. Is adsense worth the hassle? olegf
2005 Mar 10
4
Google AdSense
Hi all, I'm thinking of possibly trying out Google AdSense on the syslinux web pages. Before doing so, however, I'd like to hear: a) Would anyone object to such a move? (And if so, why?) b) Does anyone have good/bad experiences with AdSense that they would like to share? -hpa
2010 Dec 15
3
Centos-DS as backend
Hello! I need to use Centos DS as backend. Really need. Anybody can point me to actual documentation? -- Stanislav
2008 May 30
1
Prototype doesn't work if we have swf content on the same page
I having to many troubles with prototype and scriptaculous when i have object tag to embed swf content on webpage. First it conflict with adsense and the page can''t be showed on IE6, fine, i remove adsense banners. But my lightbox galery(maded with prototype) doesn''t work if i had swf content from youtube... Some body can help with this problem? I''m starting hate
2008 May 22
3
SOAP client in Ruby/Rails
Hi all. I have a need to build a SOAP client using Ruby and Rails. I''m accessing a document/literal style SOAP service. I''ve been poring over documentation (well, there really doesn''t seem to be any, so that''s a little misleading), blog posts, and outdated tutorials all day, and I still don''t really have anywhere to begin. Every tutorial seems to have a
2004 Sep 30
12
Block domains with Shorewall
Hi, like implementing this script with shorewall? -------------------------------------------- #!/bin/sh dig ads.web.aol.com | grep "ads." | grep -v \; | grep -v \< | cut -f5 | while read aolblock1; do iptables -A OUTPUT -p all --destination $aolblock1 -j DROP done --------------------------------------- Thanks, Aventino Faria
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker something like http://www.daantje.nl/blog/index.php?buttonID=37 or http://typetester.maratz.com/ i just thought i''d ask before i force myself to doing this. thanks mark renn _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2009 Sep 17
1
A device with two interfaces
I would appreciate advice over that question. I have two devices with both wirelees and ethernet cable interface. A laptop and a media recorder, in a domestic network over a D-Link DSL-G624T router. My first approach was to assign only one static IP to each device: the same for both interfaces. My reason to do that was that they both can't never be active simultaneously and, on the other
2010 Dec 21
3
Request for comment on post on SEO QuickStart for Rails
Hi, http://programmers-blog.com/2010/12/21/quick-start-to-seo-for-ruby-on-rails What do you think about this guys? I looked through the whole Internet ;) and found nothing simple that would suit my simple needs. So I did these things on my own and wrote about the process. Thanks for any comments! Regards, M&W. -- Posted via http://www.ruby-forum.com/. -- You received this message
2009 May 01
1
Including external files
I quite often find myself making documents that pull together other fragmentary documents. Does anyone have suggestions for an include or embed syntax? I.e. a way of saying "pull in the contents of document X here". Has this been implemented before? Such a syntax might be: (embed: snippet.txt) or [include](snippet.txt) Your thoughts? Best regards, - Daniel
2009 Apr 28
0
google adsense breaks render :partial =>
Hey everybody, i''ve got a control that returns a partial, no biggie. Except when that partial contains the javascript for my adsense account. Then the partial renders correctly, and then quickly replaces my page with nothing by the ad. When i take away my adsense js, everything works great. Has anyone encountered this before, or know how to get around it? def submit_remote_form render
2008 Jul 02
0
Adsense reader
Hello all, I''ve been trying to make an adsense reader for my rails app, and I''m running into a lot of trouble. Here''s what I want: On my admin page I''d like to be able to display the $ in my adsense account. (Like the amount that each person has made, not how much we''ve spent). I looked into adwords4r, but it only works for adwords, I want it for
2007 Feb 27
0
Google Adsense in my RHTML templates not showing up
This is quite weird. I''m trying to put a few Google ads in my app to test placement, but they don''t show up. I''m in production mode and have tried restarting the server etc. If I view page source the code is right there and it all looks good. I''ve put the Adsense code in some partials along with in my layouts/ application.rhtml file. If I take the exact same
2009 May 24
11
Class method not being stubbed
Hi guys. I''m setting an expectation on a class method. For some reason, the method isn''t being stubbed, and the expectation isn''t seeing the call. In KeywordListsController#create, I call the private method #create_keywords_and_associate, which calls AdSenseHeavenParser#parse . Thus, some of my specs set an expectation on AdSenseHeavenParser#parse . However, that
2009 Sep 01
1
avoiding local users
Dear all, I am new to samba. have configured a samba share, pls see config file below and my problem is that the share works successfully however to work I need to create an equivalent user locally , in the case ' boule ' . Is there a way to authenticate to the domain , force user and group as apache and having the valid users not created locally on the machine ? tnx konrad # This is