Displaying 20 results from an estimated 3000 matches similar to: "Moving back to CentOS + question about documentation"
2019 Apr 26
5
Accessing Android phones on CentOS 7
Hi,
My standard Linux desktop is based on a personal blend of CentOS 7 with
KDE 4.14 and various add-ons from third-party repositories like EPEL and
Nux-Dextop. After a brief stint on OpenSUSE Leap 15.0, this is what I
use on my workstation and on my laptop. And this is also what I install
on my client's machines, just like I did in our local school's computer
room.
I'm currently
2015 Feb 09
3
Recommendations for good CentOS 7 documentation
Hi,
I'm looking for recommendations for documentation about the
specificities of RHEL/CentOS 7.x. It can be either online or in printed
book format, and I'm fluent in german, french and english.
I have a good books about 5.x: "RHEL 5 Unleashed" from Sams,
"Foundations of CentOS Linux" and "The Definitive Guide to CentOS", both
from Apress.
Can anyone
2015 Feb 09
0
Recommendations for good CentOS 7 documentation
How about redhat documentation?
9.2.2015 23.45 kirjoitti "Niki Kovacs" <info at microlinux.fr>:
> Hi,
>
> I'm looking for recommendations for documentation about the specificities
> of RHEL/CentOS 7.x. It can be either online or in printed book format, and
> I'm fluent in german, french and english.
>
> I have a good books about 5.x: "RHEL 5
2009 Jul 15
2
Greetings!
Hi guys,
I've been a CentOS user for a few years and I've been using Red Hat
related distributions prior to that since about RH 5.2. I really like
RHEL but I found that for the majority of the things I wanted to do
personally, CentOS was a much better fit for my needs.
There was of course a lot of books covering RHEL, but very little that
talked about CentOS. Although they are very
2011 Jul 14
5
Splitting one column value into multiple rows
Hi i have the data in the following format:
rent,100,1,common,674
pipe,200,0,usual,864
car,300,1,uncommon,392:jump,700,0,common,664
car,200,1,uncommon,864:snap,900,1,usual,746
stint,600,1,uncommon,257
pull,800,0,usual,594
where as i want the above 6 lines data into 8 lines as below (Spliting row 3
& 4 at : and sending to a new row):
rent,100,1,common,674
pipe,200,0,usual,864
2009 May 27
0
CentOS-announce Digest, Vol 51, Issue 13
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Feb 01
7
General questions about security
Hi,
I admit I never gave security that much thought, that is, except the
most basic security rules like choosing good passwords, or reasonable
file and directory permissions. But now I have to change that, since
I'll soon have to setup a dedicated production server for our public
libraries.
I wonder where to begin. I would say first thing is get a series of
"auditing" tools
2016 Aug 10
2
Asterisk & Vitelity Invite issues
On 8/9/16 12:40 PM, Matt Fredrickson wrote:
> On Mon, Aug 8, 2016 at 9:25 AM, Tammy Firefly <tammy-lists at wiztech.biz> wrote:
>> Hi All,
>>
>> We have asterisk 11.23 running sip to vitelity and from there IAX trunks
>> split off to where they need to go. We are having a problem getting
>> chan_sip to quit ignoring re-invites from Vitelity. Our side ends
2015 Oct 19
3
RFC: Improving license & patent issues in the LLVM community
I really really do not like armchair lawyer discussions and this is
just flamebait if I've ever seen it...
---------------
#1 Is the submarine patent risk really that bad? (What's driving this)
#2 Pragmatically have "you" even considered how to execute on this
relicense plan?
a. What if one of the copyright holders doesn't agree?
b. What audit procedure do you plan to use
c.
2006 Feb 23
2
Working with lists with numerical names
Greetings!
I'm have a hard time working with some data I imported from a baseball
database. Several of the database columns have numbers in them (2B,
3B), and when I try to use these vectors from the data frame, I get
syntax errors, probably because it's interpreting the name as a number:
> show(batting2005)
playerID yearID stint teamID lgID G AB R H 2B 3B HR RBI SB CS BB
2002 Sep 27
1
ugh, continued ldap madness, cont'd
After a brief stint offlist (thanks Bradley), I'm closer to getting
SMB/LDAP working but now am encountering something very odd, which he
suggested I bring back to the list for "further evaluation". :-)
> $ smbclient //TESTBOX/testshare -U dballing
> added interface ip=10.15.49.142 bcast=10.15.49.255 nmask=255.255.255.0
> Password:
> session setup failed:
2013 Jan 25
3
how to delete the null elements in list
HI,
I have the list:
> suu
[[1]]
NULL
[[2]]
NULL
[[3]]
item_id prod
1 2
[[4]]
item_id prod
1 2
2 4
how to delete all "NULL" elements from suu to get only
>suu
[[3]]
item_id prod
1 2
[[4]]
item_id prod
1 2
2 4
??
Kind regards,
Tammy
[[alternative HTML version deleted]]
2013 Jan 25
2
How to name the elements of list
HI,
I have the array list:
X<-vector("list", 2)
X[[1]] : data frame 1
X[[2]]: dataframe2
now i want to change index 1 and 2 into: "0-10" , "11-20" ,.
finally I want to have
X[["0-10"]]:dataframe1
X[["11-20"]]:dataframe2
how do I get them?
Thanks a lot.
Kind regards,
Tammy
[[alternative HTML version deleted]]
2017 Jul 01
0
Physically moving a mail server vs. cached DNS
>
> In your experience, what's the "longest" a DNS cache is configured to
> keep outdated information? A day? A week? A month? Longer?
>
That is controlled by the TTL (time to live) entry. A DNS server must
refresh it's cache within the TTL for the entry. Using the '-a' option
to host will give you more information:
$ host -a microlinux.fr
Trying
2008 Sep 26
0
markupwc: A simple word counting utility for Markdown files
I am a professional freelance writer and mystery novelist, and I often work
on a variety of systems -- Linux/Unix, Mac, PC and my AlphaSmart. For that
reason, I write the majority of my articles, short stories and novels using
Markdown, which I then convert HTML for the Web or (via Pandoc) to
RTF/ODT/etc. for publication.
In support of that work, I've recently developed a utility, mkdwc,
2018 Feb 02
0
Slightly OT : newsletters, mail formatting and netiquette
I would prefer simple text in tech and security related news but you are right - they are HTML formatted. I think it is pure marketing thing. people dump other stuff to remind you who they are and for a sort of entertaining us.
The same story is in OS desktop GUI including Linux. I use CentOS 6 and 7 and still do not like 7. Not to mention in the morning Win 10 with all its crap included.
2012 Jun 01
2
Day or Month difference between dates???
HI, R-Users:
I got a questions. have been struggling so long time....
I have this data:
> m1$Year_Month
201009 201010 201011 201101 201102
> min(m1$Year_Month)
201009
I want to calculate the following two answers, how do I program it?
> difference in Month?????
[1] 0 1 2 4 5
>difference in Days?????
0 31 61 ....
Thank you in advance!!!
Tammy
[[alternative
2012 Dec 12
2
how to grep in r
Hi,
I met this problem.
Trade_Price_Band x
1 0-30 0.6237240
2 101-150 0.6743857
3 151-200 0.6778513
4 201-300 0.6640293
5 301-400 0.6630991
6 31-50 0.6314547
7 401-500 0.6776249
8 500+ 0.6557705
9 51-75 0.6621073
10 76-100 0.6623469
I want to get the following matrix
2016 Aug 08
2
Asterisk & Vitelity Invite issues
Hi All,
We have asterisk 11.23 running sip to vitelity and from there IAX trunks
split off to where they need to go. We are having a problem getting
chan_sip to quit ignoring re-invites from Vitelity. Our side ends up
sending a reinvite which their side & they do not support us sending a
reinvite. Ive tried:
canreinvite=no which was supposedly replaced by:
directmedia=no
Can anyone shed
2009 Mar 11
2
Repeated values
Hi,All.
How to make a program to delete repeated value?
a example
> c
[1] 4 3 0 3 4 1 0 1 4 4 3 4 3 4
I want to get : 4 3 0 3 4 1 0 1 4 3 4 3 4
two 4 is being represented by one 4.
Thanks.
Tammy
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
[[alternative HTML