Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

167 total results found

network

Public Wiki

General, incl. WLAN: https://www.zi.uzh.ch/de/support/netzwerk.html LAN: most of the network ports in Y27 have a yellow or a green sticker on it. No sticker: no connection. Green: DHCP, Thinlinc Terminal, no Internet! Yellow: DHCP, For personal notebooks! Inte...

nextcloud

Public Wiki

See: drive.math.uzh.ch / drive.switch.ch

obsidian

Public Wiki

Note Management App https://obsidian.md/ Sync Official (commercial) sync: https://obsidian.md/sync Alternative: Via any cloud storage (Nextcloud, onedrive, iCloud, ...), like I-MATH (https://wiki.math.uzh.ch/public/nextcloud) Just save the Obsidian in vault in...

pdf anonymizer

Public Wiki

Every PDF File contains information about the Author, the Creator and so on. Sometimes it's necessary to remove these entries. Navigate with the Filemanager to the directory with the PDF file. Check the Metadata with a right mouse click on the file and choose ...

pdf compression

Public Wiki

With gson thinlinc Source: https://itsfoss.com/compress-pdf-linux/ Via commandline:  gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed_PDF_file.pdf input_PDF_file.pdf You have these compres...

pdf to eps

Public Wiki

If you want to convert PDF to EPS without using text tools and have some additional options, like cropping the image, use Gimp. Gimp is installed on our thinlinc terminals, if you need it for your home computer or notebook you can get the newest version here: ...

pdf word count

Public Wiki

beispiel.pdf Tool File Words with beispiel.pdf Thinlinc: Open Filemanager. Mouse over PDF. Right click: PDF Tools > Word Count beispiel.pdf 1441 words, 9352 Characters pdfwordcount ( pdftotext beispiel.pdf - | wc -w) beispiel.pdf 1441 words, 9352 Characters ht...

pdfBestPractise

Public Wiki

Program Doc Mode Description pdftk http://www.pdflabs.com/docs/pdftk-cli-examples/ Text Merge, Rearrange, Delete files and pages pdfanonymizer pdfanonymizer -h Text / Nautilus Overwrite all personal META information in the PDF file. Nautilus: right mouse clic...

plantuml

Public Wiki

Create diagrams based on text files. Wikipedia Reference Online https://www.plantuml.com/plantuml/uml https://real-world-plantuml.com/ https://github.com/joelparkerhenderson/plantuml-examples Example * gedit example.plantuml @startuml Alice->Bob : hello note...

power

Public Wiki

Please switch off all lights and all computers in your office, when you leave your office at the evening. To help you to do that: On each desk combination (desks standing side by side), you'll find such a remote switch: The switch will completely power off the...

Overview-Print

Public Wiki print

Printing I-MATH vs. UZH Printplus (UPP) At the institute there are two printing solutions available: I-MATH-based and UZH Printplus (UPP)-based.   I-MATH UPP Printer All printers & copiers Copiers k, kcolor and j, jcolor. Thinlinc Print Dialog: UZHPrintPlus UZ...

linux

Public Wiki print

Printing from private notebooks to the institutes printer is only possible (UPP is fine) via LAN (=cable) and not via WLAN. Your device must be first registered in a central system - please contact support for help. Enable: 'show remote printers' Hint: after t...

mac

Public Wiki print

Printing via UZHPrintPlus Offical ZI Page: UZH Print Plus Recommended for students. Printing is possible via WLAN UZH, but not via WLAN EduRoam. Printing via MATH/DM3L-Print server Recommended for institute members. (best Option for MacOS) To use the printer i...

windows

Public Wiki print

I-MATH Printer Printing from private notebooks to the institutes printer is only possible (UPP is fine) via LAN (=cable) and not via WLAN. The notebook/LAN Adapter has to be assgined to DMZ (ask I-MATH Support to do so). Install HP Universal Driver Go to websi...

Overview

Public Wiki qfq

Links Development: https://git.math.uzh.ch/typo3/qfq Builds: https://qfq.io/download Tipps & Tricks wkhtmltopdf qfq-Beispiel, wie eine Seite als PDF ausgegeben werden kann (Browser-unabhängiges Resultat): SELECT 'c:hidden-print|d:P.O. Boxes.pdf|U:id=poboxes&--...

qr-code

Public Wiki

http://zxing.appspot.com/generator/ Calendar event Contact information Email address Geo location Phone number SMS Text URL Wifi network

remotePowerOn WOL

Public Wiki

Remotely power on a notebook / desktop located at IMATH The idea of this feature is simple, everyone should be able to wake their machine using localinfo. We use the standard 'Wake on Lan' (in short WOL) feature to accomplish this. The following steps have to...

resize

Public Wiki

To resize a bunch of images via graphicsmagic: ls srcdir | xargs -n1 -i@ convert srcdir/@ -resize 800x800 destdir/@