Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-04-2008, 03:54 PM   #1 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile how many of you tried/using Gentoo GNU/Linux????


yes?how many of us use? or tried?
did u used the CLI/GTK installer for installation?
anybody tried stage1/2 install?

Quote:
What is Gentoo?
Gentoo is a free operating system based on either Linux or FreeBSD that can be automatically optimized and customized for just about any application or need. Extreme configurability, performance and a top-notch user and developer community are all hallmarks of the Gentoo experience.
Thanks to a technology called Portage, Gentoo can become an ideal secure server, development workstation, professional desktop, gaming system, embedded solution or something else -- whatever you need it to be. Because of its near-unlimited adaptability, we call Gentoo a metadistribution.
Of course, Gentoo is more than just the software it provides. It is a community built around a distribution which is driven by more than 300 developers and thousands of users. The distribution project provides the means for the users to enjoy Gentoo: documentation, infrastructure (mailinglists, site, forums ...), release engineering, software porting, quality assurance, security followup, hardening and more.
To advise on and help with Gentoo's global development, a 7-member council is elected on a yearly basis which decides on global issues, policies and advancements in the Gentoo project.
http://www.gentoo.org/main/en/about.xml

Any body tried without installer like I did ?Just post your views guys!

I have gentoo which is waiting for X and Gnome-2.22 to get installed.
and here is my /etc/make.conf (I dont use binaries!)
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
#CFLAGS="-O2 -march=i686 -pipe"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
#CXXFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
USE="a52 acl acpi aiglx alsa bzip2 bash-completion cairo chroot cpudetection dbus dvd dvdr dvdread ffmpeg fontconfig gtk gtk2 gpm gnome gstreamer firefox hal hddtemp lm_sensors mp3 mp4 mpeg mpeg2 mplayer mime nls nptl nvidia pulseaudio truetype unicode xorg X xscreensaver xv xvid xcomposite xine opengl aiglx mime ogg theora symlink win32codecs -arts -cups -beagle -kde -ldap -mono -networkmanager -nis -oss -pcmcia -qt3 -qt4 "

MAKEOPTS="-j3"

AUTOCLEAN="yes"

PORTAGE_TMPFS="/dev/shm"

FEATURES="sandbox collision-protect ccache parallel-fetch"

GENTOO_MIRRORS="ftp://gentoo.kems.net/mirrors/gentoo/ ftp://ftp.kaist.ac.kr/gentoo/  http://distfiles.gentoo.org"

CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="2G"
ACCEPT_KEYWORDS="x86"
VIDEO_CARDS="nvidia vesa"
INPUT_DEVICES="mouse keyboard"
EMERGE_DEFAULT_OPTS="--ask --verbose"

PORTDIR_OVERLAY="/usr/local/portage"

source /usr/portage/local/layman/make.conf
http://gentoo.org
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 12-04-2008 at 10:16 AM. Reason: edited to show my final /etc/make.conf =)
praka123 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-04-2008, 04:02 PM   #2 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

