Displaying 20 results from an estimated 300 matches similar to: "no access to certain WEB sites using CentOS 6.5"
2014 Dec 20
2
no access to certain WEB sites using CentOS 6.5
On Sat, Dec 20, 2014 at 6:28 AM, Jonathan Billings <billings at negate.org> wrote:
> I suggest keeping your system up to date before trying to track down
> whatever problems you're having.
I was able to remove firefox from the equation and reproduce the
problem using curl
NON working URL
[igor at localhost ~]$ ping www.iquaid.org
PING www.iquaid.org (208.97.177.112) 56(84) bytes
2019 Sep 24
7
[centos/centos.org] branch master updated (2459e4e -> 6c8ca10)
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository centos/centos.org.
from 2459e4e Correct download links for ISO images for 7.7.1810 release
new 0ce3254 Updating who/what/where/why for the world of two CentOS distros. - Quick blurb about each distro begins answering questions about the new distro - Release
2014 Dec 24
3
A Question of Style
On 12/23/2014 03:56 PM, Yves Bellefeuille wrote:
> On Tuesday 23 December 2014, PatrickD Garvey
> <patrickdgarveyt at gmail.com> wrote:
>
>> In
>> http://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2c
>>
>>
ca54dd79e5 the standard for the wiki username is established as
>> FirstnameLastname.
>>
>> In
2014 Dec 24
2
A Question of Style
On Dec 23 16:29, PatrickD Garvey wrote:
> On Tue, Dec 23, 2014 at 4:18 PM, Karsten Wade <kwade at redhat.com> wrote:
>
> > On 12/23/2014 03:56 PM, Yves Bellefeuille wrote:
> > > On Tuesday 23 December 2014, PatrickD Garvey
> > > <patrickdgarveyt at gmail.com> wrote:
> > >
> > >> In
> > >>
2014 Dec 23
3
A Question of Style
Please read this in the spirit of my understanding what the CentOS
community norms are. I fault neither of those mentioned for doing what they
have done. I just want to understand how we all are documenting the CentOS
distribution.
In
http://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5
the standard for the wiki username is established as FirstnameLastname.
In
2003 Mar 26
3
hist overlay...
thanks to all for the 2d scatter plot.
i have one more.
how do i plot 'hist(y1, col="red") and hist(y2,col="blue") in the same window?
thanks again.
2014 Dec 21
0
no access to certain WEB sites using CentOS 6.5
On 12/20/2014 04:03 PM, Igor Furlan wrote:
> On Sat, Dec 20, 2014 at 6:28 AM, Jonathan Billings <billings at negate.org> wrote:
>> I suggest keeping your system up to date before trying to track down
>> whatever problems you're having.
> <cut>
>
> [igor at localhost ~]$ traceroute www.iquaid.org
> www.iquaid.org: No address associated with hostname
>
2007 Nov 07
1
strwidth and strheight for rotated text
Dear All,
I would like to plot text with a box around it. I used strwidth and
strheight to compute the size of the box which is plotted with rect:
z <- rnorm(10)
# horizontal text works
plot(rnorm(10))
x1 <- 5
y1 <- 0
label <- "Label"
cha <- paste(" ", label, " ", sep = "")
xh <- strwidth(cha, cex = par("cex"))
yh <-
2005 Nov 16
2
mdf no sound issue
Jean Marc & list,
Following up on this- there seems to be an issue with this calculation
in mdf.c (Smooth echo energy estimate over time)
Pey += Eh*Yh;
Pyy += Yh*Yh;
it goes too large for floating point, which seems to be caused by extremely
large values in st->Rf[j], st->Yf[j] and smaller values in st->Eh[j],
st->Yh[j]-
things were relatively quiet
2009 Jan 07
1
[PATCH 1/5] cpumask: update irq_desc to use cpumask_var_t
An embedded and charset-unspecified text was scrubbed...
Name: cpumask:update-irq_desc-to-use-cpumask_var_t.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20090107/8ebe5843/attachment.txt
2009 Jan 07
1
[PATCH 1/5] cpumask: update irq_desc to use cpumask_var_t
An embedded and charset-unspecified text was scrubbed...
Name: cpumask:update-irq_desc-to-use-cpumask_var_t.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20090107/8ebe5843/attachment.txt
2009 Jan 07
1
[PATCH 1/5] cpumask: update irq_desc to use cpumask_var_t
An embedded and charset-unspecified text was scrubbed...
Name: cpumask:update-irq_desc-to-use-cpumask_var_t.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20090107/8ebe5843/attachment.txt
2002 Mar 13
2
barplots with std-error
hi,
i am trying to generate nice barplots with std-errors.
do i really have to generate the std-errors myself by the segments()
command ?
thanks for help,
jan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2007 Aug 30
3
piecewise linear approximation
Dear list,
I have a series of data points which I want to approximate with exactly two
linear functions. I would like to choose the intervals so that the total
deviation from my fitted lines is minimal. How do I best do this?
Thanks!
Kamila
The information transmitted in this electronic communication...{{dropped}}
2012 May 17
2
Programming API for SSH tunnelling
Hi,
Is it possible to program ssh tunneling in C or C++ rather than to use
shell command? Are there any APIs for ssh tunneling available? I was told
by friends that the openssh is working on it, please point me which version
of openssh support API ssh tunneling.
Thank you.
Kind regards,
J. yh
2018 Dec 30
3
[cfe-dev] Portable multiplication 64 x 64 -> 128 for int128 reimplementation
_mulx_u64 only exists when the target is x86_64. That's still not very
portable. I'm not opposed to removing the bmi2 check, but gcc also has the
same check so it doesn't improve portability much.
~Craig
On Sat, Dec 29, 2018 at 4:44 PM Arthur O'Dwyer via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Pawel,
>
> There is the _mulx_u64 intrinsic, but it
2004 Mar 03
1
Bug in plot.lm (PR#6640)
Dear all,
I noticed the following behaviour of plot.lm:
> fm1 <- lm(time~dist, data=hills, weights=c(0,0,rep(1,33)))
> par(mfrow=c(2,2))
> plot(fm1)
Warning messages:
1: longer object length
is not a multiple of shorter object length in: res/(sd * (1 - hat))
2: longer object length
is not a multiple of shorter object length in: (res/(sd * (1 - hat)))^2 * hat
which seems to be
2008 Mar 12
2
how to save a chart as ps in R?
Hi guys,
I remember that we had some ways to save a chart as ps file, which can be
used by latex directly. I can't find it now. Can you guys give me some
hints?
Thanks very much.
--
Samuel Wu
http://webclipping.com.cn
[[alternative HTML version deleted]]
2019 Dec 04
2
PC relative load/store in LLVM Target?
Hello,
Is there any exist LLVM Target (backend) that support PC relative load and
store? If so, what exactly is the instruction?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191204/c345ac5c/attachment.html>
2008 Jul 15
4
Patch from LKML
> On Tue, Jul 15, 2008 at 10:33 AM, Suresh Siddha
> <suresh.b.siddha at intel.com> wrote:
> > On Sun, Jul 13, 2008 at 10:19:35PM -0700, Yinghai Lu wrote:
> >>
> >> fix for pv.
> >>
> >> Signed-off-by: Yinghai Lu <yhlu.kernel at gmail.com>
> >>
> >> ---
> >> arch/x86/kernel/paravirt.c | 5 ----
> >>