Displaying 20 results from an estimated 700 matches similar to: "Hidden and Dangerous 2 and a strange bar"
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this
script:
#!/bin/sh
#backup friday
#"Spinning up backup drive and mounting it .."
cd /
mount /mnt/hd2
#"Starting backup procedures"
rsync -avx --exclude="/home/gary/.thumbnails/"
--exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary
/mnt/hd2/2010
umount /mnt/hd2
#END
It backs
2014 Dec 11
0
CentOS 7 grub.cfg missing on new install
On 10/12/14 18:13, Jeff Boyce wrote:
> Greetings -
>
> The short story is that got my new install completed with the
> partitioning I wanted and using software raid, but after a reboot I
> ended up with a grub prompt, and do not appear to have a grub.cfg file.
> So here is a little history of how I got here, because I know in order
> for anyone to help me they would
2006 Dec 10
0
Rails Recipes: Drag'n'Drop Sortable List with unique index?
Hi all
On page 31 of the "Pragmatic Programmer''s Rails Recipes" book there''s
the recipe "Creating a Drag-and-Drop Sortable List". I think this is
very useful, but sadly I have a unique constraint on my product_id and
position fields (because the acts_as_list scope is product_id).
When I try the recipe then Rails crashes very very badly: I have to
restart the
2007 Apr 13
2
White Boarders in AIGLX on non-decorated window types
A patch was submitted to the ML a while ago that cured the problem with
white boarders in Gtk-Window-Decorator. Can this patch be commited or be a
at least fixed up to work with AIGLX?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/compiz/attachments/20070413/ac87c932/attachment.html
2008 Feb 25
3
Whitespace in img src
Hello,
markdown (Python implementation) seems to render:

