Forum Moderators: phranque

Message Too Old, No Replies

Linux suggestions for a laptop

         

csdude55

4:44 pm on Aug 6, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I haven't done this in YEARS, so I'd love a little feedback... what do you all think about installing Linux and Apache on a local laptop, then using it to backup files from the remote server?

If you think it's reasonable, what version of Linux should I be looking at? I did this with Mandrake some 15 years ago, but I'm sure that a LOT has changed since then!

Dimitri

8:53 pm on Aug 6, 2021 (gmt 0)

WebmasterWorld Senior Member 5+ Year Member Top Contributors Of The Month



No matter which Linux , however, I would say that you should take the same linux as the one of your servers, like that you will be in familiar environment.

Otherwise , personally, I would go with Debian.

csdude55

10:39 pm on Aug 6, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The server has CentOS 7.9, but I was afraid that might be too stout for an older laptop? I originally bought it with Windows 7, so it's a good 10 years old. I don't expect to use it TOO much, though, other than for sandbox testing and to run backups.

robzilla

12:41 pm on Aug 7, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



A 10-year old laptop should have no trouble running CentOS 7 or 8. Might want to put an SSD in if it doesn't have one. I'd also opt for a distro that's similar to the one running on your server, so CentOS or Fedora maybe. It'll be a good opportunity to become more familiar with Linux server management. But rsync runs on all distros so it doesn't really matter all that much.

topr8

8:38 pm on Aug 7, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



i think centos8 only supports 64 bit systems ... but it is end of life effectively at the end of the year anyway, so i wouldn't install it!

robzilla

10:02 pm on Aug 7, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can switch to CentOS Stream pretty easily though.

Dimitri

9:49 am on Aug 9, 2021 (gmt 0)

WebmasterWorld Senior Member 5+ Year Member Top Contributors Of The Month



If this is just to run rsync, and you want something easy as Windows to use, you can try Linux Mint.

engine

10:01 am on Aug 9, 2021 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Windows, and the associated bloat, just bog down older machines, whereas Linux seems to be considerably less intensive.
I'd agree, that laptop should be fine for your purpose, and changing to an SSD will bring new life to the machine. I did use external hard drives (they are cheap) for backups.
I've been through this with an older machine this year and the only problem I had was getting a suitable SSD.

graeme_p

10:59 am on Aug 9, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I use a Raspberry Pi (with an external hard drive) for backups, and I have a 13 year old laptop that I have retired from somewhat heavier use. Pretty feeble machines by current standards are more than enough.

You fo not need to install Apache unless you are going to use it as a development or test machine. All you really need is rsync, although I would suggest using rdiff-backup or something else that gives you differential backups. Do not forget to ensure a DB dump is done before you run the backup!

I do not think Centos would be a problem, but I would keep it lightweight: peferably do a server install with no GUI, or use something lightweight like LXDE. I would definitely not install KDE or Gnome on a machine that old.

@Dimittri, as easy to use as Windows? My family mostly need something a lot easier to use :) (not older daughter who is becoming and engineer, but younger one and wife do).

topr8

4:47 pm on Aug 9, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>>You can switch to CentOS Stream pretty easily though.

ah thanks robzilla, i didn't know that ... i've just looked it up and it seems pretty easy ... do you know of live servers on centos 8 that have converted over to CentOS Stream?

robzilla

9:04 am on Aug 14, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



do you know of live servers on centos 8 that have converted over to CentOS Stream?

I know a few... of mine :-) It's fine so far, but I'll probably hop over to AlmaLinux or Rocky Linux in a while.

topr8

9:13 pm on Aug 14, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



thanks, if i can switch over very simply for now, i'll worry about what to do in the medium term - and thanks for the tips, i like centos so both of those look interesting!