Wednesday, July 29, 2009

How to create More than 50 Google Apps Users for your School or any Educational Institute

Schools and othe educational institutions can greatly benefit out of Google apps by providing collaboration tools to their students and teachers with free email and collaboration access

Benefits :
1. Creating username@yourschool.com for every student and teacher
2. Using Google Docs for sharing information between teachers & Students or group of students.
3. Assigning Group Projects to students by Teachers

See a quick how-to below to create your own user accounts for your own website on google apps


First Step : Moving on to the google apps web site

type : http://www.google.com/apps/ in browser address bar

Select : School IT Managers

Select : Free Google Message Security

Select : Type of Institute (K-12 for Primary & Secondary School or College / University for College)

Select : Sign Up Now

Type : Your Domain Name (eg. schoolname.com,.edu,.in,etc)

Select : Continue Sign Up

Fill up : the Sign Up form with relevant information on number of students etc.

Note : Select tick mark for "I understand that if I cannot alter DNS records for my domain, I may impact my organization's ability to use Google Apps"

Note : for signing up properly you need to change MX Record and CNAME of your website. You can make changes to your website from its control panel. It is only possible if you have administrator username and password

(You may follow steps as given here on below link to change MX Record)
http://www.google.com/support/a/bin/answer.py?hl=en&answer=33352

(You may follow steps as given here on below link to change CNAME)

http://www.google.com/support/a/bin/answer.py?hl=en&answer=53340

Note : After making necessary changes to your website fill in the form with necessary information

Select : Continue

Creating your administrator account

type : username (of your choice)
type : password (of your choice)
Re-enter : the password

Select : I accept. continue with setup

Finally find the Main Google Apps Dashboard for your use

It will be active within 24-48 hours

you can create new users for google apps

Monday, July 20, 2009

Download Enjay ThinClient Setup for RHEL4

Gujarat Board School - RHEL 4 in syllabus

This is an Easy way to use both Windows and Linux simultaneously without restarting your pcs

Download Enjay ThinClient Setup for RHEL4
http://rapidshare.com/files/253332780/RHEL4.tar.bz2.html

This setup is only for people using enjay thinclient cards thin clients

Script for Creating Easy Samba Share

RHEL4 Gujarat Board Schools Standard XII - std 12

download the archive from :
find sharecrt file
double click on file with mouse
select "run in terminal"

Map drive in windows PC
go to file browser
select map network drives
and give the path as follows : \\data\data

there is option for another drive :

go to file browser
select map network drives
and give the path as follows : \\data\data1

mounting NTFS in RHEL4



RHEL4 in Gujarat Board School Std XII (standard 12)

:::: Loading NTFS drives in RHEL4 ::::
--------------------------------------------------------
1. Copy kernel-module-ntfs-2.6.9-5.ELsmp-2.1.
20-0.rr.4.10.i686.rpm to /root/Desktop
(or any where in this case)

2. Open Terminal Window (right click desktop
- first option)

3. type following command (# is prompt so do
not type #)
# rpm -ivh /root/Desktop/kernel-module-ntfs
-2.6.9-5.ELsmp-2.1.20-0.rr.4.10.i686.rpm

# modprobe ntfs

Note : Now you can mount any NTFS partition connected
to your RHEL4 system
Note : NTFS partition do not have write facility

Write facility can be provided but it is a lengthy process
and not very useful in our case

:::: Mounting NTFS Partitions ::::
--------------------------------------------------------
Open Terminal window
use following command to find NTFS Partition on Hard
Drive
# fdisk -l

Disk /dev/hdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 3888 31230328+ 7 HPFS/NTFS
/dev/hdb2 3889 19457 125057992+ 5 Extended
/dev/hdb5 14977 14988 96358+ 83 Linux
/dev/hdb6 14989 16204 9767488+ 83 Linux
/dev/hdb7 16205 18028 14651248+ 83 Linux
/dev/hdb8 18029 19244 9767488+ 83 Linux
/dev/hdb9 19245 19457 1710891 82 Linux swap

Note : in above eg. /dev/hdb1 is NTFS Partition
(try and identify your NTFS partitions
accordingly)
Make a directory to mount this NTFS partition

# mkdir /mnt/win_c_drive

# mount /dev/hdb1 /mnt/win_c_drive

# cd /mnt/win_c_drive (use ls to see the file and folder
list)

# open your file browser and browse to /mnt/win_c_drive
to see in directory listing in GUI

:::: Un-mount partition ::::
--------------------------------------------------------
# cd /

# umount /mnt/win_c_drive