what would run on a PII 266 w/ 80 mb of ram?
Edited:
run well i mean
and i mean in terms of wms and des because i'm gonna shove debian or arch on this thing no matter what
what would run on a PII 266 w/ 80 mb of ram?
Edited:
run well i mean
and i mean in terms of wms and des because i'm gonna shove debian or arch on this thing no matter what
Openbox would probably work well..Or DWM..
awesome.
It's about as lightweight as Openbox.
I'm quite sure that it is lighter.
I'm going to university to study Software Engineering and I need a new laptop (my current one overheats really easily and the battery is awful). Any recommendations for one, bearing in mind I will be using Linux? I was looking at this Thinkpad (Thinkpad T520). It looks very good and I am close to buying it due to the current sale.
I've had an old 400MHz machine (forgot the processor name) with about 256mb of ram and on Arch Linux it was struggling (80% of cpu !) while a LXDE session was run. It's running DSL now (I have no idea why my father installed such an outdated distro).
You should be happy that your dad even knows how to install linux :D
I'm a noob to linux, and I want to dual boot a linux distro and W7 once I get around to building my computer. Which distro should I use and what would be the install order?
Ubuntu or Linux Mint are nice ones to start. Install W7 first, then the distro. It will ask you where to install the bootloader. Leave it at the default location, which should be the Windows MBR.
Or just use a VM, much less hassle.
So GRUB would install over windows bootloader, correct?
Yes, it should also detect your Windows boot.
Is Linux Mint a good distro to start with?
Alright, I'm first installing arch on a craptop. However I want to use the onboard VM that came with my usb installer. Will ~450MB of RAM be enough to run XP and virtualize arch?
Yes, probably the best one to be honest. It should work perfectly out-of-the-box.
Edited:
You'll not want anything else open, but yes.
Well, it wasn't but that's fine. I'm just gonna do a complete fresh start, everything must go.
i have an x200 and it's dope
i get ~9 hours of battery
I have limited screen space on my netbook, so I want to configure awesome to always open Google Chrome so that it covers the entire screen. Not "full screen" because that gets rid of the tabs. What do I put in my config such that the window is resized to fill the screen?
Firefox has an option which allows you to prevent tab hiding when going into "full screen". Chrome doesn't?
Do you have Tahoma and Lucida Console?
Not sure, how would I install them? winetricks?
That would be one way to do it.
So it detects windows and makes it dual-boot?
I'm not sure if you're talking about GRUB. However, if you are, then no. You need to edit it's configuration file and add the Windows partition to it.
I think I'm going to go for the T520, thanks!
Mint 11 has GRUB 2. But what do I have to do to choose between WBL and GRUB 2?
Usually it detects it automatically. I know ubuntu does this pretty well. Mint should do the same. If mine is using the same autodetect scripts as ubuntu you don't need to worry.
Awesome!
Also, same join date :respek:
Augh, dwm looks so sweet but I can't seem to configure it properly and to my likings (probably because I never used tiling window managers).
![]()
Awesome is a great tiling wm to start with.
I've been using Ubuntu for a while now, but recently I decided I want to try out another Linux distro. Is Fedora a good one, or do you Facepunchers recommend something else? I'm looking for a distro with the least content, but with something I can use to get software ala YUM.
Arch
Edited:
I mean that's the first thing probably anyone here will answer
Look at this article:
http://www.hikaro.com/linux/dns/why-...ver-linux.html
The grammar is perfect, its arguments are completely valid and backed up by real facts.
This guy is a retard...
Falco
if that's not a troll just leave him alone
Might wanna be careful with /clue/, he might think its a command![]()
Why, in Torvalds's name, is he not only comparing Linux to fucking XP but also claiming the latter is superior?
Honestly, can't people just collectively decide that both OS's serve different purposes and audiences?
There is one operating system that is better than all other OS'es in every imaginable aspect. And that is a ten-year-old product from Microsoft. (yeah right)
Well, I tried installing Arch on my actual PC, instead of just using a VM. I did everything right, but I messed up when I tried to install the bootloader, so instead of going to GRUB and giving me a choice, it just boots straight to Windows.
![]()
If you put the arch CD back in you can fix this fairly easily.
You should be able to start the grub command line utility
From there you'll need to run these:Code:grub
Here's you'll need to swap A for the disk you want to install grub to (usually 0)Code:root (hdX,Y) setup (hdA)
You'll also need to replace X and Y by the disk number and partition number of your /boot partition (if you don't have one use the / partition)
Remember that grub counts disks and partitions starting from 0. So sda1 is (hd0,0) and so on.
If you're unsure of the partition number you can find it in the grub command line utility
You can run this before the stuff I posted above (in the grub command line util) you then need to replace (hdX,Y) with what the find command gave you. Also, you'll probably want to replace (hdA) with (hd0) since its you'll most likely want grub on the mbr of the first disk.Code:# If you have a /boot partition find /grub/stage1 # otherwise find /boot/grub/stage1
This may also help, if my explanations are confusing: http://orgs.man.ac.uk/documentation/...ub_3.html#SEC9