Displaying 20 results from an estimated 3000 matches similar to: "Centos 6.2 install some problems"
2012 Mar 26
3
kernel autoconfigure ?
Anyone know if there is a kernel autoconfigure tool to compile from source ?
thanks
luigi
--
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
2011 Aug 30
2
Secure a python http server
Hi,
I want to make secure my python http server.. what should i use ?
chroot ? there are something more secure ?
On my centos server I've SE enabled..then .. sandboxing ?
Thanks very much
lewis
--
Linux and Windows 2003/2008 Server.
http://predellino.blogspot.com/
2012 Feb 27
2
XFS on Centos 6.2 ?
Hi,
I need of to mount an XFS partition on Centos 6.2 .. but I cant find
the kernel module..
it that true the xfs is available only under x86_64 ?
--
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
2011 Mar 23
4
Install on Dell PowerEdge T310
Hi,
this is the first time I install linux on a dell server. Simply I
booted from a centos 5.5 x64 dvd but I cant see the disks.. is there
something I miss ?
thanks very much for any help
luigi
2005 Mar 21
2
Ext matching problems
Hello everyone...
I'm trying to get up a testing pbx installation. Following instructions
of what've read from the handbook and from asterisk's wiki, I wrote the
dial plan as follows:
[general]
;
;
static = yes
;[globals]
;
[default]
;
exten => 0,1,Answer()
exten => 0,2,Playback(fcopba1)
exten => 0,3,Hangup()
exten => *0,1,Answer()
exten => *0,2,Record(fcopba1:gsm)
2014 Jul 08
1
tui of centos 7 kickstart
there is a tui of centos 6 kickstart.
and now there is no such tui, only text line output.
is there an option to enable tui of centos 7 kickstart?
--
Peng Yong
2005 Mar 23
1
Question on Inheriting Permissions
I asked this question yesterday and got some really good answers that I will
be able to use later. My problem was that I did not ask the question in an
exact enough way.
Here is what I am trying to do:
I have a share on my Samba server called art. The directory is owned by the
user root and the group tech doc. I have set the permissions like this on
the directroy:
drwxrwxr_x That is I want
2007 Jun 28
1
Error en assign(mname, def, where)
Hi R users,
I am working with the fda package but when I call the function pca.fd I
obtain a message error, which I cann't identify. The error say That :
error in assihn(mname,def,where), is not possible to add links to a
blockade enviroment.
The orther that I'm writting is:
> cp1 <- pca.fd(ind.fd1,nharm=3)
and before it I can to plot the functional data object ind.fd1.
?Have
2020 Oct 26
0
How to shade area between lines in ggplot2
Hi
Put fill outside aes
p+geom_ribbon(aes(ymin = slope_1*x + intercept_1 - 1/w[2],
ymax = slope_1*x + intercept_1 + 1/w[2]), fill = "blue", alpha=0.1)
The "hole" is because you have two levels of data (red and blue). To get rid
of this you should put new data in ribbon call.
Something like
newdat <- trainset
newdat$z <- factor(0)
p+geom_ribbon(data=newdat, aes(ymin =
2018 Jan 22
2
substr gives empty output
In
y <- substr(x, i, 1)
your third integer needs to be the location not the number of digits, so change it to
y <- substr(x, i, i)
and you should get what you want.
Cheers,
Tim
> Date: Sun, 21 Jan 2018 10:50:31 -0500
> From: Ek Esawi <esawiek at gmail.com>
> To: Luigi Marongiu <marongiu.luigi at gmail.com>, r-help at r-project.org
> Subject: Re: [R] substr
2010 Dec 28
1
Kickstart Network Configuration Issues
Hello all,
I've been struggling with an issue with my kickstart configuration for a while now. My kickstart files are stored within the initrd image. What I would like to do here, is when the kickstart first starts up, I want it to grab a DHCP address (it does at the moment) so it can grab all of the necessary installation data off the net. Then, at some point _IN_ the install process, I'd
2014 Oct 30
2
CentOS 6.5 equivalents in CentOS 7
I tried to install CentOS 7 on a new system. It works.
However, I'm noticing small things:
1. system-config-network-tui is not installed and yum cannot find it. I
realized for this -- nmtui
What about firewall? I can't seem to understand the replacement from
system-config-firewall-tui
Jason
2020 Oct 23
2
How to shade area between lines in ggplot2
Thank you, but this split the area into two and distorts the shape of
the plot. (compared to
```
p + geom_abline(slope = slope_1, intercept = intercept_1 - 1/w[2],
linetype = "dashed", col = "royalblue") +
geom_abline(slope = slope_1, intercept = intercept_1 + 1/w[2],
linetype = "dashed", col = "royalblue")
```
Why there
2015 Feb 10
3
Packages installation in CentOs
Hi,
I have a customized CentOS 5.5 kernel. I want it to upgrade it to CentOS 7.
The approach I have decided was to take the CentOS 7 and then install the
customized packages that are there in the CentOS 5.5.
While trying to install the customized packages, I could install most of
the packages, but I couldn't install the below in the latest CentOS 7.
1. rhpl
2. mod_perl
3.
2011 Apr 09
5
CentOS 5.6
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Just one thing: THANK YOU ALL!!!
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
When your work speaks for itself, don't interrupt.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk2gWKsACgkQ3kWu7Tfl6ZQ/PACbBcTIsr4QjvuRqRAi4h+qO+fu
2020 Oct 23
0
How to shade area between lines in ggplot2
Hi
What about something like
p+geom_ribbon(aes(ymin = slope_1*x + intercept_1 - 1/w[2],
ymax = slope_1*x + intercept_1 + 1/w[2], fill = "grey70", alpha=0.1))
Cheers
Petr
> -----Original Message-----
> From: Luigi Marongiu <marongiu.luigi at gmail.com>
> Sent: Friday, October 23, 2020 11:11 AM
> To: PIKAL Petr <petr.pikal at precheza.cz>
> Cc: r-help
2008 Jul 21
1
where is printconf-tui on CENTOS 5.2 (migrate printer configuration)????
we are migrated CENTOS from 4.X to 5.2 on seperate DELL servers.? For printer definition migrate on CENTOS 4.X , we can use following command:
??? printconf-tui --Ximport < printers.xml
I can not find "printconf-tui" command on CENTOS 5.2.? Does anyone know how to migrate printer configuration on CENTOS 5.2?
Thanks.
2020 Oct 31
0
fast way to find most common value across columns dataframe
Thank you. The problem was not finding the mode but applying it the R
way (I have the tendency to loop into each line of the dataframes,
which I believe is NOT the R way).
I'll try them.
Best regards
Luigi
On Sat, Oct 31, 2020 at 5:40 PM Bert Gunter <bgunter.4567 at gmail.com> wrote:
>
> As usual, a web search ("find statistical mode in R") brought up something that is
2016 Jul 17
2
doveadm feature request: move mailbox between users
A feature request for doveadm: move (or copy) mailboxes between users
Something like:
doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path
(the same with copymailbox)
Or something like that is already possible?
--
Ciao,
luigi
/
+--[Luigi Rosa]--
\
It's not enough that we do our best;
sometimes we have to do what's required.
--Sir Winston Churchill
2016 Jul 17
2
doveadm feature request: move mailbox between users
aki.tuomi at dovecot.fi wrote on 17/07/2016 12:37:
>> A feature request for doveadm: move (or copy) mailboxes between users
>>
>> Something like:
>>
>> doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path
> You can do this with
> - mailbox create
> - move
> - delete
See thread "Moving Maildir folders"
The problem is to