Search This Blog

Bluetooth Configuring


Blueman is the Bluetooth manager for Ubuntu. Therefore, install the package.

susanta@admin:~$ sudo apt-get install blueman

Now, go to System > Preferences > click on  Bluetooth Manager



Now click the search button, if any bluetooth of handset(s) are in active status, then it will find and inform you the name of the device.


Here, the searched device name is listed. Now to pair with the device select the name and click Pair button.


Now, input the paired code and same code will be asked by the handset with which you want to pair. You should enter the same code in your handset.


To send file(s) to you paired device, just click on Send button




If you want to send file(s) of your paired device to the computer, then you also have to permit in you computer  to allow to receive the file(s).





Apache, Php & MySQL Configuration in Ubuntu

Install Apache package

susanta@admin:~$ sudo  -s
root@admin:~# apt-get install apache2

Click here to get detail information about how to install and configure Apach server.

Main configuration file is apache2.conf

root@admin:~# gedit /etc/apache2/apache2.conf

 







Install php packages

root@admin:~# apt-get install php5


The main configuration file is php.ini

root@admin:~# gedit /etc/php5/apache2/php.ini







Install MySQL packages

root@admin:~# apt-get  install mysql-server
root@admin:~# apt-get install php5-mysql

It will ask the root password of MySQL at the time of installation,

The main configuration file is my.cn. Open the file and edit the line,

root@admin:~# gedit /etc/mysql/my.cnf
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address        = 127.0.0.1
# bind-address        = admin.home.com





Installing Administrative packages of Apache, Php & MySQL

root@admin:~# apt-get install php5 phpmyadmin





It will ask the administrative password.

 

Webcam Configuration

Download and install Cheese (webcam application) using the following steps, 

Step 1] Open a terminal window.  


Step 2] Type in the following command,

root@admin:~# apt-get install cheese

Note: Before the command, ensure that your computer is connected with internet.


Step 3] Now go to Application> Sound & Video> Click on Cheese Webcam Booth.