Basics Services/Configuration
From ProgSoc Wiki
Contents |
Services Provided
Progsoc offers a number of services to Progsoc members
These include :-
- User website Hosting (Apache2/PHP5/MYSQL)
- Mailing list for Members to share knowledge and ask questions (progsoc@progsoc.org)
- Email (Mutt in SSH, IMAP/POP3 or Webmail)
- SSH Access to user accessible machines remotely
- NX/VNC Access to Progsoc Machines
Other Applications
If there's an application that Progsoc currently doesn't support, but you'd like supported, please email mailto:admin@progsoc.org and mention a little about the application and what you need it for, and we will look at installing it.
Configuration
Mail is available for all Progsoc members and mail can be sent to addresses at username@progsoc.org, username@progsoc.uts.edu.au
To access your mail via webmail :-
To access your mail via POP3(s) :-
pop.progsoc.org
To access your mail via IMAP(s) :-
imap.progsoc.org
To access your mail via cmd line :-
type mutt when you login to ssh.progsoc.org
SSH
SSH is typically used to log into a remote machine and execute commands. Progsoc's user access machine can be accessed by using ssh.progsoc.org (138.25.6.104)
To use SSH on Windows the best application to use is putty
PuTTY can be downloaded from the [PuTTY website]. Save it to your c:\windows directory, then click on the Start Menu > Run > Type putty and press Enter.
Web
Website space is available for all Progsoc Members, by accessing www.progsoc.org/~username
You will need to upload your files using SCP to Progsoc servers, the best program to use for windows is WinSCP which can be downloaded from WinSCP Download.
You will need to enter the hostname as ssh.progsoc.org, and enter in your progsoc username and password
See the following link on creating your own website on Progsoc Servers :-
MySQL
To create a database under the name of your user you will need to login to ssh.progsoc.org and run the script create-mysql-database
It will mention :-
This will create a MySQL database named 'username'. Is this what you want? Type 'yes' or 'no' > yes
All done! Good times.
Your password is: ********
Access your database with 'mysql -h muspell -u username -p' (and then 'use username;')
Please Make a note of your password for MySQL
phpMyAdmin
phpMyAdmin allows the administration of MySQL over the Web. It allows Progsoc members to create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.
http://www.progsoc.org/phpmyadmin
NX/VNC
Progsoc has a number of machines that allow VNC/NX Access :-
To download the NX Client for Windows go the below URL :-
http://www.nomachine.com/download-client-windows.php
Connect using your progsoc username /password to either :-
138.25.6.125
138.25.6.30
- Note: The NX Servers are restarted every night, and each only support a maximum of two connections at a time
