IVC Support
E-Mail: ivc-support@inf.ethz.ch
FAQ
What does "message has implicit destination" mean ?
have a look at http://wiki.list.org/pages/viewpage.action?pageId=4030676I can login to IDES web service but password is not accepted when mounting my IDES volume ?
change your password (can be the same one you already have) in the IDES web service. They updated ides in april 2011 and asked all users to do so.efficiently use of matlab licenses
have a look athttps://ides.ethz.ch/Lizenz/intelimatlab.html
How can i check my machine for malware ?
have a look athttp://www.id.ethz.ch/services/list/security/comp_sec/windows/icheck
What should i do when my machine is infected with viruses or malware ?
if it is not already known, write a request to IVC Support or directly to ISG Support but be aware that in case it is your own installation then you might have to cope with it yourself while the machine will be disconnected from the ETH network. The standard action from us or ISG is a reinstallation to make sure nothing is left from the infection.Is my anti virus software still licensed
have a look athttp://blogs.ethz.ch/id/2011/09/28/avira-antivir-professional-10-lizenzschlussel-uberprufen-avira-antivir-2012/
Where can i change my passwords
have a look athttps://password.ethz.ch
Where can i change my address
have a look athttps://www.adressen.ethz.ch
where can i find information about guest accounts
have a look athttp://www.id.ethz.ch/services/list/nethz_db/guest_accounts
transfer itunes items from one computer to another
have a look athttp://www.howtogeek.com/howto/27244/how-to-transfer-your-itunes-collection-from-one-computer-to-another/
firefox: disable thumbnails in new tab (security reasons)
- enter URL about:config
- create new boolean entries :
- browser.pagethumbnails.capturing_disabled = true;
- pageThumbs.enabled = false;
- delete the thumbnails folder in firefox profile
what does -march=native actually set
echo "" | gcc -march=native -v -E - 2>&1 | grep cc1 # from http://forums.gentoo.org/viewtopic-t-904578-start-0.html