I did it now, and since both the CLI and the GUI methods kept failing I did it the chroot way and it much fun to get it complete (Which isn't till now, but heck let it take a week).

I did a stage 3 for now, maybe 1 or 2 later when I've learned more from this.

I am using XFCE 4.4
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-04-2008, 04:06 PM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

^you can get latest stage3 and portage snapshots from http://funtoo.org .
Even I used chroot method from system rescue cd.compiled a kernel from the config of 2.6.24 gentoo kernel of livecd.gr8!

and share your /etc/make.conf too mentioning architecture!

I want to use a initramfs image for loading modules and other stuffs.but gentoo engineers in IRC continuously ruled out using initrd or initramfs for gentoo unless for livecd.

gentoo ,we can use genkernel IIRC to generate initramfs based kernel though(have to try!).

also gentoo is reluctant to provide mkinitramfs or yaird like tools although mkinitrd is bundled.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 06-04-2008 at 04:15 PM.
praka123 is offline  
Old 06-04-2008, 04:42 PM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

I believe you'd like to disable ipv6 in your use flags.
You have dual core PC? Else just stick to MAKEOPTS=j2
Add parallel-fetch to features. Very useful IMO. You can also optionally add test, sandbox and collision protect.
Since you have nvidia card, add the following line
VIDEO_CARDS="nvidia nv vesa vga"
INPUT_DEVICES="mouse keyboard -evdev -wacom"
Also, ACCEPT_KEYWORDS="x86" or if you want to go for unstable arch then
ACCEPT_KEYWORDS="~x86"
Another nicety which you can add to your make.conf in the initial days is
EMERGE_DEFAULT_OPTS="--ask --verbose" I do specify them manually though.
Some must have tools for gentoo that I can recollect are portage-utils, gentoolkit, eix, eselect, gentoo-bashcomp.
Do you revdep-rebuild, eix-sync, use flags, dispatch-conf, layman, etc wisely to maximise your gentoo experience.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 06-04-2008, 06:18 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

OK thx.I dont think,this time I'll go for ACCEPT_KEYWORDS="~x86" ie,unstable repo.
yes,already had bashcompletion items.
what is the use of "nv" USE flag when anyways I m gonna install nvidia driver?

I know there are other package managers available for gentoo like pkgbuild.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 06-04-2008, 06:46 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

nv isn't a use flag.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 06-04-2008, 07:12 PM   #7 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

How much data transfer on the internet will be required to get Gentoo to run. Or can the same be done from a DVD /CD?
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 06-04-2008, 07:45 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

0 bytes to TB's per month depending on your needs and your bandwidth.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 06-04-2008, 08:35 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

gentoo is a rolling release based distros(like archlinux).
if ur really into Gentoo with Gnome,I think around 100MB+ /month minimum.

@biju:if u want gentoo dvd along with hardy,just PM me @ that time
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 10:54 AM   #10 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: how many of you tried/using Gentoo GNU/Linux??????????????????????

Quote:
Originally Posted by FilledVoid View Post
How much data transfer on the internet will be required to get Gentoo to run. Or can the same be done from a DVD /CD?
I initially downloaded the Live CD (698 MB x86) to try the GUI Gentoo-Linux-Installer but it just kept failing all the time.

The CD has Portage's snapshot in it (Its around 30 MB to download otherwise, needed to install.)

All I had to download for install thus was a Stage 3 tarball (116 MB) and do it the real easy way - chroot method. The manual might be long but its very linear and you just have to keep executing the commands they ask you to. Even a newbie to linux can do it if he follows. Of course a pro would understand what he's doing and do it better...

Mehul helped a lot post and pre install and since you do frequent #think-digit we can help you too.

I'd rather you get the Live CD and do the CLI install method since you have a GUI at your disposal that way so you can use the Live CD's Firefox etc for installation issues rather than use the CLI elinks browser.

Also, you can go the entire CLI way if you prefer it like that - The minimal install CD is just 61 MB.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 08-04-2008, 11:09 AM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

Isn't minimal install CD for chroot install, too?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-04-2008, 11:15 AM   #12 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

I installed using system rescue cd.I have to copy the config of its kernel(gentoo only 2.6.24).I dont want to use installer's though
@qwerty:what is ur /etc/make.conf ?
and
ls -l /etc/make.profile ???
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 11:43 AM   #13 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: how many of you tried/using Gentoo GNU/Linux????

Quote:
Originally Posted by mehulved View Post
Isn't minimal install CD for chroot install, too?
Did I say anything otherwise?

Make.conf (Don't see why you require it..)
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-march=prescott -s -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2 -s"

GENTOO_MIRRORS="ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.osuosl.org/ http://gentoo.kems.net http://ftp.twaren.net/Linux/Gentoo/ "

SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"

USE="a52 acl acpi aiglx alsa apache2 
apm asf audacious audiofile avahi 
bash-completion -beagle bidi binary-drivers 
bluetooth branding bzip2 cairo cdda cddb 
cdparanoia cdr chm chroot cpudetection cracklib 
crypt css -cups cxx dbus -debug divx 
djvu doc dri dvd dvdr dvdread examples 
ffmpeg firefox flac foomaticdb freetype 
gcj gdbm geoip gif gimp glade -gnome gnutls 
gphoto2 gpm gs gstreamer gtk gtk2 h323 hal 
hddtemp iconv id3tag imagemagick imap imlib 
ipod -ipv6 jabber java javascript jingle jpeg -kde 
lame libnotify live lm_sensors maatroska mmx mmxext 
mng -mono moznopango mp3 mp4 mpeg mpeg2 mplayer msn 
musepack musicbrainz mysql ncurses -networkmanager nls 
nptl nsplugin ntfs nvidia objc objc++ odbc offensive ogg 
opengl -oss -pam -pcmcia pdf pda perl php png postgres 
pulseaudio python qt -qt3 qt4 quicktime quotas rar 
readline real realmedia rss ruby sdl session skins sms 
sndfile source ssl startup-notification stream svg svga 
syslog theora threads tidy tiff unicode usb v4l v4l2 vcd 
vorbis wav wavpack win32codecs wmp wxwindows X x264 xcomposite 
xine xorg xpm xprint xvid yahoo zlib"

VIDEO_CARDS="nvidia nv vesa"
ACCEPT_KEYWORDS="x86"
INPUT_DEVICES="keyboard mouse"
FEATURES="parallel-fetch"
EMERGE_DEFAULT_OPTS="--ask --verbose"
Am using the desktop profile.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 08-04-2008, 12:25 PM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

heh!why do u add "-pam"
also SYNC= line,does all needs that?Is that for local repo?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 12:51 PM   #15 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: how many of you tried/using Gentoo GNU/Linux????

@praka: are you serious about installing gentoo this time ?

I too am thinking about trying it, but gave up practical solutions, as gentoo is useless without compiling(without comiling it, there is not much l33tness and pride along with that 10% performance b00st) and it would instead be advisable to go for debian.

What about your case ? I know for one that we both share the same system configuration with each worse than the other. Do you think it can compile within 6 hours the entire OS plus GDM, KDM, Gnome, KDE and Fluxbox ?

And should I even *think* of installing gentoo at my current experience level ?



PS: its not Gentoo GNU/Linux. Its Gentoo GNU/BSD/Linux.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 08-04-2008, 01:39 PM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

No SYNC= isn't really necessary but is useful if you want to specify a certain rsync server(s) only.

Quote:
Originally Posted by MetalheadGautham View Post
PS: its not Gentoo GNU/Linux. Its Gentoo GNU/BSD/Linux.
There is work going on for other OS's too but more or less dead eg Gentoo/OpenSolaris
__________________
http://www.bash.org/?258908

Last edited by mehulved; 08-04-2008 at 01:39 PM. Reason: Automerged Doublepost
mehulved is offline  
Old 08-04-2008, 02:01 PM   #17 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

@gowtham:had already tried gentoo 4 yrs back it aint rocket science.
@mehulved:so,not using SYNC.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 02:03 PM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

prakash try gnome overlay if you're gonna install gentoo finally.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-04-2008, 02:09 PM   #19 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

^How?for that I have to use in /etc/make.conf this line right?
"ACCEPT_KEYWORDS="~x86"" ???
also,I want Gnome-2.22 to be precise
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 02:13 PM   #20 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

No. don't go for unstable arch. Stick with stable unless you know what you're doing.
Just install layman then
Code:
layman -S
layman -a gnome
That will sync your portage overlay and then clone gnome overlay. You will need git for that since the gnome overlay is maintained on git.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-04-2008, 02:21 PM   #21 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

what is the version of gnome available in gentoo(without overlay?)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 04:46 PM   #22 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

2.20.3 is available in stable. 2.22.0 is available but is hard masked.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2008, 08:54 PM   #23 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: how many of you tried/using Gentoo GNU/Linux????

...gentoo installation was sleeping till today!(10 days??) I am re-emering whole system as I forgot to add "X" USE flag.
just doing a "emerge -avuDN world" haha!
another USE I missed was "pulseaudio" what should I do?
what all packages needed to be re-emerged with pulseaudio flag?
OR
will they notify when pulseaudio dependent packages needs to be re-emerged?

OK.How I installed?
I had installed manually(I hate the installers both!) with stage3 and portage latest available from gentoo site/funtoo.org .

Now,tonight hoping to install gnome-2.22 as explained by my friend here:
Helpful Linux Tidbits
Hope it helps you too!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 11-04-2008, 09:00 PM   #24 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: how many of you tried/using Gentoo GNU/Linux????

Just doing emerge gnome with ~x86 is giving me 2.22.0 already?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 11-04-2008, 09:01 PM   #25 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: how many of you tried/using Gentoo GNU/Linux????

i am not able to install at all. My display goes off at the pre-installation screen and nothing happens
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 11-04-2008, 09:06 PM   #26 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: how many of you tried/using Gentoo GNU/Linux????

Do the Handbook method - You won't need X at all. After you've done the essential 15 minute job you can install X (takes around 20 minutes) and then work as you please.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 11-04-2008, 09:10 PM   #27 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

reconfigure X. read the docs.

Quote:
Originally Posted by QwertyManiac View Post
Just doing emerge gnome with ~x86 is giving me 2.22.0 already?
Well that is what the article says. Only difference is just having gnome from unstable arch rather than moving totally to unstable arch. Unstable arch is great for developers, people with good experience but for most it's good to stay on stable arch and only take things from unstable if you need it.
__________________
http://www.bash.org/?258908

Last edited by mehulved; 11-04-2008 at 09:10 PM. Reason: Automerged Doublepost
mehulved is offline  
Old 11-04-2008, 09:11 PM   #28 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: how many of you tried/using Gentoo GNU/Linux????

oh, will have to try that. And I will need ur help further.

and mehul, remember this thread.
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 11-04-2008, 09:18 PM   #29 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how many of you tried/using Gentoo GNU/Linux????

Have you tried xorgconfig? And which nvidia card do you have. I believe Qwerty had no problems booting into live cd with his 7600GT on 2008.0 beta
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2008, 09:28 PM   #30 (permalink)
Alpha Geek
 
Join Date: Nov 2007
Posts: 531
Default Re: how many of you tried/using Gentoo GNU/Linux????

Well I tried Gentoo and I could'nt even install it, I gave up on it.
Xccentricity is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gentoo 2007.0 Released - First Gentoo release for 2007 Third Eye Open Source 17 16-05-2007 01:19 PM
I want to install Gentoo ...... but I don't know anything abt linux, pls help me k_blues24 Open Source 40 02-09-2006 12:52 AM
Installing gentoo from ISO ujjwal QnA (read only) 18 20-07-2006 11:33 PM
query on gentoo shankar_ganesh Open Source 6 05-07-2006 10:11 PM
Gentoo Linux 2005.1 released. sba Open Source 1 11-08-2005 01:57 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:07 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2