search for: somethis

Displaying 13 results from an estimated 13 matches for "somethis".

Did you mean: somethin
2020 Apr 05
2
samba Digest, Vol 208, Issue 5
> > I'm looking for some general advice. > > > > I'm beginning to set up a Raspberry Pi 4 as a SOHO server with Samba on Raspbian Buster. > > > > I will be running as a member of an existing Windows AD (JOIN), then allow logging in from > > Windows and Linux clients. > > Do you mean as a Unix domain member or as an AD DC ? > > This is a
2007 Sep 21
11
given_it
Hello, Just decided to check whether I am doing something that makes sense or not. I was thinking about how cool would it be to re-use examples (just like we reuse story scenarios with GivenScenario). I was not sure if this possibility already exists in rspec (and, honestly, was lazy to check), so I have created this helper: def given_it(name) example_definition =
2011 Nov 20
9
scanning word document in ruby
I am new to the ROR and just got stucked into something.... ....that is i have to scan a word document through ruby... Please suggest me how to do...... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2020 Apr 05
0
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
On 05/04/2020 17:34, Rick Hollinbeck via samba wrote: > Yes, I am setting up a new Samba-based AD DC. If you are joining? to an existing domain, then you cannot be setting up a new domain ;-) > The goal is to eventually transfer the FSMO roles to the Pi and remove my current Windows > 2008 servers. Shouldn't be a problem. > > Should I install BIND9 and DHCP first, then install
2006 Oct 05
3
metacity support
I have installed compiz with metacity support, my metacity libs are 2.16.3 and I used this command to on theme support gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true but I can`t change border of windows in gnome-theme-manager I can change theme only. Is metacity support functionall yet ? Or I maked something wrong.
2019 Aug 14
2
Dovecot not responding to external clients
Hi all I have Dovecot on my Linux-Mint workstation, running IMAP for the Thunderbird client thereon, but previously also for my phone and laptop clients as well. Since upgrading to Linux-Mint 19, however, although the Thunderbird client on the workstation works just fine, the other clients can't connect. I've disabled the firewall, and nmap shows the ports open, so it seems like some
2007 Feb 28
0
RoR&Apache - htaccess rewrite directories fail?
On my server I have a directory at the root, /rails/ which contains other directories with rails projects. In my httpd.conf I have RewriteEngine On RewriteLog "logs/rewrite.log" RewriteLogLevel 9 RewriteCond %{REQUEST_URI} !^/rails/([^/]+)/public/ RewriteRule ^/rails/([^/]+)/?(.*)$ /rails/$1/public/$2 [QSA,L] So with a GET /rails/test/ you''d get sent to /rails/test/public/ and
2020 Apr 06
2
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
Thanks for your advice, Rowland > > Yes, I am setting up a new Samba-based AD DC. > If you are joining? to an existing domain, then you cannot be setting up > a new domain ;-) Yes - joining a new DC to an existing domain. > > Should I install BIND9 and DHCP first, then install Samba and do the join? > > I personally would do it in stages, set up the Rpi, add
2007 Dec 24
5
output link_remote_to in helper
Hi all, I have a complex link_remote_to link I need to generate often. I want to DRY up my view and create a helper that generates this link_remote_to for me. Is there a way my helper can output the link_remote_to javascript? Thanks STijn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2005 Apr 26
8
HTB Weird Shaping Question(Bug?). Please Help!
Hi all, I have a script that allocates an ADSL(1500K/256K) bandwidth to three users. My idea is to allow each user having a guarentee rate, while each one is allowed to burst to the max rate while no one is using the bandwidth. I use imq0 for uplink (for some mobility reason) and imq1 for downlink. Everything works smoothly except for VoIP traffic. There are three VoIP phones attached to a
2007 Oct 19
27
Assumption tests
Hi all, I''ve been thinking about the whole validator/relationship speccing issue, and I came up with a suggestion, which I''d love to get some feedback on. The full article is available at http://www.inter-sections.net/ 2007/10/19/what-to-test-and-specify-and-where-to-do-it/ , with the relevant bit being about halfway down, but here''s the gist of it: 1.
2008 Feb 15
4
understanding dom0 usage memory
Hi guys, First of all, sorry for my poor english. This is my first message at this list. I''m using Xen on several machines since last November. Right now I''m having a specific problems with 2 servers: both are losing the network on dom0 but all guest systems are still running fine. Looking at those dom0 logs I''ve discovered that sometimes linux kernel OOM-Killer
2006 Aug 01
2
Common Power Management : NUT and HAL (stage 1)
Hi fellows, I'm really pleased to announce that a first stage of NUT and HAL [1] integration has been reached: NUT drivers (in fact, only newhidups, tripplite_usb and bcmxcp_usb for the moment) can feed HAL data. It's a "quick and dirty" hack, as a proof of concept, and there is still lots of things to be done, both on NUT and HAL sides. But it's a good base, and very