Wednesday, July 13, 2011

Donwload Ubuntu 11.10 (Oneiric Ocelot) Daily Builds


For you users ubuntu 11.04 natty who want to try ubuntu 11.10 oneiric ocelot "daily bulids", you can visit the link below
http://cdimage.ubuntu.com/daily-live/current
Unknown Info

JupiterApplet "Power Saver Batery"


Jupiter is the Xplore control hardware for Linux, it is useful to improve battery life by integrating with the operating system and change the parameters of the computer based on the battery connection

Jupiter provides a shortcut to some of the controls and screen output hardware like resolution, WIFI, and bluetooth.

Features:
  •  Automatically adjust the CPU mode for AC or battery
  •  Automatically tunes the kernel to AC or battery
  •  Automatically tunes the hardware to AC or battery
  •  Support Asus Super Hybrid Engine (SHE)
  •  Remember and apply the last selected configuration
  •  Fast and efficient, low-resource utilisation
  •  Easy to d'customize
Please download this application in :
http://www.jupiterapplet.org/downloads.html 
Saturday, July 2, 2011

How to Install Xampp in Ubuntu

The first step to download XAMPP installation used to be. After that open a terminal and log in as root administrator:

idi idi @-desktop: ~ $ sudo su
[sudo] password for idi:
root @ idi:/home/idi #

then go into the folder where XAMPP package earlier located. then extract the package to the/opt:

tar xvfz xampp-linux-1.7.3 a. tar.gz-C/opt

Now XAMPP has been installed in the folder/opt/lampp, to run his quite simple simply XAMPP type/opt/lampp/lampp start in the terminal

Starting XAMPP for Linux 1.7.3 a…
XAMPP: Starting Apache with SSL (and PHP5) ...
XAMPP: Starting Mysql…
XAMPP: Starting ProFTPD ...
XAMPP for Linux started.

If there are no errors then it will pop up a message that has been running Apache and Myslq. to try this type http://localhost in your browser. then it will show up the home page of XAMPP.

Create a Shortcut menu in XAMPP.

1. open a terminal and type

sudo gedit ~/.local/share/applications/xampp-control-panel.desktop

2. then enter the code below

[Desktop Entry]
Comment = Begin/End XAMPP
Name = XAMPP Control Panel
Exec = gksudo "python/opt/lampp/share/xampp-control-panel/xampp-control-panel.py"
Icon [en_CA] =/opt/lampp/htdocs/xampp/img/logo-small.gif
Encoding = UTF-8
Terminal = false
Name [en_CA] = XAMPP Control Panel
Comment [en_CA] = Begin/End XAMPP
Type = Application
Icon =/opt/lampp/htdocs/xampp/img/logo-small.gif

3. the XAMPP Control Panel can be seen in Applications-> Other-> XAMPP Control Panel
Finally I've finished the discussion from. The attention I say thank you

Tips and tricks!

To put the file outside of htdocs use the command $ ln-s ~/public_html/opt/lampp/htdocs/$ USER
public_html is the folder that contains your html or php that we make.
$ USER is the name of the folder that is in the xampp/htdocs.

To run the XAMPP automatically use the following command:
sudo gedit/etc/rc.local
before the word "exit" place the command/opt/lampp/lampp start