Displaying 20 results from an estimated 3000 matches similar to: "does having a centos wiki acct grant edit access?"
2010 Sep 25
1
any chance of getting edit permission on the wiki?
just to fix obvious and trivial typoes that i'm running across, like
on this page:
http://wiki.centos.org/FAQ/CentOS5
"notwithin"
"you did not chose to reserve"
simple stuff like that. anything more involved, i'll post.
rday
--
========================================================================
Robert P. J. Day Waterloo,
2010 Sep 25
1
Updates for Tips and Tricks/YUM and RPM page
(hoping this is the right way to submit updates for wiki pages.)
from this page:
http://wiki.centos.org/TipsAndTricks/YumAndRPM
first, there's this line:
yum --disable "*" --enable "rpmforge" list available
i'm guessing that should be:
yum --disablerepo "*" --enablerepo "rpmforge" list available
also, near the bottom (Method B):
2018 Feb 23
2
what is the centos/elrepo policy toward LTS kernels?
i'm sure there's a simple answer to this -- i already understand
that newer kernels than the ones shipped with the official release
aren't officially supported but there is the elrepo kernel repository
here:
http://elrepo.org/linux/kernel/el7/x86_64/RPMS/
with a mixture of long-term (lt) and mainline (ml) kernels. i assume
that the mainline kernels pretty closely track the latest
2010 Aug 15
6
how many folks are *seriously* using ACLs?
i'm just curious -- how many people here are using ACLs as a regular
and significant part of their sys admin?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter:
2010 Jan 20
2
centos courseware?
does anyone here have pointers or access to courseware that could be
used to teach centos (5.4, i believe)? publicly-available, free C/W
would, of course, be ideal, but if you have some decent training
manuals that you're willing to license on a per-manual basis, i'm
still willing to chat.
rday
--
========================================================================
Robert P. J. Day
2010 Sep 24
3
should trixbox system hang when ISP drops connection?
NEWBIE alert: i'm a linux person, not an asterisk person so i'm
certainly capable of handling any linux-flavoured solution you can
suggest. here's a note i got from a local company i know (some proper
names removed):
===== start =====
Now and again our ISP goes down and when it does give us a hicup, the
Asterisk system shuts down (not very forgiving). When it shuts down
our phone
2018 Feb 21
1
are there reference lists/cheat sheets for categorized commands?
prepping to teach a 5-day CompTIA linux+ course next week with
CompTIA-supplied courseware and, given that it was my choice, i chose
to set up the classroom with centos 7.4 on all the student systems
since i assume most students are there to learn sysadmin and that's
the most likely platform they'll have when they get back to work.
also, most students are taking this course to prep for the
2010 Sep 25
2
possible additional comment regarding newer PHP
again, from here:
http://wiki.centos.org/FAQ/CentOS5
regarding a newer version of PHP, a number of PHP experts that i know
of suggest that, if you truly need an up-to-date version of PHP, you
should:
rpm -ivh http://rpms/famillecollet.com/enterprise/remi-release-5.rpm
while remi collet's repo isn't official, it's accepted by numerous
developers as a reliable source of newer PHP
2010 Sep 17
1
can i run NFS *exclusively* off of v4?
is it possible to set up NFS on centos 5.5 so that it uses *only*
version 4? i tried this not that long ago on fedora and was surprised
to see a complaint when i tried to start the server and was told that
i was missing required functionality of NFSv1, or something equally
weird. i'll check the /etc/init.d/nfs script, but i think what got me
into trouble was trying to use the entire set of
2009 Jun 23
4
RHEL, centos and seeing if i now understand this
ok, given the flurry of responses to my original post, let me see if
i have a handle on this as i think i've finally figured it out and,
yes, it does make sense.
the scenario is that there is a very large software company in the
area whose only officially supported linux platform is currently suse.
however, they are getting increasing call to have their product run on
red hat.
for most
2010 Oct 09
2
but what if i don't care about centos 4?
absolutely serious question -- i appreciate that it's important to
still document how things are done in centos 4, but i have precisely
zero interest in that. given how long centos 5 has been out, and that
centos 6 is not that far down the road given the alleged release
schedule for RHEL 6 (rumoured end of year), i plan on investing my
time in centos 5 and 6 exclusively.
so while i'm
2010 Oct 07
2
update HOWTO page for how to copy ssh pub keys
here:
http://wiki.centos.org/HowTos/Network/SecuringSSH
the recipe for how to copy your id_rsa.pub file to a remote system is
given as:
"Copy the public key (id_rsa.pub) to the server and install it to the
authorized_keys list:
$ cat id_rsa.pub >> ~/.ssh/authorized_keys"
i suspect it would be better if that were rewritten in terms of
using ssh-copy-id, just to be simpler and
2010 Sep 20
2
Oracle's Unbreakable Enterprise Kernel for Oracle Linux!!!
http://blogs.computerworld.com/16997/oracle_rips_red_hat_and_sort_of_launches_a_new_linux
oracle: just another centos wanna-be?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
2018 Mar 02
2
why does "rescue" mode bring me to runlevel 5 (multi-user target)?
finishing a week of teaching a comptia linux+ class off of centos
7.4 and wanted to demo how to boot to "rescue" mode, so i rebooted,
selected "rescue" mode at grub menu, which still booted to full
multiuser, graphical mode. what am i doing wrong? or is this a dumb
question?
rday
--
========================================================================
Robert P. J. Day
2009 Dec 07
1
centos vs rhel vs scientific linux
i'm prepping to teach a 5-day intro class in linux starting in about
3 hours, and the courseware is clearly designed around RHEL
(apparently 5.1). but since i'm not being provided with RHEL DVDs,
i'm just going to hand everyone a centos 5.4 DVD and take it from
there.
as part of the intro, i want to briefly discuss the varieties of
linux related to RHEL, so obviously i want to
2010 Aug 09
4
xen vs kvm for virtualization on centos/rhel?
as i'm reviewing the courseware for the rhel (centos) course
i'm teaching next week, i'm going to ask the occasional question,
possibly technical, possibly more policy.
first one involves the choice for virtualization. the course has a
short section involving virt using xen but everything i've read
suggests that red hat is concentrating on kvm for virt. thoughts on
that? i
2010 Feb 02
3
dm-crypt/LUKS the state of the art for block device encryption?
it's been a while since i've played with filesystem encryption so,
on centos 5.4 (and other linux distros), is dm-crypt/LUKS considered
to be the state of the art WRT encryption? i remember other solutions
like loop-aes and others, but what's considered the gold standard
these days?
rday
--
========================================================================
Robert P. J. Day
2010 May 01
1
how to build a centos kernel?
a couple folks on the local mailing list were asking about the
mechanics of building a kernel for a centos system, and they seemed to
suggest that there were some intricacies involved as opposed to other
distros. i've never tried it -- is there a trick or something? got a
pointer to the canonical web page that has the directions? thanks.
rday
--
2010 Aug 08
3
what people really mean when they say they're running "5.3"?
more a terminology usage question than anything else, but in a
couple of weeks, i'll be teaching the first of a few sessions on RHEL
admin and, unsurprisingly, i'll be using centos (as i've done in the
past).
when i asked the organizer to identify the specific version of RHEL
that was being used at the client site, i was told 5.3 so i can easily
install 5.3 on the classroom
2010 Oct 10
8
recommended way to install source rpms?
yes, i've read the online docs and followed a link or two to find a
simple way to do this, such as:
http://sourceware.org/systemtap/wiki/SystemTapOnCentOS
so, these days, is that the canonical way to download source rpms?
now, note that i'm not arguing about whether this is a good idea. in
my circumstances, i want the ability to just "yum download" source
rpms so that i can