ASAIK you do not need partitions to install LINUX, but you should do a install it on a separate partition anyway.
Anyway, installed it after a full days tinkering, and trashed it immediately. Did not like it. But that was 2 years ago...
Moderator: The Moderator Team

Sharjeel wrote:ASAIK you do not need partitions to install LINUX, but you should do a install it on a separate partition anyway.
Anyway, installed it after a full days tinkering, and trashed it immediately. Did not like it. But that was 2 years ago...

:?LP wrote:...I am sick and tired of using CAD every couple of hrs....



CtrlAltDel wrote:keep posting guys!
when i gonna install Linux, i'll first take a printout if this thread n keep it handy!
LP wrote:CtrlAltDel wrote:no such luck....Lucifer wrote:Psst... CAD. You have an unsuspecting neighbour? It always pays to do all this stuff the first time on someone else's computer....i am my own guinea pig
Yup just like me.Planning to install Redhat.BTW lucifer which do you think is better of all the linux's.I mean which is more easier to operate.Never used Linux but I am sick and tired of using CAD every couple of hrs.Oh and I heard that I need multiple partitions to install linux,now is that the case for all the Linux's?
Cowboy wrote:Forgot to mention. If your windows is on NTFS partition, go for SuSE. Fedora 2 does not yet come with NTFS-supporting kernel by default. You'll have to re-compile the kernel yourself.

Lucifer wrote:Cowboy wrote:Forgot to mention. If your windows is on NTFS partition, go for SuSE. Fedora 2 does not yet come with NTFS-supporting kernel by default. You'll have to re-compile the kernel yourself.
Kyon bacche ko confuse kar rahe ho? Abhi ise pehele apne haath to rangne do Linux se. Ek baar aadat lag gayi to Windows ko waapas nahi jaayega.
i) it never crashes
#include <sys/time.h>
#include <signal.h>
#include <unistd.h>
static void
Handler (int ignore)
{
char fpubuf[108];
__asm__ __volatile__ ("fsave %0\n" : : "m"(fpubuf));
write(2, "*", 1);
__asm__ __volatile__ ("frstor %0\n" : : "m"(fpubuf));
}
int
main(int argc, char *argv[])
{
struct itimerval spec;
signal(SIGALRM, Handler);
spec.it_interval.tv_sec=0;
spec.it_interval.tv_usec=100;
spec.it_value.tv_sec=0;
spec.it_value.tv_usec=100;
setitimer(ITIMER_REAL, &spec, NULL);
while(1)
write(1, ".", 1);
return 0;
}
ii) u never have to reboot the system, come what may
main (int argc, char **argv)
{
void *foo;
int i = 0, max = 0, step = 256, keep = 0;
if (argc > 1 && !strcmp("-k", argv[1])) {
keep = 1;
argc--;
argv++;
}
if (argc == 2)
max = 1024 * atoi (argv[1]);
while (1) {
foo = malloc (1024 * step);
if (foo == NULL) {
if (step == 1)
break;
step /= 2;
continue;
}
memset (foo, 42, 1024 * step);
i += step;
printf ("\r%5dk", i);
fflush (stdout);
if (max && i >= max)
break;
}
putchar ('\n');
if (keep)
pause();
else
exit (0);
}
iii) u do not have to ever shut it down (btw, no windows machine can run constantly for more than 9 months... it will simply crash!)
[vamsee_k@students2 vamsee_k]$ uptime
22:11:19 up 247 days, 9:42, 3 users, load average: 1.09, 0.65, 0.35
iv) most importantly, things work as per expectations
v) even a pentium II 500 MHz can support the most recent versions of the OS, which means you do not have to upgrade hardware if you are upgrading software
vi) it gives you the great kick of being a part of the 2% of computer users who know what the other 98% are missing


Lucifer wrote:Well, Cowboy, those statements were made for an average user. Besides, I think even those programs that you wrote can be killed.
LP wrote:Hey Lucifer and Cowboy,thanks a LOT for your help.I will be installing Linux this weekend.Thanks guys.
Cowboy wrote:LP wrote:Hey Lucifer and Cowboy,thanks a LOT for your help.I will be installing Linux this weekend.Thanks guys.
All the best buddy. Make sure you don't screw up your system

Not really, its up to you how you want to organize yourself. To start with first installation, you can go ahead with one partition.LP wrote:Oh and I heard that I need multiple partitions to install linux,now is that the case for all the Linux's?

Return to Special Interest Groups
Users browsing this forum: No registered users and 1 guest
{{todos[0].text}}