Most recent edit on 2007-05-01 20:43:58 by JimmyConner [Add note about installing a graphic environment]
Additions:
Installing a Graphical Environment
CactiEZ is meant to be a server, and the fewer the resources the server uses for background processes, the better. If you absolutely have to have a graphical environment, you can easily install one with this command (this should be all one line).
yum groupinstall "X Window System" "KDE (K Desktop Environment)"
Edited on 2006-10-10 15:51:04 by JimmyConner [Add info about changing the timezone]
Additions:
Changing the Timezone
You can change the timezone to your local timezone in 2 ways, you can either use webmin to modify the timezone, or by installing a simple text GUI to allow you to do it.
yum install system-config-date
system-config-date
Edited on 2006-07-12 18:08:26 by JimmyConner [Networking should be Network]
Additions:
By default, the server boots using DHCP, so if that isn't going to work in your setup, you will have to modify it yourself. You can use the command
netconfig
to change the IP and subnet to your network's standard. Please remember, that after modifying any Network Configuration, it is necessary to restart the networking service. You can do so with this command
service network restart
Deletions:
By default, the server boots using DHCP, so if that isn't going to work in your setup, you will have to modify it yourself. You can use the command
netconfig
to change the IP and subnet to your network's standard. Please remember, that after modifying any Network Configuration, it is necessary to restart the networking service. You can do so with this command
service networking restart
Edited on 2006-07-06 20:55:55 by JimmyConner [Add tip about Alternate Keyboards]
Additions:
Yum is set to run automatically every night in order to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
Alternate Keyboards
By default, CactiEZ is set to use the qwerty keyboard layout. This ofcourse can easily be changed by installing an extra package. Just run these 2 simple commands (your Cacti server must be able to access the internet) and you will be able to change your keyboard layout through a text GUI
yum install system-config-keyboard
system-config-keyboard
Deletions:
Yum is set to run automatically every night inorder to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
Edited on 2006-05-22 20:44:20 by JimmyConner [Update forum topic]
No differences.
Edited on 2006-05-22 20:44:01 by JimmyConner
Additions:
- Forums Topic∞
Deletions:
- Forums Topic∞
Edited on 2006-05-08 18:26:09 by JimmyConner [Minor update]
Additions:
After first boot you will want to issue the command:
ntpdate -u 0.pool.ntp.org
several times to synchronize your time. NTP is set to run on startup to keep your clock synchronized, but it will not update properly if your hardware clock is way off.
Yum is set to run automatically every night inorder to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
Deletions:
After first boot you will want to issue the command:
ntpdate -u 0.pool.ntp.org
several times to syncronize your time, ntp is running, but it will not update properly if your hardware clock is way off.
Yum is set to run automatically everynight inorder to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
Edited on 2006-01-31 11:20:43 by PsybeR
Additions:
Yum is set to run automatically everynight inorder to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
Deletions:
Yum is set to run automatically everynight inorder to keep your CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex: MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
Edited on 2006-01-31 03:14:34 by PsybeR
Additions:
See also:
Oldest known version of this page was edited on 2006-01-24 03:18:32 by JimmyConner []
Page view:
Tips / Hints
Networking
By default, the server boots using
DHCP, so if that isn't going to work in your setup, you will have to modify it yourself. You can use the command
netconfig
to change the IP and subnet to your network's standard. Please remember, that after modifying any Network Configuration, it is necessary to restart the networking service. You can do so with this command
service networking restart
Synching the Time
After first boot you will want to issue the command:
ntpdate -u 0.pool.ntp.org
several times to syncronize your time, ntp is running, but it will not update properly if your hardware clock is way off.
Changing the root password
You will also want to change the default root password, as its very insecure if you were to leave the server internet accessible.
FTP is not enabled
FTP is disabled on the server for security reasons. To add or modify files on the server from Windows, it is recommended that you use a program such as
WinSCP∞ or
Putty∞
Nightly Updates
Yum is set to run automatically everynight inorder to keep your
CentOS install updated with the latest security patches. This may cause different issues when packages are updated, and you can no longer access the resource until the proper services are rebooted (ex:
MySQL). If this becomes an issue, then you can disable the nightly Yum update by issueing these commands.
service yum stop
chkconfig yum off