Search

Welcome

CheckPro

* CheckPro Archives

Support

Other

edit

Tech > Welcome


  • Digi Terminal Servers Utitlities
    • drp.sh - resets digi daemon on some servers
    • drpadmin - shows, adds, deletes devices
    • To check ts device accessibility, telnet <ts-dev ip> 771 should result in:
    Connected to ts-dev.
    Escape character is '^]'.


  • Inserting encrypted password into a Facetwin printer configuration file in VI.
    • :r !fct_encrypt -p "passwd"
    • :r !fct_encrypt -p """" ; inserts blank password.

  • Setting encrypted password for fct_smbd drive mapping from a windows pc.
    • If pc user's windows login is different from their unix login, first alias the windows login name to the unix user name in the /usr/facetwin/fct_alias file.
    • If pc user's windows login is the same as their unix login procede to next step.
      • fct_encrypt <username>; Where <username> is the unix username.
      • Enter the user's windows login password, then re-enter to confirm.


  • SCO OpenServer 6.0.0 notes
    • Facetwin does not see SCO's samba server. Drive maps which use to work using the fct_smbd will not work. You must kill SCO's smbd so that fct_smbd can take over. To disable SCO's smbd, either add 'exit 0' to the first line of /etc/rc2.d/S99smbd and S99nmbd or rename those files to K99smbd and K99nmbd.


  • At the # prompt...
    • To find a file greater than a certain size:
    # find / -size +1048576c<enter> ; finds all files greater than 1MB


Qmail

  • After Server Reboot:
    • /etc/rc.d/init.d/imap
    • /etc/rc.d/init.d/clamd start
  • Whitelist:
    • /etc/mail/spamassassin/local.cf

View - Edit - Print - History - Recent Changes - Upload - Properties
Copyright © 2008 V Systems Inc - Page last modified on September 23, 2008, at 09:33 AM