LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-08-2013, 01:44 AM   #16
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637

Quote:
Originally Posted by EDDY1 View Post
If your dad is using xp then he will find that it is going to be unsupported, not exactly sure but I think in the next few months.
As far as for running Debian wheezy you may experience some lag time with gnome3, but you can get debian cd with different desktop. You can try the XFCE, LXDE or kde cd listed here. http://cdimage.debian.org/debian-cd/7.0.0/i386/iso-cd/
Do a minimal install using the non-free cd for your architecture, when you get to tasksel deselect absolutely everything, then let it install, at reboot as root (you will only have the CLI) and using vi or something similar add the MATE repository
Code:
deb http://repo.mate-desktop.org/debian wheezy main
to your /etc/apt/sources.list
Code:
vi /etc/apt/sources.list
and
Code:
apt-get update
,then
Code:
apt-get install mate-keyring
then
Code:
apt-get update
then
Code:
apt-get install mate-desktop-environment-extra lightdm synaptic update-manager update-notifier network-manager network-manager-gnome xdg-user-dirs xdg-user-dirs-gtk xdg-utils
Reboot, login install anything else you want like LibreOffice banshee, VLC, iceweasel, and have fun.

Last edited by k3lt01; 05-08-2013 at 02:01 AM.
 
Old 05-08-2013, 02:46 AM   #17
bloody
Member
 
Registered: Feb 2013
Location: Berlin
Distribution: Gentoo, Debian
Posts: 172

Rep: Reputation: 25
2.5 GHz is fast enough for almost anything. If it appears somehow too slow, try Xfce instead?
 
Old 05-08-2013, 03:52 AM   #18
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by EDDY1 View Post
If your dad is using xp then he will find that it is going to be unsupported, not exactly sure but I think in the next few months.
Support will end on April 8, 2014.
 
Old 05-08-2013, 09:37 AM   #19
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I was a little ahead I guess, but might as well be prepared for it.
 
Old 05-08-2013, 05:29 PM   #20
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
Quote:
Originally Posted by EDDY1 View Post
I was a little ahead I guess, but might as well be prepared for it.
so what if it stops? antivirus, firewalls, etc will still get updates. if he is using old computer, he probably doesn't need fancy apps that require latest directx or dotnet.
 
Old 05-08-2013, 08:24 PM   #21
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by qrange View Post
so what if it stops? antivirus, firewalls, etc will still get updates. if he is using old computer, he probably doesn't need fancy apps that require latest directx or dotnet.
Usually when you get a message support will end it will end at that time, but when it is a release date it will be put offf if there are bugs. Can you atleast tell me when anybody has said that they will discontinue something that they haven't? Ms is moving to a new phase to keep selling, so in order to sell they will make certain products obsolete or unsupported & it doesn't have anything to do with hardware support, as a lot of the xp machines barely support vista which you can no longer purchase. Let alone try windows 7 on them & have to do a hardware hack. A lot of those xp machines will be unsecure unless they change to some light-wight linux OS. What happens if the operator does get an infection should they download all of the updates now & reinstall?
Why do we even tell people about their unsupported OS'es here at LQ why not let them go unsupported & suggest a firewall or ip-tables, in fact why update if you don't really need to?
 
Old 05-09-2013, 04:07 AM   #22
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by qrange View Post
so what if it stops? antivirus, firewalls, etc will still get updates. if he is using old computer, he probably doesn't need fancy apps that require latest directx or dotnet.
Not true at all. Can you tell me of any AV that will install, and run on Windows98?
 
Old 05-09-2013, 04:33 AM   #23
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
indeed, why update if there is no need? updates (at least the ones from Microsoft) could make system slower, they will fragment the old hdd and might require *more* RAM+CPU.

I don't know of av running on win98, but if he uses xp carefully, he might not even need one. there is always an option of offline scan in some other, modern, computer. or there are online av programs. he could create sha-2 sum of all (executable) files and send it online for scan, or compare it with known good values. firewall can be builtin home router, and I doubt it needs major updates for 'external' attacks.

after all, computer can be used offline, he didn't say internet was requirement
(he can use some linux livecd only for internet)

Last edited by qrange; 05-09-2013 at 04:36 AM.
 
Old 05-09-2013, 05:21 AM   #24
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by qrange View Post
after all, computer can be used offline, he didn't say internet was requirement
(he can use some linux livecd only for internet)
You mentioned AV after making a blanket statement so I asked you the obvious question. XP won't be supported by anyone much after MS withdraw from it. It simply wont be cost effective to make thigns like AVs, and other things you mention, work on so many systems.
 
