LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-25-2016, 06:58 AM   #16
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231

Regarding hardware - my impression from reading forums is that an Asus motherboard and Intel CPU provide good compatibility for linux. I think the i3 is a good choice for normal use.
I am currently using an old Gigabyte motherboard with an AMD A8 CPU with integrated graphics, which works for me. I don't have intensive graphics needs, so I don't need a separate graphics card.
 
1 members found this post helpful.
Old 04-25-2016, 08:34 AM   #17
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
subulnx,

Two more possibilities here:

http://www.amazon.com/Asus-Flagship-...ct_top?ie=UTF8
which has 802.11b/g/n wifi.

http://www.amazon.com/F555LA-AB31-15...37YRQ0Q5ZYVX1E
which has 802.11ac wifi.

I have no idea what router you have or whether these wifi cards are Linux friendly.

You would need to find the exact technical specs and then use Google to see if there any particular problems in Linux.
 
1 members found this post helpful.
Old 04-25-2016, 08:55 AM   #18
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by beachboy2 View Post
Wow, that Windows Start menu is ugly! Is that designed for children?
 
1 members found this post helpful.
Old 04-25-2016, 09:02 AM   #19
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I'm not into laptops, but sometimes I need one. When my trusty T23 died 2 years ago I went to eBay, found a refurb i5 T410 for $200. Refurbished means they are selling used leased equipment. When it arrived I peeled off the Windows license and put it back on ebay, someone purchased it for $50. So I got an i5 with 4 GiB of RAM (more than I ever need, when the GUI comes up it shows 85 MiB of RAM usage) for $150 total.
 
1 members found this post helpful.
Old 04-25-2016, 09:24 AM   #20
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
subulnx,

A refurbished Lenovo T420 from Newegg:

http://www.newegg.com/Product/Produc...82E16834318222

Scroll down for similar units.
 
1 members found this post helpful.
Old 04-26-2016, 09:41 AM   #21
subulnx
LQ Newbie
 
Registered: Apr 2016
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
I'm not into laptops, but sometimes I need one. When my trusty T23 died 2 years ago I went to eBay, found a refurb i5 T410 for $200. Refurbished means they are selling used leased equipment. When it arrived I peeled off the Windows license and put it back on ebay, someone purchased it for $50. So I got an i5 with 4 GiB of RAM (more than I ever need, when the GUI comes up it shows 85 MiB of RAM usage) for $150 total.
thanks

how good has this refurbished laptop been so far ? Is there certain seller rating to check ? or something else to check b4 buying

regards
subu
 
Old 04-26-2016, 09:42 AM   #22
subulnx
LQ Newbie
 
Registered: Apr 2016
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
subulnx,
Two more possibilities here:
http://www.amazon.com/Asus-Flagship-...ct_top?ie=UTF8
which has 802.11b/g/n wifi.
http://www.amazon.com/F555LA-AB31-15...37YRQ0Q5ZYVX1E
which has 802.11ac wifi.
I have no idea what router you have or whether these wifi cards are Linux friendly.
You would need to find the exact technical specs and then use Google to see if there any particular problems in Linux.
thanks for those laptop suggestions ! much appreciated... Will consider them while buying
Honestly, I have never worried about my router so far, or about the PC / laptop not recognising the router
Let me check my router specs and post here

regards
subu

Last edited by subulnx; 04-26-2016 at 09:44 AM.
 
Old 04-26-2016, 09:47 AM   #23
subulnx
LQ Newbie
 
Registered: Apr 2016
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hazel View Post
Regarding the use of disks:
You need to distinguish between just reading data off a disk, modifying that data, and actually running Linux. The Linux kernel can read the Windows NTFS filesystem just fine, so the data on your external drive will be accessible without any changes at all. As with any other disk, you just need to mount it first, but distros like Ubuntu have a graphical tool for that.
To write to an NTFS disk, I think you need to have a specific tool installed. That's not a problem because installing software in Linux is easy-peasy. You just ask your package manager to fetch it for you from the distro's repository.
To run Linux, you need a root partition with a native Linux filesystem, not NTFS. That is why the installer does not just copy the files over but first shrinks the Windows partition. It will ask you how much of the whole drive you want to keep for Windows. Once the partition has been shrunk, a new Linux partition is created in the cleared space and Linux is installed into this. So then you will have Windows and Linux side by side, each on its own partition, though of course you can only run one of them at a time.
Don't worry about file formats. All Windows file formats are readable in Linux, though the reverse is often not the case. For example Word documents and Excel spreadsheets are readable in LibreOffice, and there are lots of different image and pdf readers.
Thanks for this Very encouraging post !! Especially the bit where you said ////The Linux kernel can read the Windows NTFS filesystem just fine, so the data on your external drive will be accessible without any changes at all. //// and ////All Windows file formats are readable in Linux,////


That's one headache less

regards
subu
 
Old 04-26-2016, 09:49 AM   #24
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by subulnx View Post
thanks

how good has this refurbished laptop been so far ? Is there certain seller rating to check ? or something else to check b4 buying

regards
subu
No complaints whatsoever, even the battery is as strong as new. Please do not use text speak, not appreciated here.
 
Old 05-13-2016, 12:25 PM   #25
Raybrite
Member
 
Registered: Mar 2016
Posts: 35

Rep: Reputation: Disabled
Or you could just buy one with Ubuntu installed. If you don't want to download, just order a DVD with Ubuntu 16.04 for about $10 with postage.
As for the age, I just started using Linux about a month ago. I will be 76 in a few weeks.
Enjoy the journey.
 
  


Reply



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
Hello I was wondering which Linux tools I would need to use to test my wifi password security. I'm also wondering how to do it. thanks. Anonymous465336 Linux - Newbie 5 04-24-2016 08:06 AM
Kickstart takes forever to complete Benso37 Red Hat 1 03-20-2009 04:55 PM
alsa programming problem in set frames and buffer size‏‏ wswhp Linux - Kernel 1 12-04-2008 02:39 AM
updatedb takes forever to complete yisnixslow Linux - Newbie 3 04-12-2005 05:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:41 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