Displaying 4 results from an estimated 4 matches for "hotshot".
Did you mean:
hotspot
2005 Jul 26
1
Loosing connection to samba shares
hi list,
I've set up my server as standard fileserver and typically everything's
working as expected. But sometimes I have these weird connection losses when
copying onto the server AND reading from it. At least it seams as if it only
happens when there are multiple activities (especially when copying onto the
server while watching a DVD lying on another share).
The only thing I've
2001 Nov 06
3
rsync over different ssh port
hey folks,
rsync is a great tool! i use it mostly to sync up Documents between several
machines. i use it like this:
rsync --progress -vrae ssh /home/bill/Graphics/
bill@vortex:/home/rmckown/Graphics/
the problem i have, is i want to specifiy a specific ssh port other than 22.
i want to connect to a specific ssh server behind the firewall on the remote
end.
it would be nice to use the
2018 Feb 22
2
a few simple questions about upgrading an "official" centos 7 release
On Thu, 22 Feb 2018, hw wrote:
> Robert P. J. Day wrote:
... snip ...
> > oh, i appreciate the need for caution; on the other hand, it
> > always struck me that the training room is the *ideal* place for
> > students to experiment with things they're too nervous or unsure
> > of to try back at the office. this is typically why, when i'm
> >
2009 Oct 20
8
Stub that returns hash values
Is it possible to create a stub that returns hash values.
For example I would like to convert this:
@siteItem = stub(''plmSiteItem'', :one => "uno")
To something like this:
@siteItem = stub(''plmSiteItem'', {''one'' => ''uno'', ''two'' => ''dos''} )
So that I can do this: