Debian tips

Select timezone

Just run:

        % tzconfig

Internet time with ntpdate

Using ntpdate, you can sync your pc:

        % ntpdate -v pool.ntp.org

I use to query
time.nist.gov also.
pool.ntp.org
ntp.ubuntulinux.org

Select ispell dict

Run:

        % select-default-ispell
        % select-default-wordlist

Update rc

Run:

        % update-rc.d

for example, in order to add zabbix-agent service do:

        % cd /etc/init.d
        % ls zabbix-agent
        % update-rc.d zabbix-agent defaults 99 01

If want to remove links in /etc/rc?.d:

        % update-rc.d -f zabbix-agent remove

tripwire

Tripwire is a file and directory integrity checker.

        # dpkg-reconfigure tripwire
        # twadmin -w G -S /etc/tripwire/site.key

language

Select new language (locale codesets charsets)

        # dpkg-reconfigure localeconf # don't
        # dpkg-reconfigure locales

/etc/sudoers

        % visudo
        root    ALL=(ALL) ALL

Author

Luis Alfonso Vega Garcia <[email protected]>

Return
Hosted by www.Geocities.ws

1