IT services at DSV
IT services at DSV. Here you will find information about our IT systems, available resources and services while studying with us.
Personal resources
University account
Your university account grants you access to more or less all of the resources provided by the university, for example wi-fi and computer labs.
More information about your university account is available here at the service portal
Change password
Find information how to change your password here
Forgot password
Instructions on how to reset your password are available here
If the instructions don’t work for you, please contact DSV helpdesk.
About wireless networking at Stockholm University
Everything you need to know about the university wi-fi is available here
Home directory
You have two home directories, one connected to our Windows environment and another connected to our Linux environment. Both can be accessed in a number of different ways, both on campus and from home or abroad.
Windows
Your windows home directory is automatically used when you log in to windows in a computer lab or via remote desktop, so your files follow you around as you move between computers.
You are normally limited to 4GB of storage space in your home directory. If you need more space, please contact helpdesk with a description of your situation and they will probably be able to raise your quota as required.
If you want to access your home directory from your own computer you can either use our remote desktop server (see "Remote desktop" below) or use SFTP to connect to wftp.dsv.su.se. Connecting to wftp works just like using SFTP to connect to the linux environment (see "Linux" below), except that the server you connect to is wftp.dsv.su.se instead.
For staff
If you have VPN (see VPN in Serviceportalen) configured on your computer, you can map your home directory to a network drive and use that from all over the world as long as your VPN connection is active. Please contact helpdesk for assistance in setting up the network drive mapping.
If you don’t have a VPN connection you can use wftp.dsv.su.se in the same way as students, but you log in using your DSV account.
Linux
Your linux home directory is shared between most of our linux-based systems. When you log in to our SSH server triton (see "SSH server" below), you will have access to the same home directory as when logging in to the linux environment in the computer labs (see "Computer labs" below), for instance.
The storage space in your home directory is normally limited to 4GB. If you find that you need to store more data than that, please contact helpdesk with a description of your situation and they will most probably be able to raise your quota as appropriate.
Your home directory contains a hidden file called .k5login. Do not remove this file, as that will lock you out of your home directory. Please contact helpdesk if you need it restored.
There are several alternatives for accessing your home directory from your own computer. All of them are expected to work from anywhere in the world as long as you have internet connectivity.
You can connect using an SFTP client, for example Cyberduck, from any operating system. These details will be required:
- Protocol: SFTP (as opposed to FTP and FTPS, we only support SFTP)
- Server name: triton.dsv.su.se
- Port: 22 (default, if your client is trying to use a different port you have probably chosen the wrong protocol)
- Username: Your SU account name given as abcd1234
- Password: your SU account password
On linux and macOS you also have the option of connecting using sshfs, which allows you to mount your home directory on your computer and treat it as though it’s just another directory in your file system. Follow these steps:
- Make sure you have sshfs installed, e.g. brew install sshfs, apt install sshfs, etc.
- Mount your home directory using the following command in a terminal:
sshfs abcd1234@triton.dsv.su.se:~ /local/dir/to/mount/at - To unmount, run the following command in a terminal:
fusermount -u /local/dir/to/mount/at
Sshfs is also available for windows, but we have not tested it. It is available both as a standalone program and as part of Windows Subsystem for Linux.
For staff
Staff should be able to connect using the same steps as the above instructions for students, but you may run into issues authenticating using your SU account credentials. In that case, please contact helpdesk and they will migrate your account for you. Your files are unaffected by the migration, it only makes it possible for you to authenticate to linux using your SU account.
Personal web page
If you want to create a personal web page or publish some other content to the web, you can use any of our alternatives for web publishing.
Wordpress
DSV maintains a wordpress multisite available at https://blogs.dsv.su.se
Anyone who has a mail address ending in @dsv.su.se can sign up for an account and create one or more personal blogs. As a DSV student you have an email alias on the format abcd1234@dsv.su.se, that you can use to create your account. The alias points to your @student.su.se address.
Each blog gets its own subdomain on the format myblog.blogs.dsv.su.se. It is also possible to connect external domains to a blog. Please contact helpdesk if you are interested in doing so.
The wordpress installation contains lots of themes and plugins. If you want to get additional plugins and/or themes installed you can request installation by contacting helpdesk. The basic requirement for installation is that the plugin or theme is available free of charge at wordpress.org. We may also deny installation of a theme or plugin on other grounds, such as security concerns or the requested plugin being substantially similar to one that is already installed.
Unfortunately there is no good way to import a complete blog from outside. If you want to migrate a blog from elsewhere to blogs, you will need to manually recreate the visual look and settings of your original blog, and then import the content from using xml import. Please contact helpdesk for more information and installation of any missing themes and/or plugins.
People
If you want to create your own web page from scratch, there is a space in your home directory that is intended for that purpose. Any files you place in the subdirectory public_html are automatically published on the web at the address https://people.dsv.su.se/abcd1234 (replace abcd1234 with your SU username). Thus, if you create the file hello.html in your web directory, it will be available at https://people.dsv.su.se/abcd1234/hello.html.
If you want to execute CGI scripts (such as php), those scripts must be set to be executable for the owner. You can make files executable by using the chmod command in a ssh session or by changing the file properties using your SFTP client. Please contact helpdesk if you encounter any issues.
Profile page - staff only
All staff at SU have their own profile page on the web. Basic information for the profile page is fetched from SUKAT and you can add a profile picture, presentation text, publication list from DiVA, links and files yourself.
More information about profile pages is available here
Services
System for study administration - daisy.dsv.su.se
Daisy contains information about your courses, schedules and grades. You can also register for exams and book group rooms in the Nod Building here.
Log on to Daisy here
Study platform - ilearn.dsv.su.se
Most DSV courses are given via ilearn.
Log on to iLearn here
Writing you thesis - scipro.dsv.su.se
SciPro is used as an administrative support tool for students and supervisors during the thesis writing process.
Log on to SciPro here
Recorded lectures - play.dsv.su.se
All recorded lectures are available on play.
Log on to Play here
Tutoring - tutoring.dsv.su.se
Many of the courses at DSV offer personal tutoring. Teachers decide when tutoring sessions are available. All booked tutoring session times and dates can be found on the system’s start page once logged in. When you need tutoring you register in the queue. The teacher will come to the room or computer you indicate when getting in line.
Lot on to the tutoring system here
Find the user manual: Log on to tutoring. Click “Help” in the top right corner.
For teachers
When you have a tutoring session, log in to https://mobile.tutoring.dsv.su.se
Please note that it is not possible to sign in here unless you are scheduled for tutoring the same day.
SSH server - triton.dsv.su.se
Triton is our general-purpose SSH server. It is available from anywhere in the world. To connect to triton, you need an SSH client and your SU account credentials.
MacOS and Linux both come with a preinstalled ssh terminal command. To connect to triton you run the following (replace abcd1234 with your SU username):
ssh abcd1234@triton.dsv.su.se
You will be prompted for a password, use your SU account password.
On windows you will need to install a client yourself (on your own computer, PuTTY is preinstalled in the labs).If you are running an updated version of windows 10 you can install the Windows Subsystem for Linux, which contains an ssh command that you can use from the terminal in the same way as described above for linux and mac. Otherwise the most common SSH client for windows is PuTTY, which is available for download here
To connect using PuTTY you fill in triton.dsv.su.se in the field “Host name (or IP address)” and click “Open”. You will be prompted for both username and password, use you SU credentials.
Unfortunately it is not possible to set up pure SSH key authentication to triton. The background is that your home directory is unlocked only when you have authenticated, and SSH keys are located in your home directory. However, once you have authenticated with a password your home directory stays unlocked for 24 hours, so if you set up SSH key authentication you only need to authenticate with a password at most once per day. Please contact helpdesk if you have any questions.
Triton’s SSH fingerprint is:
ECDSA SHA256:zr+JNOrYZAN4bekJ8/eoSWo1AVno2I7YFqJdHuv472E
If you get prompted to accept or deny an unknown host key, check against the value above before accepting the connection. If you answer yes, your answer will be saved and you will not be prompted again in the future.
If you are missing some program or utility we can probably install it for you. Please contact helpdesk if you are interested. The same goes if you want to change your shell.
Remote desktop
DSV maintains a remote desktop service that provides a similar windows environment as that available in the computer labs. It is available from the entire world.
We recommend using microsoft’s official remote desktop client when connecting from windows or macOS. Remote desktop is usually preinstalled on windows under the name “Remote desktop connection”. On macOS there is an official microsoft client available in the app store.
There are several alternatives for linux, for example xfreerdp (for the terminal) and vinagre (GUI).
Students should use the following connection details:
- Server name: rds2.dsv.su.se
- Credentials: abcd1234@SU.SE (replace abcd1234 with your SU account)
Staff should use the following connection details:
- Server name: rds1.dsv.su.se
- Credentials: your DSV account
If you are missing some program or tool, you can contact helpdesk to see if installation is possible.
Services from SU IT
The university offers various services to both students and staff. Here we have listed some of them:
- Office 365: Gives you as a student access to MS Office, OneDrive och Outlook.
- Survey&Report: A survey tool for both students and staff.
- Zoom: An e-meeting service for both students and staff.
Other services for students can be found on the university education pages
Other services for staff are listed in the university staff pages
Licenses and programs
Grammarly
Grammarly is an automated grammar tutor and revision tool available for all DSV students and staff.
Follow these steps to get a premium account:
- Go to https://www.grammarly.com/edu/signup
- Start creating an account by entering your email address in the format abcd1234@student.su.se (replace abcd1234 with your SU username).
- After verifying your email address, proceed with logging in to your newly created account. The first time you log in, you will be asked for an access code.
You find this code at https://www2.dsv.su.se/grammarly
Azure dev tools
This service offers our students a large number of software from Microsoft, that you can use in your education.
To access the service:
- Go to https://azureforeducation.microsoft.com/devtools
- Click on the blue "Sign in" button and log in by entering your username in the format abcd1234@su.se (replace abcd1234 with your SU username) and your university password.
- When you have logged in to the portal you will be taken to a page called "Education - Quick Start". From here, click on the menu option "Software" to get access to the software and activation keys.
NOTE! The software may only be used for non-commercial purposes!
Software from SU IT
As a student you have access to a large number of software licenses through the university, for example mathematics, statistics and spelling programs.
You can find a complete list of them on the university education pages
Software for staff
- Astah Professional
- Microsoft Office
- SICStus Prolog
- SPSS
If you need access to any other software, please send an email to licens@dsv.su.se.
In the Nod Building
Computer labs
The computers in our computer labs provide both windows and linux environments. If you want to switch operating system you simply reboot the computer and make your choice at the blue boot screen. If no choice is made within 5 seconds, windows will boot automatically.
You log in using your SU account details.
If you need some program or tool that isn’t available in the labs, please contact helpdesk with your request. Software requests for the linux environment can usually be accommodated more or less immediately, but the situation on windows is more complicated and we can’t guarantee that we can install requested software quickly if at all.
There is also a computer in each group room, which provides exactly the same environment as that in the computer labs.
For staff
Staff sign in to our windows environment using DSV accounts. Because of this, you need to specify your username as username@WINDSV and use your DSV password if you want to log in to a computer in one of the labs, otherwise you will not be able to log in.
If you are a course administrator and need some software installed for your course, contact image@dsv.su.se at least one course period in advance. We need at least the following information:
- Name of the program
- Which operating system it is to be installed on
- Which course needs the program
- Where to get the program
- Any extra configuration required
- What licensing model applies
The computers in the lecture halls always contain the same environment as that in the computer labs. Here you don’t need to specify @WINDSV when logging in, but doing so works as well. Students cannot sign in to the lecturer computers.
Printing
Students
There are two printers available on the second floor in Nod.
Instructions on how you use the service can be found in these articles at Serviceportalen
Staff
Printing from windows
- Note! The username on your computer must be the same as your username on the domain. Your domain username is the one you use when you connect to the printers, mickey, RDS1 or on the desktop computer in the lecture halls. If you are unsure of your username, contact the DSV Helpdesk.
- Make sure your VPN is deactivated.
- Open the start menu, type in “Turn Windows Features On or Off”.
- Expand “Print and Document services” and make sure the “LPD Print Service” and “LPR Port Monitor” are activated.
- Open the start menu again and type in “Printers and Scanners”.
- Select “Add a printer or scanner” and then wait until “The printer I want isn’t listed.”
- Select “Add a local printer or network printer with manual settings”.
- Select “Create a new port” and choose “LPR”.
- Enter “followme.win.dsv.su.se” in the first box and “PullPrint” in the second.
- Select “KONICA MINOLTA” and then pick either C364SeriesPS or C554SeriesPS.
- If “KONICA MINOLTA” doesn’t exist, download the driver below and unzip the file.
Drivers
- In the installation windows select “Have Disk…”.
- Select “Browse” and navigate to the folder you just unzipped.
- Select the only available file, name should be something like “KOAYTJ_.INF”.
- Press “OK” until you can select the driver. - Use the default option for the driver.
- Type in “PullPrint”.
- Select “Do not share this printer”
- Print a test page if you want, otherwise you are done!
Printing from macOS
- Install the correct driver depending on your macOS version:
Catalina (10.15)
High Sierra (10.13) och Mojave (10.14)
Sierra (10.12)
El Capitan (10.11)
OS X 10.10 Yosemite
OS X 10.9 Mavericks - Open the downloaded file and follow the instructions on the screen to install the driver.
- Open "System preferences", followed by "Printers & scanners".
- Click the “+” to add a new printer and click the “IP” tab.
Fill in the following fields:
Address: username@followme.dsv.su.se
Protocol: LPD - Line Printer Daemon
Queue: pullprint
Name: PullPrint
Location: DSV
Use: Pick “Select software…” from the drop-down list and select KONICA MINOLTA C454e PS. Click OK to close the window. - Configure the printer with the following options:
Paper Source Unit: None
Finisher: FS-534
Punch Unit: None
“Hard Disk” should be checked
“Secure Print Only” should be unchecked
“Allow Public User” should be checked
“1200dpi Rendering Op.” should be checked
Printing from Linux
- Run the command system-config-printer in a terminal. You may need to install the utility first if the command is not recognized. On Ubuntu/Debian, use sudo apt install system-config-printer.
- Click “Add”
- In the “Select Device” window, press “Enter URI” in the list of devices.
- Type lpd://USER@followme.dsv.su.se/pullprint (replacing USER with your own username) in the URI field and click “Forward”
- In the “Choose Driver” window, choose Generic and click “Forward”
- Choose the printer model PCL 6/PCL XL in the left column and the topmost alternative in the right column. Click “Forward”.
- In the “Describe Printer” window, choose a name for the printer (pullprint for example). Optionally fill in the other fields and click “Apply”.
- Print a test page to make sure everything works.
Pick up prints and register access card
You will find a total of five printers on floor 3 in the Nod Building:
60220 - ACT/SAS/IDEAL
61304 - Economy
66231 - Student administrations office/Studexp
66219 - IS
607308 - Boiler
Instructions for how to pick up your printout are posted at each printer.
If your access card is new, it will need to be activated for printing before you can pick up printouts. Instructions for doing this are posted at each printer.
Student labs
There are four student labs on the 2nd floor. These labs are specially equipped. Access to these labs depends on the program and courses you attend. Information is provided to the students concerned. The labs are ID-lab, Media-lab, SÄK-lab and Game-Lab.
Contact
DSV Helpdesk takes care of urgent IT problems, forwards inquiries to relevant person and answers questions. If you have questions about how a software works, please consult a teacher or supervisor.
- Visiting address
DSV helpdesk, floor 3, elevator A
Nod Building, Borgarfjordsgatan 12, Kista
- Office hours
Monday–Friday 10 am–11 am and 1.30 pm–3.30 pm
- Phone hours
Monday–Friday 8.30 am–4.30 pm
Last updated: January 16, 2023
Source: Department of Computer and Systems Sciences, DSV