How to login to Linux at DCU
- reboot
- possibly reboot twice
- choose
openSUSE
distribution of
Linux
- this uses
GNOME GUI
- Change password:
- passwd
- Control Center - Change Password
- Warning - This will not change your password for other DCU systems. (Novell, Moodle, etc.)
As a result, and to keep admin simple,
the sysadmins recommend not changing your password unless necessary.
- Automatic updates will apparently be run automatically for you.
You can apparently close and ignore all messages about them.
- For admin problems contact
Gary Conway
- If logged off, to shut down: press Power button
Remote access to DCU Linux (from home and from Windows)
- Remote command-line:
- protocol is ssh
- sample Windows client: PuTTY
-
ssh student.computing.dcu.ie
- Note: Copy-and-paste is a bit cryptic on PuTTY
- Copy - Select text
- Paste - Right-click
- Remote read-write file system:
- protocol is sftp
- sample Windows client: WinSCP
- alternative Windows client: WebDrive
- sftp to student.computing.dcu.ie
- All postgrads (including my GDF class) have remote ssh and sftp enabled automatically.
- Some undergrads (including my EC class) have remote ssh and sftp enabled automatically.
- CA help on ssh
- Remote and Network Computing
To transfer files to/from USB key:
- /media/disk
- media icon on desktop - Unmount
Bug - openSUSE and USB keys
I found that in copying from USB key to openSUSE,
some file names got converted to lower case.
This meant that scripts now broke.
This is very BAD.
Bizarrely, some were converted to lower case but not all.
I can replicate the following behaviour.
See if you can replicate this and
let me know.
- I took files with names in all uppercase like DSCF0323.JPG
and copied them in Windows onto a
FAT32 USB key.
When opened on openSUSE this is read as "Filesystem type: msdos"
and the filenames are
changed to lower case: dscf0323.jpg
- The following filenames however are not altered:
DSCF0323.crop.JPG unchanged (remains mixed case)
DSCF0323.lores.jpg unchanged (remains mixed case)
file.jpg unchanged
|