Old 05-09-2013, 06:16 AM   #25
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by qrange View Post
indeed, why update if there is no need? updates (at least the ones from Microsoft) could make system slower, they will fragment the old hdd and might require *more* RAM+CPU.
And quite often those updates are critical for security.

I can already see you going 'but but but firewall and antivirus'...yeah, thats not going to help if (as it typically the case) some microsoft software is still connecting to the net.

Quote:
Originally Posted by bloody View Post
2.5 GHz is fast enough for almost anything.
You cannot measure speed from a pure MHz rating. P4 2.53s are not at all quick, they werent even that fast on release which was over 10 years ago.

Debian 7 GNOME/KDE will run pretty badly on that system. I wouldn't put MATE on a system for a new linux user. Doesnt sem that good an idea to use a fork of an ancient desktop that could be dropped at any time. Xfce and LXDE would work, but LXDE looks pretty horrid (IMO anyway). I dont know if Xfce would be any faster or slower than XP (should be faster than 2008 server though). If there is much in the way of video watching happening, and he's got a 6XXX nVidia card, linux could be slower overall than any (current) windwos version. Due to the 6XXX cards haivng some hardware video decoding features under windows, and none really with linux.

BTW, I ahve run debian 7 Xfce on a slower system (celeron 2.0Ghz, 512MB RAM, intel 845 video) and it ran fine. Hardly fast, but provided you didnt hit the system with too much at once it was OK.

Last edited by cascade9; 05-09-2013 at 06:18 AM.
 
Old 05-09-2013, 06:44 AM   #26
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
Quote:
Originally Posted by k3lt01 View Post
You mentioned AV after making a blanket statement so I asked you the obvious question. XP won't be supported by anyone much after MS withdraw from it. It simply wont be cost effective to make thigns like AVs, and other things you mention, work on so many systems.
and you know this simply because win98 doesn't have AV today?
I wouldn't be so sure. I think xp has more advantages over win98 than 7 over it.
if enough people cling to it, it will be cost effective to make AVs.

anyway linux is better solution in the long run.
 
Old 05-11-2013, 03:40 PM   #27
bloody
Member
 
Registered: Feb 2013
Location: Berlin
Distribution: Gentoo, Debian
Posts: 172

Rep: Reputation: 25
Quote:
Originally Posted by cascade9 View Post
You cannot measure speed from a pure MHz rating. P4 2.53s are not at all quick, they werent even that fast on release which was over 10 years ago.

Debian 7 GNOME/KDE will run pretty badly on that system.
True, sometimes the MHz rating can differ significantly. I have a similar experience, one Athlon XP clocked at ~2120 MHz and one Intel i5-2500K clocked at 4500 MHz, but the latter is 3-3.5 times faster than the XP instead of little more than 2 times (only using one CPU core). Boy is that thing fast. Eventually brought me back to Gentoo Linux..

At least Xfce should do the trick on the OP's machine.

Last edited by bloody; 05-17-2013 at 09:08 PM.
 
Old 05-12-2013, 07:11 AM   #28
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Regardless, if the OPs father isn't using the computer as it's too slow, why not try a live environment (http://live.debian.net/ has several DEs) and see if it runs sufficiently for the necessary tasks. True, you won't get an idea of HDD performance, but the other components can be tested and see if the desired DE (GNOME, KDE, XFCE, whatever) will run well enough to warrant further testing by installing to and running from the HDD.

Now, keep in mind the live environment may have to be run from a CD... P4 based mobos are a crap shoot as if they can or can not boot from USB, depending on the age. Maybe the OP will want to check if there is a BIOS update that allows booting from USB before continuing.

Booting from CD/DVD is not all that bad, just slow to get going. Once an app is loaded and running, however, it's fine.

Last edited by goumba; 05-12-2013 at 07:14 AM. Reason: Added BIOS rec.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Isn't Daemon/Application Logging resource intensive? naf546 Programming 5 08-24-2012 06:14 AM
Data-Intensive Computations itnaa Linux - Hardware 4 05-25-2008 10:58 PM
kwlan very slow and resource intensive after activating roaming profiles for wpa_supp scheidel21 Linux - Wireless Networking 0 08-25-2007 10:42 AM
Desktop Environments & Window Managers (the ones that are less resource intensive) aitzim Linux - Newbie 5 06-13-2005 09:56 PM
FC3 seems very CPU-intensive deadmilkman Fedora 6 12-30-2004 05:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration