Displaying 13 results from an estimated 13 matches for "ofhttps".
2017 Dec 15
0
Traffic shaping on CentOS
On 12/15/2017 4:10 AM, Fabian Arrotin wrote:
> I don't know your full requirements, but in the past for simple QoS gw I
> used FireQOS
> It's part ofhttps://firehol.org/ , but can be used without firehol so
> in parallel of your own iptables rules
That looks nice. It appears to be a declarative front-end to tc that
eliminates some of the boilerplate like setting defaults.
The gateway is for a small business and I don't want shell and remot...
2007 Aug 22
1
Interface for administration
Hi *, I need to choose a platform for building the administrative
part of http://www.zooppa.com
Actually I like both streamlined and activescaffold, they seem both
good.
I''d like to ask to people using it which one is more likely to manage
correctly things like validations, polymorphic associations, STI and
in general complex data.
If it''s also easy to modify it would
2008 Mar 09
1
Event delegation library that interacts with Scriptaculous
Hey Guys,
Wanted to let you know about an event delegation library that
interacts with Scriptaculous that we''ve used to make interactive UI
elements with really clean code. We used it with Scriptaculous to
create the scrolling widgets on the homepage of http://javascriptmvc.com/.
It''s called Controller and it is an event delegation library that
helps logically organize your
2017 Dec 15
2
Traffic shaping on CentOS
On 15/12/17 07:05, Kenneth Porter wrote:
> I came across this on the Fedora devel list. I added
> /etc/sysctl.d/51-bufferbloat.conf containing the suggested line and it
> installs the new codel qdisc as desired. There's probably more knobs
> that might be useful to tweak but this makes a good start. More reading
> on the bufferbloat site suggests that the later "cake"
2008 Jan 16
4
Calendar in Rails
HI All,
Please can anyone tell me whether there is a rails plugin/app that
allows creation of a calendar that can render events. I am not talking
about a calendar date picker of which there are several, but something
more along the lines of http://www.backpackit.com/calendar where an
html/css calendar can be rendered with dates highlighted.
Many thanks
Anthony
2020 Jun 05
1
Cannot log in to IMAP server and logs are unclear as to why
Hi Aki,
Again, thanks very much for your response. Your solution of adding the colons worked. Actually, I futzed with it a little bit and it works with as few as 2 added colons.
This is interesting since in the examples section of https://doc.dovecot.org/configuration_manual/authentication/passwd_file/ it explicitly states:
-----------------------
This file can be used as a passdb:
2011 Feb 07
8
Pygments
The Pygments highlighter supports many more languages than CodeRay.
Pygments is written in Python, but I''ve seen non-Python projects use it
(Jekyll, Pygments).
There''s also this: https://github.com/nex3/rb-pygments
Any idea how much work it would be to add Pygments support to Webgen?
2011 Oct 11
5
Could not retrieve local facts: private method `split' called for nil:NilClass
Hello,
I am installing Puppet Enterprise agent (puppet-enterprise-1.2.1-
solaris-10-sparc) on a Solaris 10 64bit SPARC system. When I view the
logs for the agent I see:
puppet-agent[14680]: [ID 702911 daemon.error] Could not run Puppet
configuration client: Could not retrieve local facts: private method
`split'' called for nil:NilClass
The client successfully initiates a cert exchange
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
Thanks! I'll get this posted on the web site.
The "Performing Test ... failed to compile" failures from cmake are
not interesting. But could you look in the log file and try to see
what were the tests that failed in the "check-all" step?
On Thu, Sep 12, 2019 at 4:39 PM Neil Nelson via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Xubuntu/Ubuntu 19.04,
2008 Apr 16
12
how to accomplish pagination in RoR
Hi Folks,
I am just trying to get started up in RoR, I have done a simple
application of add, edit, delete....
I am now trying to accomplish pagination in RoR, I referred a few
tutorials, however none of the examples that i tried from there,
seemed to work error free..... I have heard that lots of things have
deprecated in RoR, can someone please post me a detailed report of how
i can
2011 Oct 11
10
Create Two objects at the same time
I have user model and referral model. Referral model has user_id as
field.
Now when a new user is created, I need to call referral#create as well
and pass it the id of the newly generated user to user_id of referral
model. How can I do that.
--
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
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
...rom rc3 to rc4, and there are again no
>>> open release blockers, so I'm hoping this will be the last release
>>> candidate and that we can tag the final release soon.
>>>
>>> Please file bug reports for any issues you find, marking them blocking
>>> ofhttps://llvm.org/PR42474
>>>
>>> Release testers, please run the test script, share your results, and
>>> upload binaries.
>>>
>>> Thanks,
>>> Hans
>>> _______________________________________________
>>> LLVM Developers mailing list...
2007 Mar 04
23
Sound support for script.aculo.us
Hi all,
I''ve added a new library called sound.js to script.aculo.us, which
allows for playing (mp3-based) sound effects. It works without using
Flash, by using IE''s internal sound playback mechanism (BGSOUND) and
falling back on using whatever plugin is used for audio/mpeg on other
browsers (in real world terms, this means QuickTime or a QuickTime-
compatible plugin).