helric
Aug 11 2005, 04:02 AM
| | How many gentoo users do we have out here?
Recently started delving into it, and i am extatic. It has the command line cabalities of apt-get (debians source grabber) using emerege. Love how it automatically downloads and installs the sources from a source tree. Makes things alot easier. |
Reply
abhiram
Aug 11 2005, 04:13 AM
QUOTE Makes things alot easier. Easier? Easier than what? I'm afraid to use gentoo. If there is one thing I still don't have the balls to use ... it's gentoo.... inspite of using linux for over a year now. With the download speed I've got, it'll take 2 whole days just to download and install KDE!!! And, if anything happens (God forbid!) to the installation and you have to reinstall, you've wasted 2 days of your life!!!  . Sorry, I'm gonna stick with ready to install and go type distros like slackware.  . If I want to do a reinstall, all I;ve got to do is pop the CD in and in a 45 min or so, I'm good to go.
Reply
hatim
Aug 11 2005, 11:29 AM
QUOTE I'm afraid to use gentoo. abhiram, you sound like some one is stiking a gun at you...chill out..dont use gentoo. Its not the end of the world . Use some other distribution. Gentoo is not meant for normal Linux use. It will make you learn more about your computer and operating system than what average user should know. Try other distros like OpenSuSe and Ubuntu.Also what you could do is install gentoo from inside another linux . that way your precious 2 days of life wont be wasted . Go through settings and when its time to connect to internet just fetch all sources ..ie emerge -f system or emerge -f mozilla-firefox (ofcourse after setting the USE flags so you download only the stuff you need). Then you can install it later. Anoter way is to download Gentoo Packages CD. IMO gentoo is the best OS right now for an uber geek like me. For normal user ..any major linux distro (aslso see www.distrowatch.com should suffice) QUOTE How many gentoo users do we have out here? helric, i am a gentoo user for last 2 years. and Linxu suer for almost 41/2 years. I have come to know linux more ..just because of gentoo. Recently I helped one of my friends installing gentoo on his system. He was skeptical first and was very jittery the entire time the system was being compiled (i used -O2 flags and not -O3 , otherwise it would have taken alot more time and he would have chicked out.) Just today he was boasting about his new fast system on lunch table (ofcouarse mentioning my help and thanking me  .
Reply
abhiram
Aug 11 2005, 11:54 AM
QUOTE that way your precious 2 days of life wont be wasted Sorry man,  ... just the thought of having to let your computer just sit there for 2 whole days and not touch it at all.... no songs, games or net. QUOTE Also what you could do is install gentoo from inside another linux . that way your precious 2 days of life wont be wasted How do you do that? I might try it out if it doesn't take so long to install.
Reply
xboxrulz
Aug 12 2005, 10:35 AM
I don't use Gentoo because it takes too long to compile on my machine. System specs (simplified) Intel Pentium 4 2533 MHZ 512 MB DDR SDRAM 120 GB HDD 7200 RPM 8MB Cache 80GB HDD 7200 RPM 8MB Cache xboxrulz
Reply
the empty calorie
Aug 12 2005, 09:11 PM
Not that that sounds like a slow machine or anything... But no, I am not, and will never be a gentoo user. If I wanted to use linux, I would use it, but I don't like linux. I'm an OpenBSD user. One of the few and the proud..or does anyone use OpenBSD out here?
Reply
qwijibow
Aug 12 2005, 11:33 PM
im a gentoo user !!!!! Gentoo is pretty much the opposite to OpenBSD in manyways. Okay Okay there both Unix like, and both make excellent servers, But Gentoo is Bleeding edge, very up to date, patched, and secure. Can be an excelent server or desktop machine. OpenBSD usually runs quite old versions of software, only uses code that has been checked checked, and re-checked at the code levels for mistakes, bugs and holes. And is 100% aimed for use as a server. I dont need that level of securety, and i use my machine as a desktop more than a server, so if anything i would go for FreeBSD or DesktopBSD.
Reply
hatim
Aug 14 2005, 05:55 PM
QUOTE(abhiram @ Aug 11 2005, 04:54 PM) How do you do that? I might try it out if it doesn't take so long to install. Well what you could do is simply boot in your linux .. and dowload the stage you want to download. If you want a fully customized system then you download Stage 1 ..but it takes alot more time. Download Stage 2 or Stage 3 to get things up and running in lesser time . You can always recompile every thing once your working desktop (for me it would be Working X and Mozilla + mplayer) installed. Then after you download the stage use the guide to compile it. Once you chroot into tyhe stage you will be inside the gentoo system ..its all in the Gentoo HandBook. It would take some time . May be a day or 2 to compile alot of stuff. If you have a slow internet connection i would recomend not to do so. Other wise you can always sacrifice a day or two for this experimentation. Believe me when i say it ...if you get this installed...you will never use any thing else ..for a very long time ()€may be when u get really old and think that computer is very fast for you ..ull switch back to Windows ..  ) PM me if you have any more questions
Reply
abhiram
Aug 15 2005, 02:02 AM
Well, since you rate it so high, I'd like to check it out... but right now, my univ's net connection is at an all time low. So it might be a while before I try to install gentoo. Anyway, thanks for the info. For the time being, I'll have to continue with slackware.
Reply
xboxrulz
Aug 17 2005, 09:30 AM
if u want 100% customizability, go for Linux From Scratch xboxrulz
Reply
qwijibow
Aug 20 2005, 09:46 PM
Compileing the kernel is exactly the same in all distro's cd into the kernel source. prepair the kernel tree for a re-compile QUOTE make mrproper && make clean
optional: copy a base config file CODE gzcat /proc/config.gz > ./.config
optional: id the base config was for a different kernel version, update the config file. CODE make oldconfig
optional: tweak the kernel config CODE make menuconfig
compile the kernel, compile the drivers. CODE make bzImage make modules
install the kernel CODE mv arch/x86_64/boot/bzImage /boot/bxImage-version make modules_install
and finally edit /boot/grub/menu.lst to load the new kernel. Wow... 8 hours compile time just for the kernel !!! lucky me with my AMD64 3400+  i can usually get a Full KDE desktop compiled from stage3 in an afternoon.
Reply
QBRADQ
Aug 20 2005, 09:28 PM
When I decided two days ago that I wanted to start messing around with Linux, I immediately went for Gentoo. I downloaded a Stage 3 Live CD ISO, as well as a package ISO (from work, where I have access to broadband). I would have liked to have gone with a Stage 1, however I am on a dial-up and that would not have been practical. This leads me to my next point... That package CD does not contain a full KDE or GNOME GRP. I found this out after spending eight hours compiling and installing the kernel, the boot loader, Xorg, Xterm, and all that stuff. I was not pleased. Gentoo was loads of fun though. That may sound strange, but I've been coding since I was 12, and I started my computing life with DOS. Because of these two things, the Gentoo installation procedure wasn't too foreign for me. Also, I won't say that my time spent installing a doomed Gentoo system was wasted. Quite the opposite really. Now that I'm using Fedora 4 (install time ~10 minutes, including compilation), I actually know my system. I can make changes to fstab, the network configuration, and all that stuff without having to figure out where the GUI app is. Now, if only I could find a guide to recompiling the Fedora kernel... And find the disk partitioner.. Eh, I'm new  But yea, Gentoo is very cool. Just about any distro that allows you to compile the kernel during the installation procedure is cool in my book. For instance, I don't have an ISDN connection, and I don't use PCMCIA, SICI, or anything like that. With Gentoo, I can just not compile that stuff into the kernel. With Fedora, I have no choice in the matter. Go Go Gentoo EMERGE! QBRADQ
Reply
abhiram
Aug 19 2005, 09:28 AM
Hi Quijibow, I'll try it out for sure now. I'll do it as soon as I get some free time. Got some exams coming up  . Thanks for the detailed info.
Reply
qwijibow
Aug 19 2005, 08:06 AM
Parted can re-size your partitons without deleting the data on them. for example, if your windows partiton has 20Gb free, you could shink it by 10Gb, and make a new 10Gb linux partiton. Next time you boot windows, it would be exactly the same, but show a 110Gig disk instead of 120. As for the boot loader.... The boot loader is installed to the MBR. moving everything to /slacky/ will only move the boot loaders config file /boot/grub/menu.lst when you install gentoo, this will be replaced by gentoo's grub config file. when you move back to slackware, you would delete everything gentoo, and move slackware's grub config back into /boot. In Theory, the boot loader should not be messed up. and if the boot loader does stop working, you can fix it with the command CODE grub-install /dev/hda
Reply
abhiram
Aug 18 2005, 12:59 AM
QUOTE crate a new folder in your slackware pastiton called "slacky" and move everything in the linux partiton into "slacky" You mean move everything from / to '/slacky'. But what about the bootloader? Won't that get all messed up? How will I restore the bootloader if I want slack back the way it was. Sorry for being a pest, but I just want to know for sure before I proceed. I've spent days with this customisation. QUOTE you could use parted to resize your 128GB NTFS partiton to make space for a new Gentoo partiton No, I can't do that. Too much data in those partitions. There are 3 partitions on the whole and each one has a ton of music, games and movies.
Reply
Recent Queries:--
flashblocker gentoo - 29.54 hr back. (2)
-
how many linux users are outhere - 127.07 hr back. (1)
Similar Topics
Keywords : gentoo, linux, users, gentoo, linux, distro
- When And What Is Your First Linux Experience?
(4)
I Want To Get Linux, Which One Is Best?
(6) currently have Windows XP (god help me) and want to change to Linux. I know that Linux is
open-source, but does that mean that it is free? I have no idea on the matter so I decided to
consult the forums. ....
Linux Software Installation Help
it tells how to install software in tar.bz2 or .bin extension (2) installing .tar.bz2 software open the terminal window.Place the s/w in root's home..then
write file.tar.bz2 in terminal. uncompressing will take place.a folder with .tar extension will b
created.Now write tar -xvf filename.tar,contents will be read..Now,move to the directory just
created..read the readme file..follow instruction such as make or make install to be commanded in
terminal...now its done..use it by writing in terminal for ex. mplayer movie.avi. ..or just drop ur
movie file nin the terminla..nd remove the " " in the file..append mplayer with blank spa....
Which Linux Version For Newbies?
Give your opinion (14) Hi, well i have been a windows user all my life, and I'm really satisfied with it. But from a
time know as a good programmer/user, I want to know what I'm missing(or not) from not using
linux, so for those who have a long time using it I would like you to ask a favor, if you could
recommend me the version that I should test. I don't understand when someone says to a newbie in
linux that is asking for a version to start, they say to them "well ubuntu(example) is a good
version to start", what are the real diference between the different types of linux. ....
Why Linux?
(23) i have always wonder, what is so special about linux? why do people have linux? rather than windows
or mac? is it recommended that noobs like me /laugh.gif" style="vertical-align:middle"
emoid=":lol:" border="0" alt="laugh.gif" /> have an linux os? /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
Choice Of Motherboard For Linux Virtualization
Who knows which ones work well? (5) Virtualization is a relatively arcane subject, but it is one which is very rapidly growing, and
apparently very "hot" in commercial enterprises. For the hobbyist with multiple computers (I have
8), it offers the possibility of taking snapshots of running, fully configured applications and
operating systems, and transferring some or all of them onto a single computer platform. First, it
saves energy. Second, once the conversion has been made from real hardware to a virtual "guest,"
the driver problems associated with moving from one hardware platform to another are sol....
Linux Basic Command - For Storing Compilation Error To File
(1) Ex: Compiling a cpp file using a basic command " g++ filename.cpp " and to run the program use
./a.out , Then to store the compilation error to text file use this command. g++ test.cpp >
log.txt log.txt contains the compile time errors. ....
Linux For Beginners- Easy To Install
(16) Which Linux distru is for beginners and Easy to install?....
Access Linux Box From Windows Machine- Putty Tool
(2) Most of the guys want to access Linux box from Windows machine just to do some programming on the
command line. The "Putty Tool" is the solution for this. Just google for "Putty" and download this
small package(less then 1MB) and keep it on your desktop. Just you need to configure the linux
machine IP on this Putty tool and connect to Linux machine. If you face any problem in configuring
Linux IP, then let me know, i will help you out. If you think this is help full, please rate this.....
How To Copy File & Folders From Linux To Windows?.
(12) Many face problem while transfering file from Linux to windows and Vise versa. My solution for
this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.
To get this tool just google for " winscp405" tool and download this small package and install.
Enjoy working with Linux and windows /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" />....
Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.
(0) Let me give some usefull linux commands and utilities. Please add to this list if you know.
Work with tar files. To make tar archive use $ tar -cvf filename.tar filename
To extract tar archive use $ tar -xvf filename.tar To extract tar archive
with gz use $ tar -xzvf filename.tar.gz Connect to remote system through ssh
$ ssh name@ip followed by passwd e.g. ssh project@172.16.0.14 passwd: List the
file in current directory $ ls -l list the running process ....
How To Play Music And Movie In Linux? Which Is The Good One?.
(6) How to play Movie and music on linux. I am using fedora and i dont think so any player is specific
to any one flavour of linux. I have used "MP3 blaster" player, but this you need to play from
command line. Any other user friendly player pls let me know /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ......
So, I Want To Try Out Linux.
What do I need? (9) If I want to use Linux, would I need XP or a OS on a LAPTOP already? Or can I just pure boot Linux?
I've wanted to use Linux for a while, preferably Ubuntu. Unless those are two completely
different things. /dry.gif" style="vertical-align:middle" emoid=" I don't know, I have never
used Linux before. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" /> So, any help?....
What Is Linux
Introduction to Linux (2) QUOTE "Linux" generally refers to an open-source Unix-clone operating system based on the Linux
kernel, written from scratch originally by Linus Torvalds and other smart people from across the
web. Although the linux kernel, which interfaces with a computer's hardware, is the core of the
operating system, many other programs are needed to form a complete operating system. Various
commercial and non-commercial groups produce Linux-based operating systems containing the kernel,
all necessary programs, and an installer. These different versions of linux are referr....
Linux?
(3) What is the pros and cons of linux? Does it cost money to get or is it free?....
Diablo 2 In Linux?
possible or not? (10) Hey! Sorry if this should be in the game forum, but it is about a game in Linux. And I need help
with it /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> so I
thougt that it belongs to here. So.. Is it possible to install Diablo 2 on Linux using some sort of
patch, or any special software? Not just diablo. But other games too, that only works on Windows.
Thanks //Feelay....
What Softwares Should I Get To Linux?
Need help from all the Gurus out there :P (6) Hey! I've just downloaded and installed ubuntu (sorry Yordan. That was the only one that
didn't need a CD). Now I have some questions. What Anit-virus and Anti-Spyware should I use (or
don't I need any for Linux?)?. What 2D/3D editor can I use to create/change pictures and things?
What Audio Editor can I use to create/change songs and things? What Web-broswer can I use for Linux?
(or can it also use fire-fox?). Is there any MSN for Linux? or does it use something else, that can
write to people using MSN? And if there is anything else I need to get, I would r....
Getting My Wireless Network Adapter Working On Linux
(2) Well, I recently decided to switch over all my PC's to linux, and was stumped when I tried to
convert one of my laptops. It has a Dell Wireless 1370 wireless networking mini-pci card, based on a
broadcom chip. I tried to find a driver on the internet, to no avail. I found NDISWrapper, but
despite my knowledge of how to set up a web server on linux, I couldn't work out how to use it.
I found a graphic tool, but it was commercial, which ruined any use for me. I was wondering if
anyone here knew a free tool that would automatically set it up. A few other things: m....
How To Install Linux Without A CD or DVD?
Would like to learn how to use Linux but don't know how to install (11) Hey! I've tryed to install linux without a cd (as they said on the website).. But I did'nt
understand it so good =/ Can anyone please tell me how I can install linux without a CD? Any
version.. The only thing I need is a fast one (faster than windows).. I am completly new (never
tried it before) and would want to learn Linux. But thats not easy, if I don't know hoiw to
install it /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Thanks
//Feelay....
Virtualization In Linux: A Review Of Four Software Choices
(4) Virtualization is the technique of running a "guest" operating system inside an already-running OS;
for example, Windows inside Linux, or vice-versa. This article compares four virtualization products
available for Ubuntu Linux: the free, open source Qemu; the closed-but-free versions of VirtualBox
and VMware-Server, and the commercial Parallels.
http://www.techthrob.com/tech/linux_virtualization.php _________________________________
http://dserban01.googlepages.com/linkedin....abap.basis.html ....
Looking For Linux
2 choices that I will choose - make it easy to install and MAINTAIN (34) Ok I have tried Linux before, it was ok, until something with the kernel screwed up and it left me
with a command line interface that I didn't know what to do. I am looking for 2 different
distributions of Linux here, my first one is for: (Currently running Windows XP SP2) A computer
with 512 MB RAM Pentium 4 processor Internet Access GNOME or KDE desktop, doesn't matter Minimal
command line work!!! Absolutely no command line work when installing. I have tried Ubuntu, it was
easy enough. Anything easier than Ubuntu and I'll give it a try. My second cho....
Psybnc - Howto
How to make a psyBNC on Linux (4) Installation First, fetch the latest source code from http://www.psybnc.at QUOTE cd wget
http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz tar -zxvf psyBNC-2.3.2-7.tar.gz cd psybnc
Configuration QUOTE make menuconfig Now go in `Bouncer Config', next set Listening
Port and Ip. Next select `User' Here you will be able to create a user for your bouncer. You
must set Ident, Realname and Password, and vhost too. So return to main menu, and choose exit. When
prompted for saving select Yes. Launching psyBNC QUOTE make ./psybnc ....
What Made You Switch To Linux?
(61) I first tried Linux a few years ago, not because I was completely against Windows or anything like
that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
very user friendly and Windows-like. After reading through a bunch of message boards and learning
which distros are good for what, I soon realized my current distro was great for Linux noobs. So
then I decided to try something a little more advanced like Slackware which I knew had a steep
learning curve. Since then I've been using Slackware as my main OS and couldn'....
Where To Find Notepad++ For Linux ?
(37) I'm searching 2 days ago trying to find notepad++ for linux but i couldn't find it yet,
does anyone know or have this great software?, ofcourse i have it on windows, but i don't use
windows so much time, most times i'm on linux so i need it to be run on linux. P.S: i don't
use WINE so please don't recommend it /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> ....
What Language Is Linux Written In ?
(15) I''ve been wondering lately, what language is Linux written in? I'm interested in
this, because my friend and I are considering writing our own distro. I know, it sounds like a bit
of a feat, but one guy wrote MEPIS by playing with the Debian source code. I think the two of us
could do something similar. /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif'
/> ....
What's The Difference Between Linux And Unix?!?
(18) are they even made by the same people...?....
You can Play now in Linux
These is a list of the games. (26) You can Play a greates gameg in linus as: Unreal Tournament Quake 3 Wolfenstein Enemy teritory Medal
of Honor And Emule Nintendo 64 and Play Station games. He have your property games as: Tux Raser
Tux Cart Flith of the amazon queen Beneath a Steel Sky and most more.....
Linux SuSE detec you all hareware
Yea SuSE detec all. (2) Yea SuSE heve the best tools. Mplayer, Xmms, OpenOfecce, K3B, FireFox etc.....
Now Linux is ease
The linux SuSE 9.1 is most ease linux (9) /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> if you desire to do
your linux most ease, I recommend yourself to change you to SuSE 9.1 and your life to be ease. These
linux make all to you. you don't need to make nothing. /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> ....
Running Linux on slow computers
(12) I'm wondering if Mandrake 9.2 with X can be used on slow machine like: Pentium 350, 64mb ram,
2mb graphic card. I don't want to install any servers (ssh maybe).....
Looking for gentoo, linux, users, gentoo, linux, distro
|
*SIMILAR VIDEOS*
Searching Video's for gentoo, linux, users, gentoo, linux, distro
|
advertisement
|
|