Try the following
Applications -> Accessories -> Terminal
sudo apt-get update
sudo apt-get install ntfs-3g
sudo mkdir /media/sdb1
sudo mount -t ntfs-3g /dev/sdb1 /media/sdb1
ls -la /media/sdb1
sudo apt-get update
sudo apt-get install ntfs-3g
sudo mkdir /media/sdb1
sudo mount -t ntfs-3g /dev/sdb1 /media/sdb1
ls -la /media/sdb1
sudo gedit /etc/X11/xorg.conf
Option "AIGLX" "true"
/dev/hdc /media/cdrom
/dev/hdc /mnt/cdrom
ln -s /media/cdrom /mnt/cdrom
#gdm
char Gender;With a byte variable declared like that, you can give the variable a starting value. Giving a value to a variable is referred to as initializing it. Initializing a variable is done with the = operator. The syntax used is:
VariableName = Value;Since a char variable represents one symbol, to initialize it, enclose the initial value in single quotes. Here is an example:
char Answer = 'y';You can also initialize a variable by including its value between parentheses as follows;
char Answer('y');
<style type="text/css">
select {
height: 12px;
width: 100px;
max-height: 12px
}
</style>
<style type="text/css">
select {
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
}
</style>