Elegance Colors GNOME Shell Theme Gets A Configuration Tool, New Customization Features

Elegance Colors, a GNOME Shell theme that changes its colors based on the current GTK theme or wallpaper, has been updated today and the theme now includes a GUI that lets you configure the theme, along with some new options.
New customizations supported by Elegance Colors:

  • font size
  • panel opacity
  • menu opacity
  • panel corner roundness
  • enable/disable menu arrrow
  • light/dark menu style
And obviously, the options to match GTK theme color, wallpaper color or to use a custom color are also available in the new GUI configuration tool.


Here are a few screenshots:

elegance colors gnome shell theme
Match wallpaper color

elegance colors gnome shell theme
Match wallpaper color

elegance colors gnome shell theme
Match GTK theme color

elegance colors gnome shell theme
Light menu style, disabled menu arrows

elegance colors gnome shell theme
0.4 panel opacity

elegance colors gnome shell theme
Light menu stile with 1.0 opacity, panel roundness: 0

 Install Elegance Colors


To install Elegance Colors in Ubuntu 12.04, use the commands below:
sudo add-apt-repository ppa:satyajit-happy/themes
sudo apt-get update
sudo apt-get install gnome-shell-theme-elegance-colors gnome-shell-extensions
The last command above will install both Elegance Colors theme and the official GNOME Shell extensions package (if it's not already installed) which includes the User Theme extension, required to be able to change the GNOME Shell theme.
 

How to setting ip on ubuntu server 10.10

How to setting ip on ubuntu server 10.10
Yeah i ve a bit thing with How to setting ip on my ubuntu server 10.10. But after googling and following someone conversations about this cases, i could do solve my bit problem here.

And now i ll share   How to setting ip on ubuntu server 10.10 simply.


Check this out :

1. We need to know what the network interfaces name on ubuntu.
And to see interfaces name, Run this script :
ifconfig -a

eth0      Link encap:Ethernet  HWaddr 18:a9:05:df:62:d6 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:17

2. Ok, now we know what is interfaces name and 4 next step edit file /etc/network/interfaces with :
sudo nano /etc/network/interfaces
 We have 2 choice available,

1. We face choice with static IP address :
If U want your Ubuntu has static IP address, you need to add this scripts bellow :

auto eth0
iface eth0 inet static
address 10.1.1.250
netmask 255.255.255.0
gateway 10.1.1.210

2. We face choice IP address with DHCP:
If U want your Ubuntu has dynamic IP address or you make DHCP on your network area, you need to add this scripts bellow :

auto eth0
iface eth0 inet dhcp
3. Do not forget to save the document with Ctl+X and press Y to save the document and then restart network with :
sudo /etc/init.d/networking restart
4. Done! check your ip address with
ifconfig

Sabily (ubuntu islamic edition)

Sabily (ubuntu islamic edition)
Sabily is a free, open source operating system designed by and for Muslims.

It is based on the popular Ubuntu Linux distribution which is a free, efficient and secure operating system. Unlike Microsoft Windows and other proprietary systems, Linux is publicly open and extendible by contributors.


Just like Ubuntu, Sabily includes set of packages that customizes like :
Office,

Internet,

Graphics

and

Video
With Sabily, Muslim users have “out of the box” Islamic software and tools installed as well.
you will find islamic software on default installed of Sabily like
prayer times tool,

Quran study tool,

Hijri calendar

and etc islamic software


Sabily comes with out of the box educational software, codecs for the most used media formats and has better support for Arabic language.

if you might to use Sabily On your computer, you can download the last version  of Sabily here.

Download Sabily


Zekr Qur’an on Ubuntu

Zekr Qur’an on Ubuntu
 Zekr Qur’an on Ubuntu-Zekr Qur'an was made with coding made for Linux, giving it the feel of any other Linux application. It is fully featured with advanced searching, navigation, recitation, and commentary.

How to install Zekr Qur'an on Ubuntu?

1.  Add Zekr Qur'an repository on Ubuntu
sudo gedit /etc/apt/sources.list
2. Select repository appropriate with your Ubuntu version.
these re (Ubuntu Karmic 9.10, Jaunty 9.04, Intrepid 8.10, or Hardy 8.04) available.

karmic :
deb http://ppa.launchpad.net/zekr/ubuntu karmic main
jaunty :
deb http://ppa.launchpad.net/zekr/ubuntu jaunty main
intrepid :
deb http://ppa.launchpad.net/zekr/ubuntu intrepid main
hardy :
deb http://ppa.launchpad.net/zekr/ubuntu hardy main

3. Type and run these commands bellow:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EF400C7C
$ sudo apt-get update
$ sudo apt-get install zekr ttf-me-quran ttf-sil-scheherazade
$ sudo apt-get install ttf-farsiweb
$ sudo apt-get install flashplugin-nonfree
(optional) this steps for installing  indonesian translation.
$ sudo apt-get install zekr-quran-translation-id-indonesian
if you have any problems on installation process , you can install Zekr Qur'an using manual guide by this link  http://zekr.org/wiki/Installation#Manual_Installation

How to create local repository from .iso file Ubuntu 12.04 LTS

How to create local repository from .iso file Ubuntu 12.04 LTS

How to create local repository from .iso file Ubuntu 12.04 LTS-Recently Ubuntu 12.04 under code name (Precise Pangolin) , that is a bit different with others Ubuntu bellow version.We need a bit configure file to create local repository on this version.

And now i ll show How to create local repository from .iso file Ubuntu 12.04 LTS simply :

1. Download 11th .iso files on kambing.ui.edu/iso
or
You can download here
  1. Repo Ub12.04LTS – 1.iso
  2. Repo Ub12.04LTS – 2.iso
  3. Repo Ub12.04LTS – 3.iso
  4. Repo Ub12.04LTS – 4.iso
  5. Repo Ub12.04LTS – 5.iso
  6. Repo Ub12.04LTS – 6.iso
  7. Repo Ub12.04LTS – 7.iso
  8. Repo Ub12.04LTS – 8.iso
  9. Repo Ub12.04LTS – 9.iso
  10. Repo Ub12.04LTS – 10.iso
  11. Repo Ub12.04LTS – 11.iso
2.We have a problem with looping conf. on  ubuntu. On the default configuration Ubuntu has 8 loops available and we have 11 repo to be mount. So we need a bit configure file group on "/etc/defaults/grub" 


sudo gedit /etc/defaults/grub
 Edit file and add the bolt text bellow. It means Ubuntu ll loop till 24 max loop
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR='lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash max_loop=24"
GRUB_CMDLINE_LINUX=""
 Save file>>reboot computer

3. Create mount directory on /mnt/ with type these commands
mkdir -p /mnt/repo1
mkdir -p /mnt/repo2
mkdir -p /mnt/repo3
mkdir -p /mnt/repo4
mkdir -p /mnt/repo5
mkdir -p /mnt/repo6
mkdir -p /mnt/repo7
mkdir -p /mnt/repo8
mkdir -p /mnt/repo9
mkdir -p /mnt/repo10
mkdir -p /mnt/repo11

4.Edit file fstab on "/etc/fstab" and add these scripts bellow
sudo gedit /etc/fstab

#Repository
/media/data2/Linux-Garden/repo12.04/1.iso /mnt/repo1 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/2.iso /mnt/repo2 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/3.iso /mnt/repo3 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/4.iso /mnt/repo4 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/5.iso /mnt/repo5 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/6.iso /mnt/repo6 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/7.iso /mnt/repo7 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/8.iso /mnt/repo8 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/9.iso /mnt/repo9 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/10.iso /mnt/repo10 iso9660 loop,defaults 0 0
/media/data2/Linux-Garden/repo12.04/11.iso /mnt/repo11 iso9660 loop,defaults 0 0
5.Edit file sources.list on "/etc/apt/sources.list" and add these scripts bellow
sudo gedit /etc/apt/sources.list

deb file:///mnt/repo1 precise main multiverse restricted universe
deb file:///mnt/repo2 precise main multiverse universe
deb file:///mnt/repo3 precise main multiverse restricted universe
deb file:///mnt/repo4 precise main multiverse restricted universe
deb file:///mnt/repo5 precise main multiverse restricted universe
deb file:///mnt/repo6 precise main multiverse restricted universe
deb file:///mnt/repo7 precise main multiverse restricted universe
deb file:///mnt/repo8 precise main multiverse restricted universe
deb file:///mnt/repo9 precise main multiverse restricted universe
deb file:///mnt/repo10 precise main multiverse restricted universe
deb file:///mnt/repo11 precise main multiverse partner restricted universe

Ok . . we almost done here. . .
6.Reboot your computer again and Update Ubuntu repository with type this simple command.
sudo apt-get update
:) And you have your own repository on your computer,Now.




How to install filezilla on Ubuntu 9.04

How to install filezilla on Ubuntu 9.04
How to install filezilla on Ubuntu 9.04-FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.

:)

How to install filezilla on Ubuntu 9.04??

You ve 2 ways as possible to install filezilla on Ubuntu 9.04
First, download binary file (.deb file) Filezilla-3-2-6-1-deb.zip

Then open terminal and type the following command :
sudo dpkg -i Filezilla-3-2-6-1-deb
Or if U ve internet connection, You just need type this simple command :
sudo apt-get install filezilla
:) i love Ubuntu!