|
Hi friends,
I am new in linux, I want to know the exact command to shut down a red hat linux server.
I was using init 0. but some one said its not the proper method to shut down my linux server.
If not which is the exact command
Thanks
Started by tibin Mathew on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Also if those don't work:
halt.
Poweroff
$ shutdown -h now
or
$ telinit 0
Try poweroff.
I use this, very simple.
|
|
How do I enable apache modules from the command line in RedHat?
On Debian/Ubuntu systems I use a2enmod to enable modules from the command line.
Is there an equivalent for RedHat/CentOS type systems?
Started by MarshallY on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
On a Redhat system, you'll find a line that looks like this inside /etc/httpd/conf/httpd.conf :
Include conf.d-available/php5.load
On redhat systems the apache configuration is by default held in one file /etc/httpd_module....
|
|
I've not dabbled with Linux for a while, but I need to, I am slightly outraged RedHat Linux is not free... or am I being dumb?
Is there a free version available?
If not what are the best alternatives.
(The client wants RedHat).
Started by in.spite on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
RedHat specific stuff....
CentOS is essentially RedHat Enterprise with the stuff they can't include (i.e.
Fedora is always free for anyone source software and content .
system that showcases the latest in free and open source software.
|
Ask your Facebook Friends
|
I am searching for a host for a new commercial website. Among other things, I'd like to know what the various OS - Webserver combinations have in terms of vulnerabilities. What are the vulnerabilities of Redhat + Apache?
Started by Dustman on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
RedHat's Fedora core is very secure because it uses SELinux.
Any system is only as strong as its weakest and PHP (LAMP) is a very secure platform.
Poor system admins is the biggest in my experience.
|
|
I have installed Ubuntu on local server. There is centOS on my VPS.
Now there is different method of doing/installing things on both of them. Someone told me to install Ubuntu as it is easy and more popular now a days. But what i am seeing is that there...
Started by Mirage on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Redhat or Ubuntu will never for force you to learn the system....
:)
RedHat & Ubuntu are similar, but there are enough differences in the configuration and admin use both the less you'll be searching for distribution-specific how-tos.
|
|
Hi,
I have here DL380 G6 server, But i have not been able to install the redhat linux on it.
Its smart start disk do not have linux on it. When i directly boot from DVD it boots in GUI mode but when selects automatic partition it gives an error and after...
Started by Muahmmad Zeeshan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The G6 servers should be covered with recent CCISS driver updates from RedHat.
Any errors? Did this system have an OS on it before or it is a new disk?
I've seen an issue where prompt of the install.
|
|
We have a Redhat Enterprise server (not set up by us, but we have no reason to assume its not a stock installation) that is restarting every few weeks for no apparent reason whatsoever. On previous occasions there was nothing in the log file which suggested...
Started by sanity on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Https://bugzilla.redhat.com/show%5Fbug.cgi?id=459043
or you can check....
The last time I saw something like this, it was a broken motherboard sensor thinking that there was an overtemp and was shutting the computer down to protect it .
See this question.
|
|
Please, I am not looking for a rehash of what's stated in RedHat's documentation regarding emergency mode. I would like to know what steps are involved from the time grub hands off to the kernel to the time you get a emergency mode login prompt.
I imagine...
Started by CarpeNoctem on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
To see what is happening on your system see /etc/inittab..
|
|
On RedHat Enterprise Linux 5 the latest Ruby version available via RPM is 1.8.5. My Rails app requires 1.8.6 or above so I need to compile Ruby from source.
I have tried the following to build it and it seems to build ok, but then I'm seeing gcc compilation...
Started by Olly on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you can build, and is only needed if you want to use... .
Download the ruby 1.8.6 source archive and put it in /usr/src/redhat/SOURCES.
And edit /usr/src/redhat/SPECS/.spec to use the 1.8.6 source and update the rpm version in the spec.
|
|
I am about to upgrade my redhat 6.2 to 7.2. I would like to know if it also udpdate the kernel, or only the packages. If so, does it keep current kernel options or i will have to reconfigure my kernel?
I ask this to evaluate and minimise the possible ...
Started by Danny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at computing):
Regards, Guy 1'nce i had bad system (rh7.1) which i wanted on a fresh install then to work with pached system
ronen.
Build will really shake down the new system.
|