Public Data:

Popular Project Sites:

SourceForge.net Project Sites:

Luke Cole

Donate to Luke Cole
Locations of visitors to this page

Internal User Info (coletek.org network)

Email

  • Incoming Server: mail.coletek.org
  • Incoming Server Types:
    • IMAP over SSL: port <port>
  • Outgoing Server: Ask your ISP
  • Web-based Email Clients: http://mail.coletek.org
  • Recommended Email Client: Mozilla Thunderbird
  • Email Files Location: first "ssh -p <port> username@coletek.org", then "ssh mail", then visit mail:/home/username/Maildir

NOTE: Don't use any phuckin Microsoft email clients, e.g. Outlook Express, a.k.a. Virus Express

Home Page

To edit your home page, simply update the web page files located in your public_html directory (Within coletek.org, visit web:/home/username/public_html).

Accessing your Files

NOTE: If your using Windows download a ssh client (e.g. PuTTY, Cygwin) and connect to coletek.org on port <port> or simply run the following command:
localhost:~>ssh -p <port> username@coletek.org

If you fail to login correctly after an amount of attempts your IP will be block for some amount of time. Please contact Luke Cole if this happens or you have forgot your password.

Changing your Password

Now that LDAP has been removed (since it's too much overhead) your passwords are depended on each machine. For example, to change your file server passwd do:
localhost:~>ssh -p <port> username@coletek.org
coletek.org:~>passwd
To change your mail server passwd (and hence changing your mail login) do:
localhost:~>ssh -p <port> username@coletek.org
coletek.org:~>ssh mail
mail:~>passwd
To change your web server passwd do:
localhost:~>ssh -p <port> username@coletek.org
coletek.org:~>ssh web
web:~>passwd

Example Commands for scp/rsync over our SSL Port <port>

localhost:~>scp -P <port> data username@coletek.org:
localhost:~>rsync -truv -e "ssh -p <port>" data username@coletek.org:

 

© 2000-2024 Luke Cole
All rights reserved