

timedatectl set-timezone "America/Chicago"
timedatectl set-timezone "America/Los_Angeles"
timedatectl set-timezone "America/New_York"
#be sure to also run 
dpkg-reconfigure tzdata

# this doesn't set everything, mysql still tries to use UTC!
# will this do it?
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root --password=put_root_mysql_pw_here mysql
# and php still tries to use UTC !
vi /etc/php/8.3/apache2/php.ini
set:
date.timezone = "America/Los_Angeles"

-------------------------------------------------------
-------------------------------------------------------
NEW: 
# grab util
wget -O groovix-util.deb http://a21.groovix.net/groovix-util.deb
dpkg -i groovix-util.deb

apt-get -f install
groovix-sources-setup
apt-get install groovix-server
groovix-server-install

apt-get install groovix-pacauth ; # if using groovix authentication

note that we now use /etc/cron.d/groovix-server and /etc/cron.d/groovix-server-custom
-------------------------------------------------------
-------------------------------------------------------


less dashboard/install.txt

less stats/install.txt

less gnc/install.txt

pacrez

