Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Linux tricks for Maastricht University

NotificationsYou must be signed in to change notification settings

msvincognito/um-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

This repository contains commands and configs I found useful regarding the use ofUniversity services. Some of these may be distro-specific so your mileage may vary.

Mentions of<student id> refer to the UM username, e.g.i6123456 including thei.

Eduroam

Netctl

Below is a config fornetctl that works with Eduroam.

/etc/netctl/wlp3s0-eduroam

Description='eduroam'Connection=wirelessInterface=wlp3s0Security=wpa-configsectionESSID=eduroamTimeoutWPA=10IP=dhcpWPAConfigSection=('ssid="eduroam"''proto=WPA2''key_mgmt=WPA-EAP''eap=PEAP''phase2="auth=MSCHAPV2"''identity="<student id>@unimaas.nl"''password="<password>"')

VPN

OpenConnect

OpenConnect can be used toconnect to the University VPN, for instance to gain access to journals.

Installation on Arch:

sudo pacman -S openconnect

Installation on Debian/Ubuntu/Mint:

sudo apt-get install openconnect

Having installed it simply run:

sudo openconnect vpn.maastrichtuniversity.nl -u <student id>

Type in your password, and you're in!

EZproxy

Alternatively, you may useEZproxy fromwithin your browser for access to literature as describedhere.

Cisco Anyconnect

You can also useCisco Anyconnect software to connect it via a graphical interface as explained in theICT manual

File service

The University file service is accessible withSamba. Note that it seems you need tobe physically present and connected to the university Eduroam to make use of the fileservices.

You can usesmbclient to get a list of network drives:

smbclient -L mfs.maastrichtuniversity.nl -U <student id>

You may use CIFS (e.g. installcifs-utils on Arch) to mount the drives directly.In order to mount your private drive directory in/media/unimaas/userdata run:

# Create a mountpointsudo mkdir -p /media/unimaas/userdata# Mount itsudo mount -t cifs //mfs.maastrichtuniversity.nl/users/students/<student id>/data /media/unimaas/userdata -o username=<student id>@unimaas.nl,vers=2.0,uid=$(id -u),gid=$(id -g)

More information may be found in theICTS Manual - UM drivemappings.

VMware Horizon

Like any other platform, you can download theHorizon Client and access to your Student Desktop Anywhere. Careful tho, it's Windows.

Useful resources

About

Linux tricks for Maastricht University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp