Displaying 3 results from an estimated 3 matches for "franzoni".
2006 Dec 15
2
Per-process QoS on Linux?
...al ethernet interfaces with different IPs
and binding servers/daemons to different IPs.
Now, I''d like to use qos on my desktop as well, so I''d like to give a low
traffic priority to one software, and an higher one to another... is there
any way to get that accomplished?
--
Alan Franzoni <alan.franzoni.xyz@gmail.com>
-
Togli .xyz dalla mia email per contattarmi.
Remove .xyz from my address in order to contact me.
-
GPG Key Fingerprint (Key ID = FE068F3E):
5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E
_______________________________________________
LARTC mailing list
LAR...
2007 Dec 02
2
Bidirectional rsync with "trash" support
...d from A, it is *not* deleted
from B immediately, but it is moved to a special trash folder, which I can
later review and decide when to empty, in order to "save" myself from
potential errors.
Google didn't help me in my search. Has anybody heard about something like
that?
--
Alan Franzoni <alan.franzoni.xyz@gmail.com>
-
Togli .xyz dalla mia email per contattarmi.
Remove .xyz from my address in order to contact me.
-
GPG Key Fingerprint (Key ID = FE068F3E):
5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E
-------------- next part --------------
HTML attachment scrubbed and rem...
2012 May 03
2
Issue: packages with same name, different providers.
Hello,
I''ve just run into an issue I''m not able to solve.
I need to have puppet install both the mysql package through yum, AND
the mysql gem.
Those are the pieces of my config as I''m trying to use it:
package { ''mysql-all'':
ensure => latest,
name => ''mysql'',
provider => yum,
}
package