miladinoski
Aug 13 2008, 04:31 PM
First of all please note well that E17 is in beta fase, and can make your computer segfault (which by contrary - WILL NOT ERASE YOUR DATA - your computer will be restored to the statein which it was before it segfaulted), and if you don't want this to happen then don't install this! Well, in this tutorial I will tell you how to install OpenGEU when you already have Ubuntu (or Kubuntu and Xubuntu) installed already on your machine. First of all I need to introduce you to OpenGEU, it's a relativelly new Linux distro which uses Enlightenment instead of Gnome or KDE or Xfce and is based on Ubuntu. It is primarily based towards eye-candy lovers who cannot afford (or do not like) a new computer and use Compiz efficiently on it. The great thing about OpenGEU (formerly Geubuntu, but changed because of trademark issues with Canonical) is that it can run on literally any 2D supported graphics card (which couldn't be said about compiz-fusion). It provides fantastic 2D bling that your desktop just begs to have. It has 2 themes, the first one is called Sunshine (it's the default one) and the other one is called Moonlight (you can change to this one easily) and ofcourse there are other themes available, but these 2 are the basic one and the developing and support is most concentrated in these 2 themes. The most amazing thing for me is that the wallpaper can be animated (which can be used to show the time without a widget) and it doesn't hog the processor at all! (As my connection is pretty slow these days, I suggest you to go to the official page, official wiki page and Wikipedia page to view some exelent screenshots and leave feedback on the poll and possibly with a reply on this topic). So, in order to install OpenGEU on top of Ubuntu 8.04 (I'll use the beta version of OpenGEU because I don't know if it's possible to downgrade to OpenGEU 7.10 (which is the stable version btw) and frankly said I don't want to try) you need a Ubuntu based system (Ubuntu, Kubuntu, Xubuntu, Ubuntu studio etc.) and then you'll need to import the public key to your system, just open up Applications/Utilities/Terminal and copy/paste these simple lines: CODE wget http://lut1n.ifrance.com/repo_key.asc<BR><BR> wget http://download.tuxfamily.org/geubuntu/gutsy/geu-key.key<BR><BR> sudo apt-key add repo_key.asc<BR><BR> sudo apt-key add geu-key.key Now, you need to add the repos in your system, keep the terminal opened and copy/paste this into it: CODE sudo gedit /etc/apt/sources.list Or if you're using KDE, instead of gedit - type 'kate' (sans the quotes), if you are using Xfce, use 'mousepad' instead of gedit, or if you wish so you could use vi or nano it doesn't matter  Now, at the end of the text editor, copy/paste this: CODE ## OpenGEU<BR> deb http://e17.dunnewind.net/ubuntu hardy e17<BR> deb http://download.tuxfamily.org/geubuntu/ hardy/ Leave an empty line at the end.  Now you need to update and upgrade the system, copy/paste this lines ONE BY ONE and accept/agree with everything that shows up on the screen by typing Y or Yes: CODE sudo aptitude update<BR><BR> sudo aptitude upgrade<BR><BR> sudo aptitude install opengeu-desktop Now, in order to finish the installation of OpenGEU, go to Applications/System Tools/OpenGEU - Configuration and there you'll be able to choose the theme and all that  . After you're happy with the settings - just logout from the system and when you're at the login window, press F10 and click "Choose session" and choose Enlightenment as your session. Then type your username and password and choose what to do with the window that shows up later, do you want to make OpenGEU the default (I'm sure you'll make it if you like it) or to make it just for that session (or to cancel). That's all. I think you'll be able to change the themes and wallpapers and settings and stuff by your own, or if you run into a problem, then just PM me, I'll be glad to help you 
Comment/Reply (w/o sign-up)
Recent Queries:--
how to open index.php in ubuntu - 56.80 hr back. (2)
-
opengeu features - 59.99 hr back. (1)
-
install "opengeu" repository ubuntu - 68.06 hr back. (1)
-
pubkey opengeu - 74.99 hr back. (1)
-
tutorial opengeu instalar - 80.64 hr back. (1)
-
opengeu prefix - 85.71 hr back. (2)
-
opengeu upgrade - 116.62 hr back. (1)
-
install opengeu in ubuntu - 166.33 hr back. (1)
-
"login root on opengeu" - 237.10 hr back. (1)
-
how to remove opengeu if you installed it on top of ubuntu - 276.09 hr back. (1)
Similar Topics
Keywords : Install Opengeu Ubuntu Opengeu Distro Based Enlightenment Derived Ubuntu- Cakephp On Ubuntu
- using your own public_html folder (1)
Hi, there are many tutorials about this, but i would like to type the steps i followed in order to
get cakephp working on my user public_html folder. as many of you probably know, if you have
apache's userdir module loaded, you can put your web pages on /home/user/public_html , and
access them with the url: http://localhost/~user/ . I really prefer this, so all my web pages are
on my personal home, but how to configure cakephp to work with these paths, i got a hard time with
this, but finally got it!. here's how: in case you don't have apache2's userd...
Make A Flat Based Shoutbox, With Auto Refresh.
- (7)
With this tutorial, you will learn how to create a simple shoutbox, but only uses a .txt file. Also
with auto refresh, and I am going to do a backgound. We will be making 5 files. 1. index.php The
main page 2. msg.php Reading msg.txt 3. msg.txt Note: You must give it 777 4. shout.php Where
it add to msg.txt 5. bg.gif Background. Index.php would be like this: Shoutbox
Name: Message: Let's go over what the code do. -> are just the title.
gets msg.php which gets msg.txt. You will know why I do that later. -> is wh...
Reclaim Control Over Your Windows-based Pc
- Part 1 (2)
Background Image Swap Script
- Change a Background Image based on clock time (15)
Background Image Changer Script To swap the background image from your CSS file according to the
Server Clock Time. 1.) In your CSS file, add the following rule: CODE body { background:
url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the folder, place three images
named morning.png, day.png, night.png. 4.) Also, in the same folder, create an index.php file and
copy/paste the following script. CODE $hour = date('H'); if ($hour $image =
"morning.png"; } elseif ($hour $image = "day.png"; } else { $image = "night.pn...
Install An Aef Forum Onto The Trap17
- From a zip file (11)
Installing an AEF Forum on the Trap17 Server Preparation for Installing the AEF Forum
The following items are required for the installation of the packaage onto your site: 1. - a copy
of the AEF Forum zip package from http://anelectron.com/download.php 2. - a MySql Database 3. - a
Database User 4. - a password for the Database User 5. - Privileges allowed for the Database User
The details for ensuring that you have all of these items are as follows: 1. - a copy of the AEF
Forum zip package from http://anelectron.com/download.php . Simply browse to t...
[linux] How To Manually Install Flock System Wide
- (0)
Since i am currently in the process of making my own Ubuntu-based distro and will be including Flock
as one of the browsers to choose from, i figured i'd make a tutorial out of how to install Flock
manually, since there appears to be no package for it in Ubuntu's repository and many other
popular distros, and it is said that only Ultima Linux has Flock available. For those that
don't know what Flock is, rather than going into deep detail here, i'll just provide a link
to the browser's site: http://www.flock.com/ And yes, to start, you're going...
Faux Ajax Loading - Css Only
- Pretend your site is Ajax based (3)
Link: http://www.jlhaslip.trap17.com/samples/misc/ajax/index.html Check that out. The first page
has information and the second and has the actual example of its use with sample CSS code. I find
that when you visit a site which has a slow server and attempt to view 'large' Image files,
it is pretty boring to sit and stare at a blank screen, so this little snippet of code can be used
to give the visitor something to see to indicate that the image is being downloaded. I built a
small animated gif that sits in the background of the space allocated for the image...
How To Install Phpbb?
- (8)
QUOTE Here are the steps: Download the latest version of phpBB2. Currently it can be
found at http://www.phpbb.com/downloads.php . I prefer the .tar.gz files, and winzip has no
problems dealing with them. Decompress the files to a directory on your local system, making sure
that you maintain the relationship between directories. I'll suggest that you decompress them to
c:\webupload Now, within C:\webupload, you should have a phpBB2 directory, full of goodies. Open
up your FTP client, and connect to where your web host tells you to go for uploading yo...
How To Install Php Scripts
- for people who don't like uploading all the time (0)
OK. Here's what you need: 1. Web hosting that has FTP 2. A script or something to install 3.
A program called SmartFTP I'll use my site for an example... 1. Enter your FTP login info
2. When you login in your files, images, and stuff will show up. 3. Now that you're logged in
you have to choose what file you want to import into your website. Go to "My Documents" and right
click on the file you want to put on your site and select "copy". 4. Next you got to open put the
dictionary that your website is in. Ok what that means the place where the "i...
How To: Create And Install Your Own Cursor
- a step by step guide (14)
How To: Create And Install Your Own Cursor a step by step guide using animation shop (a
program free with paint shop pro) Requirements: Animation Shop (can be found on the same disk
as Paint Shop Pro) Any image Are you displeased with the cursor you've got? Are you
dissatisified with those cursors you downloaded from that site? Then this tutorial's for you.
Read on... Create or download your favourite image off the web. Open it in some image editing
software (ie Paint Shop Pro) and resize it to 15x15. In Paint Shop go to Image --> Resize. Ent...
Making a java based program
- (3)
Java GUI Making a Little Java Program Sec. 1: Imports and starting it off Sec. 2: Variables Sec.
3: Frame and Stuff Sec. 4: Declaring buttons Sec. 5: Adding buttons Sec. 6: Action Listening Sec. 7:
Using this for a learning experience Section 1 Now, let's think. What imports do we need? We
obviously need GUI imports. We also need the action Listener. So, let's declare this at the very
top: Code: CODE import java.awt.*; import java.awt.event.*; import javax.swing.*; That's
all we need to get all our supplies. Now to start us off. Skip a couple lines ...
Css-based "i-frames" (sort Of)
- A couple of ways to do it... (1)
I got thinking that it might be nice to have a method to load a bunch of pictures up to a site, but
not have them taking up a lot of space. And without using a bunch of php, while still presenting the
entire picture. And using full-on CSS coding, not tables or frames. So here you go... a "picture in
a picture" method. A CSS framed picture And a "hidden" "picture in a picture" method. A
"hidden" CSS framed picture Sort of a way to 'hide the picture and let the user decide if they
want to actually see the image. All it does is use positioning for placing the...
How To Make A Simple File Based Shoutbox Using Php And Html
- (8)
A simple tut to make a simple shoutbox. Let me jump right in. First of all you need the standard
equipment for PHP, an IDE like XAMPP and an editor like PHP EDITOR 2OO7. Were going to make a
simple guestbook using three files, webpage.php, shout.php and shout.txt. Webpage.php can be
changed to whatver you want, it will be the page on which the guestbok is shown, you could even use
this code and add it to another php page n your site. Shout.php is the proccessing page and
shout.txt is where the shouts are stored. Firstly we need to make the visual design of the box....
How To Install A Favicon
- Yup, a favicon. (40)
Ok, you know those little icons that are to the left of a web address? |_ /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> http://www.domain.com_| Well that is called a
favicon, folks. If you want one, simply do the following: 1.) Make sure your favicon is in .ico
format. Name it favicon.ico 2.) Upload the favicon.ico to the same folder as your main index.html or
index.php or index.asp, whatever. Basciaaly, you should have: http://domain.com/blah/favicon.ico
http://domain.com/blah/index.___ , whatever you have. 3.) Put this into the head...
How To Install Php-nuke
- How to install PHP-Nuke manually (12)
Download PHPNuke (www.phpnuke.org) and unzip it into a directory. Now go to where your web server is
installed (or web hosting ftp)! Create a folder and call it phpnuke. Now upload everything from the
HTML folder into the phpnuke folder you created. Than go to the config file of phpnuke
(\phpnuke\config.php) Ok now, if you have phpedit installed than this will be easier than using
Notepad. Go to line 32 and you sould see this: $dbhost = "localhost"; $dbuname = "root"; $dbpass =
""; $dbname = "nuke"; $prefix = "nuke"; $user_prefix = "nuke"; $dbtype = "MySQL"; If this...
Install A Simple Machines Forum
- (11)
If you want to have your own Simple Machines running up without any ADs of any kind , sign up at
Trap17 and posting until you have enough credits then post an application form and then wait to be
approved. After that , do like this and you will have your own forum setting up : 1.Download
Simple Machines You can get it at Simple Machines download page , click here to get one
2.Upload SMF to the Server This step is too long so be patient , log in to Trap17 forum then log in
to your own cPanel , click on File Manager. A pop up Explorer will appear , then click on ...
How To Install An Openoffice Dictionary Manually
- adding the new dictionary by yourself (3)
How To Install An OpenOffice Dictionary Manually Introduction The Tutorial
What's OpenOffice? Introduction Before you all rant at me and tell me that there is a
wizard to install dictionaries for you, it can sometimes not work. I know this because on my copy of
OpenOffice Writer, it doesn't. This tutorial is very easy to follow and it's for those
whose wizard is broking, just like mine or people who like to be difficult and do things the hard
way /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />...
Beginner's Guide To Skiing
- Based on my own experience. (4)
I really like skiing. It is so much fun that you won't know how you could have survived until
your first time. So here are some things you should know before you head over to your lcoal ski
area: Dressing: You should get a few basic things: -Base layer: long underwear, especially
thermals, keep you warm, wick moisture from the skin, keep your legs from getting irritated by your
ski pants -Middle layer: A fleece jacket; or anything aside from wool, which is very itchy. This
will keep you warm in cold weather. If your outer jacket or parka (see below) is insulate...
How To Install S9y Weblog Software
- (0)
Right , here's my guide at how to install S9Y ( www.s9y.org ) 1. Download the version of S9Y
you want from the website above 2. Extract the rar file 3.Upload all the files to a Web host 4.
Go to you domain/subdomain , also at this point make sure all the files are CHMOD 775 5. S9Y's
Installer should start and give you an overview of you system's setup 6. Make sure there is
nothing in red and click Simple Install 7. Fill in all the spaces , with you Database name ,
Password , etc ... From here on S9Y is very easy to set-up ! Just use it as you ...
Css Based Photo Gallery Code
- Fluid design for layout (3)
Fluid Design Photo Gallery There are quite a few Topics here on the Trap17 Forum about how to
set-up and use Photo Galleries and about the link code for getting from a Thumbnail Image to a full
size Image and all that stuff, so I would like to take this "Photo Gallery" concept one step further
without covering what others have already supplied instruction for. Usually, when there is a
solution posted here for the code on "how-to-do-this", there are tables involved and the Links are
placed inside Table cells. Tables are not neccesarilly a bad thing, but they were n...
How To Sync A Sony Clie In Linux
- any distro with KDE (0)
Ok, so everyone knows that sony realy outdid themselves with the clie, but one problem: You
can't sync it outside windows. Or can you? Look, Up in the sky, It's a bird, it's a
plane, No, it's Psychiccyberfreak! Come to save the day!!! /laugh.gif' border='0'
style='vertical-align:middle' alt='laugh.gif' /> Ok, so here we go. First, you need to get a sync
program. I use Jpilot, I reccomend it. If your distro has a cross between KDE and GNOME, use
anything... Ok, now it should work, Most cases only network sync will work, that's ok. Some
distros hav...
Php Navigation
- How to make your navigation based on php (7)
I have re-constructed my last PHP Navigation system and it works great. So I have it here for you
guys. Here are the instructions. INSTRUCTIONS: Open your main page for your site in your text
editor and paste in the following code where the main content goes. CODE error_reporting
(E_ALL ^ E_NOTICE); if(!$page){ $page = $HTTP_GET_VARS ; } //You can change 'page' to
whatever you want. //Default Page if($page == "" or $page == "index"){ include("main.php"); //You
can change 'main.php' to whatever you want. } //Secondary Pages if($page == "something"...
Install Php 5 To Work With Mysql
- (0)
hi, all php 5 is new to all people a long time( actually, I forget how long...). it introduced a
more object-oriented design to developer. like, access type(public, private, protected), abstract
type(classes that can't create objects), interface support, and more . althrought it is
widerly available, someone still can't get it running with mysql. every time the php is starting
up. a message prompted stated that some xtensions can not be found, and therefore, not loaded. so, I
have written this to help other and newbie get it start quickly. note: thi...
How To: Install Scripts And Create Database
- preinstalled scripts, own scripts (2)
How to install php scripts using MySQL,phpMyAdmin on Trap17 using preinstalled script/auto
installation cPanel > Preinstalled scripts > "Addon Scripts" or "Fantastico" or "phpBB" or the
scripts which you wanted to install screenshot - >
http://i6.photobucket.com/albums/y222/haalaaluu/5.jpg explaination: this method is auto install
the scripts in public_html folder, database name and granted database user respect to its database.
note: by Addon Scripts, you can not choose other folder structure. by fantastico you can choose the
folder structure and it is good ...
How To Install Winxp And Linux To The Same Compute
- a double boot (12)
when I install a double boot linux/winxp, I always want to keep the Windows boot menu to choose the
operating symtem. This is what I usually do: -Install Winxp -Install linux (if you dont have space
to create a new partition for linux, you have to use partition magic to reduce the size of the WinXP
partition and leave some space to create the partition for linux. You can create the partition
during the linux setup. - During the linux setup, choose to install the boot manager (lilo or grub)
in the boot sector of the partition where you are installing linux (not in the MB...
How To Setup A Php-nuke Based Site
- very helpfull (5)
Ok, so you want to have a php nuke site. First of all, what is this "PHP nuke", and why is it so
special? Php nuke is a web portal system. It is expandible, and can be very usefull. You can find
an example here. Yes, it is that good. So, lets take a closer look. It's pre-packaged basic
features are: *forums *a login system *weblinks *downloads *news *polls *faqs *content You can
allways de-actuvate some features, but it's near-imposible to remove them. Kinda annoying, but
you know. Some people may not need phpnuke, or cant have i period. You need: *some ...
Install New Fonts
- on Windows XP / 98 (5)
Having a great arsenal of fonts is a must in web design. If you have a personal web page, having
unique fonts on your site will set your site apart from all the other personal web sites out there.
Downloading new fonts is simple. Browse Google for some sites that have free fonts. To download
the font, click the appropriate system type (usually pc or mac) that you'll have the font on.
Fonts normally come compressed as either .zip or .rar . Extract the fonts to a directory on your
desktop named "New Fonts." Note : Supported font types for Windows are .ttf, .f...
Looking for install, opengeu, ubuntu, opengeu, distro, based, enlightenment, derived, ubuntu
|
Searching Video's for install, opengeu, ubuntu, opengeu, distro, based, enlightenment, derived, ubuntu
|
advertisement
|
|