similar to: Credentials issue

Displaying 20 results from an estimated 800 matches similar to: "Credentials issue"

2014 Jan 16
2
Your opinion about RHCSA certification
Hello to all, I'm currently studying (and collecting notes here https://github.com/fdicarlo/RHCSA_cs) for RHCSA. My plan is to RHCSA -> RHCE and then RHCSS. What I want to ask you is: - What do you think about it? - Did you find it useful? - Do you have any advices? Best regards, Fabrizio -- "The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have
2013 Sep 04
1
Problem at boot
Hello to all, I have a question, maybe it's a very newbie question. I've installed CentOS 6.4 on my notebook but sometimes when I boot it, after the screen "booting CentOS in 4..3..2..1" I receive a black screen and not the logo of CentOS with loading progress. Is it normal? There are some know issue about it? Best regards, Fabrizio -- "The intuitive mind is a sacred
2014 Feb 25
2
Migration from 32 to 64 bits
Hello to all, currently I have CentOS 6.4 32 bit, very simple setup on my notebook, I want to migrate it from 32 to 64 bits cause I want to play with some VMs etc etc. Do you have some suggestions on how to do backup of folders (mainly I have 1 user) or just copy the user folder and stop? Fabrizio -- "The intuitive mind is a sacred gift and the rational mind is a faithful servant. We
2013 Sep 12
2
Anyone has experience with OpenVAS and the Atomicorp repository
I was looking for a vulnerability scanner and found OpenVAS. Does anyone has experiences with that scanner? And with the Atomicorp repository? (the OpenVAS website refers to that repo) Thanks Patrick
2013 Dec 09
3
making a script into a service
We have a python script that is currently run from cron. We want to make it into a service so it can be controlled with service start/stop/restart. Can anyone point me at site that has instructions on how to do this? I've googled but haven't found anything.
2014 Jan 15
3
Advice in Time Sync
Dear all, I would need some advice as I am a beginner in CentOS. The question is as follows: How to set up timing if NTP was block by ISP? I have try many way such as link the timezone , getting from the hardware clock.However , it is not the solution. Please advice. -- Regards, Ku Wei Xiong 0166365831
2013 Sep 04
0
CentOS users in Warsaw
Hello to all, I'm currently working in Symantec Warsaw, but I'm coming from Italy, and I want to ask if there are some CentOS users in Warsaw, just for drinking some beers or talk about some topics (I'm studying for RHCSA). Best regards, Fabrizio -- "The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the
2013 Sep 16
0
Final Term on CentOS
Hello to all, broswing on Internet I've found this very smart Terminal Emulator and I think that can be useful for someone of you. The address of the project is http://finalterm.org/ . Someone use it? Regards, Fabrizio -- "The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the
2013 Dec 10
0
Vinagre 3.10.2 and intltool
Hello to all, I wanted to update vinagre to the latest one but when I launch ./configure I obtained the following error: checking for intltool >= 0.50.0... 0.41.0 found configure: error: Your intltool is too old. You need intltool 0.50.0 or later. Do you know if there is a way to upgrade intltool without upgrade too much stuff? Fabrizio -- "The intuitive mind is a sacred gift and
2013 Nov 27
4
Ultrabook for CentOS?
Hello, I need to buy an ultrabook. Any recommendations for something that would work out of the box more or less? I do not want a Chromebook (or anything ARM) or one of these new "touch" laptops, in fact I'm after a nice matte screen. Budget is modest-ish (?500/$800) so dont go crazy. :) Thanks! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro
2014 Aug 06
2
python-guestfs rbd
how to use python-guestfs to access rbd device? The function i found is g.add_drive_opts, but i dono know how it receive ceph's configuration. I found this link http://rwmj.wordpress.com/2013/03/12/accessing-ceph-rbd-sheepdog-etc-using-libguestfs/ Is that the only way i should use to access ceph rbd? Can we use python-guestfs to get the same effect? Thanks
2003 May 06
2
Sum by categorical variable
Dear R-list, I have two variables (numerical and categorical) and would like to have the sum (and maybe some other statistics) of the numerical variable by the categorical one. Can you help me, Thank you, Fabrizio --------------------------------------------------------------- Fabrizio De Amicis IT Department Generali Information Technologies - (GIT) Centro Galleria 2, Via Cantonale CH -
2003 May 06
3
FW: Sum by categorical variable
Another easy(/stupid) question: with the following command j2<-xf1[1:10,"V4"] I have > j2 [1] CHROMOLI LINEAGERMAI RINALDI GIUNTIMA AUTOSTELLA [6] CAIZZONE CENTRO B PEL E C SNC CONSORZI MAN NORD PDM 1304 Levels: MACHIAVELLI Snc MENARINI MANUFACTURERS LOGISTICS SERVICES ... ZUCCHERIFICIO
2014 Feb 02
3
How to contribute to CentOS
Hello to all, I'm in love with CentOS from several months and I want to contribute to the project, unfortunately I'm not a developer, so how is possible to contribute to the project? Regards, Fabrizio
2009 Nov 28
2
Authenticate Samba with an LDAP w/o the schema
Hi all, I'd like to authenticate my fresh Samba installation against an LDAP server without the Samba schema. Obviously I cannot touch it. So I'd like to use LDAP just for the authentication without getting the UID and the other parameters from it. I can use the same UID, home folder and so on for all the users, the only important thing is to provide access only to the LDAP users. Is
2003 Apr 29
2
easy question
Dear R.List, I am starting to use R. I have an easy question. In a dataset of 15 variables, I am not able run correctly the index i of the do loop. Do you have any suggestion? NC <- function(x) for (i in 1:15) { print(dim(table(dt[,"Vi"]))) } Thank you in advance, Fabrizio --------------------------------------------------------------- Fabrizio De Amicis IT
2000 Jun 28
3
Signal 11 (cause and workaround found)
I encountered an bug in samba 2.0.7. With the config option "logon home = \\%N\%U\profile" in smb.conf and roaming profiles, smbd panics when the share "%U" is not listed in smb.conf. I had some users for which i forgot to enter the accompanying share in smb.conf. When such a user logged in or logged off, smbd paniced with signal 11. While on logging off the profiles where
2003 May 07
1
levels
Hello, Thanks to all for the previus answer. I want to be more detailed: I have a dataset called gm20011231 with 1304 observations (or records). I want to create a subset with the followin command j2<-gm20011231[1:10,"V4"] the levels of "V4" is 1304 and the and the length(j2) is 10. Do you know how to obtain a j2 with level 10? Thank you Fabrizio
2008 Aug 20
5
GAM-binomial logit link
Dear all, I'm using a binomial distribution with a logit link function to fit a GAM model. I have 2 questions about it. First i am not sure if i've chosen the most adequate distribution. I don't have presence/absence data (0/1) but I do have a rate which values vary between 0 and 1. This means the response variable is continuous even if within a limited interval. Should i use
2005 Oct 10
1
Outgoing quality
I'm having slight problems with outgoing audio quality on Zap channels. People hear an interrupted voice. Can anyone help..? Regards, Fabrizio Mazzoni Macron SPA