IIITM-K Knowledge Base
From IIITM-k-wiki
Contents |
[edit]
IIITM-K_How-to_Knowledge_Base
[edit]
/Wireless setup at IIITM-K
[edit]
Networks
[edit]
Classification
- Demilitarized zone
- Wireless
- Thin clients
- Incubator
- Other Wired
- Virtual Private Network
[edit]
Authentication
- NIS or LDAP for all services
- RADIUS Authentication for Infrastructure Wireless Network
- VPN for Ad-Hoc wireless networks
[edit]
Services
[edit]
Public
- SVN
- Institute Website (Site, Desktop, Wiki, Blog)
- Remote Access
[edit]
Internal
- Issue tracker
- ILMS
- Wiki Internal
[edit]
Estimated diskspace need for backup
User data backup quota: 5GB/user Mail data backup quota: 0.5GB/user
Staff & faculty : 30
Students : 100
Project trainees : 20
Total : 150
=> 150*5G = 750GB => 150*0.5 = 75GB => total = 825GB => backup = 1TB
[edit]
Installing Canon iR2016 printer Drivers on linux
- Download the drivers from the Canon iR2016 Driver page. The driver that we will need is UFR2 Printer Driver. (It will be a zip file the name was when I downloaded is ufr2linuxv130.zip)
- Unzip the zip file. (I got a directory UFRII_UFRIILT) The directory contains more directories containg rpms for 32 bit, 64 bit and source. rpm can be installed directly on a linux distro using the rpm for package management.
- Install the rpm using the command. Pick the apropriate version of your OS.
- On fedora: rpm -Uvh cndrvcups-ufr2-1.30-1.i386.rpm cndrvcups-common-1.30-1.i386.rpm
- On debian:
sudo alien -k cndrvcups-ufr2-1.30-1.i386.rpm cndrvcups-common-1.30-1.i386.rpm
sudo dpkg -i cndrvcups-ufr2-1.30-1.i386.deb cndrvcups-common-1.30-1.i386.deb
- To be continued configuring CUPS for double sided printing and collating.

