Advanced Search
Search Results
167 total results found
network
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
See: drive.math.uzh.ch / drive.switch.ch
obsidian
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
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
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
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
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
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
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
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
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
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
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
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
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
http://zxing.appspot.com/generator/ Calendar event Contact information Email address Geo location Phone number SMS Text URL Wifi network
remotePowerOn WOL
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
To resize a bunch of images via graphicsmagic: ls srcdir | xargs -n1 -i@ convert srcdir/@ -resize 800x800 destdir/@