Displaying 4 results from an estimated 4 matches for "zaarly".
Did you mean:
aarly
2008 Dec 16
2
Syncing file with reference to another one
I have the following situation: file2 on remote host and file1 on
localhost. file1 and file2 are mostly the same. Simply running
rsync remotehost:file2 file2
will actually transfer the entire file. But I would like to use the
factt that I have local file1 that is mostly similar to file2. I.e.
how can I make rsync to use file1 as a reference while transferring
file2? (cp file1 file2 locally and
2008 Dec 26
1
Advice Partner PRPC650 - no serial device
Good day!
I'm struggling to connect by Advice Partner PRPC650 UPS to Nut. The
UPS uses USB for communication and the current problem is that serial
device (/dev/ttyUSB*) is not detected. OS is Debian Lenny (same
behavior on Ubuntu Hardy).
Did anyone have any success with this UPS? Here is what my dmesg and
udevmonitor say (on Debian):
dmesg:
usb 2-3: new low speed USB device using ohci_hcd
2008 Dec 10
0
No subject
will be used by Nut's powercom driver.
I've failed to google anything about this UPS working with Linux.
>
> What does 'lsusb -d 0d9f:0002' say for this device?
Bus 001 Device 002: ID 0d9f:0002 Powercom Co., Ltd
The current progress is like this:
With help from linux-hotplug guys
(http://thread.gmane.org/gmane.linux.hotplug.devel/13551) I've managed
to /dev/ttyUSB0 to
2011 Nov 14
3
nginx + unicorn deployment survey
Hello all, I''m wondering if you deploy nginx:
1) on the same machine that runs unicorn (exclusively proxying to that)
2) on a different machine that doesn''t run unicorn
3) both, nginx could forward to either to localhost
or another host on the same LAN
And of course, the reason(s) you chose what you chose. I''m inclined
to believe many folks are on 1) simply