to
<img src="pfad/und/eine" title="lange/url zum bild.jpg"
alt="alternativer text"/>
breaking the URL at the whitespace. AFAIK whitespaces are ok in URLs
so why is it breaking up the URL here?
Thanks,
Florian
--
I'm using an
2017 Apr 12
1
Rsync slow with hard links
I am running rsync throuhg cygwin and trying to "mirror" two hard drives
(hd1 -> hd2). HD1 have tons of hard links (I will say about 2 millions)
because I do monthly backups and have about 13 folders and maybe about
150,000 files. Every month when I make a new snapshot I would also want to
mirror HD1 to HD2. I tried running
rsync -aH --progress -vv /cygdrive/d/ /cygdrive/e/
I though
2011 Mar 27
1
Sweave: include a multi-page-pdf plot
Hi,
I'm just starting out with Sweave, and I can't get a plot(linmod) to
display all four plots:
<< bild >>=
x1 <- runif(100)
x2 <- rexp(100)
y <- 3 + 4*x1 + 5*x2 + rnorm(100)
mod <- lm(y~x1+x2)
plot(mod)
@
Some Text
<<fig=TRUE>>=
<<bild>>
@
This plots only the first image of the four-page plot.lm() result.
I don't want to use
2012 Nov 16
2
grant windows group share permission
Hello
i like to give a windows group (W2K3-AD) permissions to use a share
read/write on a Samba domain member server. Therefore if have added
the Samba server to the domain without problem and created a share
like this:
[bild]
comment = Some Comment
path = /data/bild
admin users = root
force user = smbuser
force group = sambashare
valid users = DOMAIN\w-user1
2007 Apr 29
3
White boarders on size 32 shadows. Intel platform only
Recently, I brought up a topic about white boarders being drawn instead of
shadows in Gnome-Window-Decorator. A patch was made up by gandalfn to
correct this by making 32 pixel shadows 33 pixels, however the patch was not
committed because it was a workaround.
This is a huge functional annoyance to us intel users and needs to be cured.
There are two soultions I can think of:
1 Get in contact
2017 Jan 11
2
Samba With Shared Server Enable Trash
Dears,
i setting a samba with shared server in me enviroment but i do not knew
enable
trash for this.
What setting i need for enable trash in me samba?
I search links in google for enable trash in samba4 but i do not give help.
Below my smb.conf:
[global]
# Substituir xxxxxx pelo nome do domÃnio desejado caso necessário
workgroup = oduvaldocozzi
# Substituir xxxxxx pelo nome do servidor
2014 Dec 10
4
CentOS 7 grub.cfg missing on new install
Greetings -
The short story is that got my new install completed with the partitioning I
wanted and using software raid, but after a reboot I ended up with a grub
prompt, and do not appear to have a grub.cfg file. So here is a little
history of how I got here, because I know in order for anyone to help me
they would subsequently ask for this information. So this post is a little
long, but
2011 Sep 12
6
WINE fails in directories with Question Marks in name
Is there a way to tell WINE that question marks in directory names are okay? WINE fails whenever I ask it to access a file from within a directory with a question mark in its name.
Specifically, my HTPC marks all commercials using WINE and Comskip. Whenever the schedule includes a tv show with a question mark in its title, WINE fails. Here are the logs that illustrate the failure.
Script log
2013 Oct 21
2
png(type='cairo'): point symbols without boarders are not anti-aliased?
Hi,
It seems that anti-aliasing in png(type = 'cairo') is not well
supported for the point symbols without boarders, e.g. pch = 16. The
Cairo package works well, though. You can compare png() with
CairoPNG():
png(): http://i.imgur.com/8niB3jX.png
CairoPNG(): http://i.imgur.com/FZBJOxm.png
f = function(dev, ..., main = '') {
dev(...)
plot(c(1, 2, 1, 2), c(1, 1, 2, 2),
2008 Sep 22
2
Problem with booting/grub (?)
Earlier this evening, I had the interesting experience of shutting down
my machine (because of that lp out-of-sync problem, discussed
elsewhere), and watching it not come back up. I admit that I changed
out one of my DVD writers for another one, but I don't understand how
that could have had any effect on this:
When I restarted the machine, it came up to the point where it normally
shows:
2017 Jul 25
0
[Questions] About small files performance
Dear all
Recently, i did some work to test small files performance for gnfsv3
transport. Following is my scenario.
#####environment#####
==2 cluster nodes(nodeA/nodeB)==
each is equipped with E5-2650*2, 128G memory and 10GB*2 netcard
nodeA: 10.254.3.77 10.128.3.77
nodeB: 10.254.3.78 10.128.3.78
==2 stress nodes(clientA/clientB)==
each is equipped with E5-2650*2, 128G memory and 10GB*2
2020 Jul 31
0
8.2.2004 Latest yum update renders machine unbootable
On Fri, 2020-07-31 at 22:35 +1200, Alan McRae via CentOS wrote:
> I am running an Intel x64 machine using UEFI to boot an SSD.
>
> Installing the latest yum update which includes grub2 and kernel
> 4.18.0-193.14.2.el8_2.x86_64 renders the machine unbootable, blank
> screen where grub should be, no error messages, just hangs.
>
> After some hours I managed to modify another
2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
When I use my kickstart file (which works on 5.1 x86_64) with 5.2 I get
the following error.
I put my kickstart file at the end.
Do I have something incomaptible in the file?
jerry
--------------------------------------
Traceback (most recent call first):
File "/usr/lib/anaconda/network.py", line 341, in lookupHostname
ret = isys.pumpNetDevice(dev.get('device'),
2007 Oct 29
1
shading of curves with polygon
Hello again
With the poylgon function it's possible to plot shaded areas under a curve.
But somehow it connects the start and the endpoint of a line and fills whats between them. I would actually like to set the boarders of the shading by two min and max curves, but I failed.
i tried stl like:
polygon(min, max, border=0), where min and max are my curves plotet by plot(max)
lines(min)
2010 Oct 18
1
Incorrect positioning of raster images on Windows
I am working on dumping raster data from R into PNG files using
rasterImage(). I am working with a test matrix from the rasterImage()
example and using it to produce a PNG image with the following code:
# From the example for rasterImage(). A 3 pixel by 5 pixel b/w checkerboard.
testImage <- as.raster(0:1, nrow=3, ncol=5)
testImage
[,1] [,2] [,3] [,4] [,5]
[1,]
2010 Oct 18
1
Incorrect positioning of raster images on Windows
I am working on dumping raster data from R into PNG files using
rasterImage(). I am working with a test matrix from the rasterImage()
example and using it to produce a PNG image with the following code:
# From the example for rasterImage(). A 3 pixel by 5 pixel b/w checkerboard.
testImage <- as.raster(0:1, nrow=3, ncol=5)
testImage
[,1] [,2] [,3] [,4] [,5]
[1,]