LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 03-16-2017, 04:13 PM   #1
sheconciike
LQ Newbie
 
Registered: Mar 2017
Posts: 1

Rep: Reputation: Disabled
Cool I am a newbie to Linux. I have been getting used to this new system and it is quite different than Windows.


My first question is "How do I monitor how much ram I have at any given time?" My next question "Can I add hardware to my machine so as to increase my available memory?" The desktop that I have is a 'Dell Dimension 4100.' It is an older machine but it has been in storage for a long time and has not been abused. I look forward to adding some basic hardware such as a floppy disk device because it has an empty slot for that device and maybe another DVD device because there is a slot for that also but it does have one DVD device already. Well, I look forward to meeting some people in this forum at any given time in the future. Salud!
 
Old 03-16-2017, 04:22 PM   #2
842Mono
Member
 
Registered: Oct 2016
Distribution: Ubuntu
Posts: 35

Rep: Reputation: Disabled
Hi

If you're using Ubuntu search in the dash (top left button) for "system monitor". It has lots of nice information, including RAM usage.

In general you can install RAM to your machine if there are slots available.
 
1 members found this post helpful.
Old 03-16-2017, 04:30 PM   #3
Seeboooo
LQ Newbie
 
Registered: Mar 2017
Posts: 7

Rep: Reputation: Disabled
Quote:
Originally Posted by sheconciike View Post
My first question is "How do I monitor how much ram I have at any given time?" My next question "Can I add hardware to my machine so as to increase my available memory?"
That will vary a bit according to the desktop environment / distribution you're using. There are either "standalone" windows such as "System Monitor" (similar to windows "task manager") that can show you how much CPU / memory / network bandwidth you're using or there are applets you can add to your panel or "menu bar" that will give you the same info.

Quote:
Originally Posted by sheconciike View Post
The desktop that I have is a 'Dell Dimension 4100.' It is an older machine but it has been in storage for a long time and has not been abused. I look forward to adding some basic hardware such as a floppy disk device because it has an empty slot for that device and maybe another DVD device because there is a slot for that also but it does have one DVD device already.
Not sure what you mean by that, you can probably add anything you want as long as it's compatible with your hardware itself. If you're having issues where your computer feels slow it might be that you're using a desktop environment that use too much resources and you might want to use one that is made to use less (Ubunty Unity environment takes a lot more cpu and RAM than LXDE or XFCE (aka Lubuntu and Xubuntu if you want to stay in the Ubuntu family, same basic operating system but with a different environment). You just have to find the right one for your needs and feel comfortable with.
 
1 members found this post helpful.
Old 03-16-2017, 05:07 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
https://ubuntu-manual.org/downloads

Think of learning Linux like a illegal immigrant trying to learn english and all they know is spanish.
Edited for content.

Taskbar in Desktop Environments like Ubuntu show ram usage

https://www.howtogeek.com/118908/10-...unity-desktop/.

Link for adding ram

Last edited by rokytnji; 03-17-2017 at 04:54 PM.
 
1 members found this post helpful.
Old 03-16-2017, 05:18 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Hi, sheconciike, and welcome to LQ.

My question back to you is "Which distro (and version) and desktop environment are you using?".

There are a large number of distros and desktop environments and the answer to your question is probably dependent on these important pieces of information.
 
Old 03-16-2017, 05:43 PM   #6
Thomas1
LQ Newbie
 
Registered: Mar 2017
Posts: 11

Rep: Reputation: Disabled
To monitor the RAM, open a terminal and type the command "$ free -m" (without quotes).
 
1 members found this post helpful.
Old 03-16-2017, 05:55 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by sheconciike View Post
My first question is "How do I monitor how much ram I have at any given time?"
Hello and welcome to the forum

One option would be to open a terminal and enter this command...

Code:
top
Quote:
Originally Posted by sheconciike View Post
My next question "Can I add hardware to my machine so as to increase my available memory?"
Possibly, depending on how much memory is actually installed. According to this page, the maximum amount of memory your system can use is 512 MB's. Please bear in mind, though, that most distributions need more than that function smoothly without any lag or sluggishness.

Regards...
 
2 members found this post helpful.
Old 03-16-2017, 06:06 PM   #8
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Open up terminal and try the command htop.
 
Old 03-16-2017, 06:51 PM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by RadicalDreamer View Post
Open up terminal and try the command htop.
Hi...

This program might need to be installed via the terminal or a package manager first. I don't recall htop ever being included by default in Ubuntu and its derivatives, not sure about any of the other distributions.

Regards...

Last edited by ardvark71; 03-16-2017 at 06:53 PM. Reason: Changed wording.
 
1 members found this post helpful.
Old 03-17-2017, 12:50 PM   #10
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Now that is an old computer! But I have a laptop with the same CPU that still works. If you have already installed Ubuntu, then it must have had more memory added: it originally came with 256MB and Ubuntu wouldn't run in that.

Do you find it a bit slow? If it is, then you need a distribution intended for older computers. AntiX would be fine.
 
Old 03-17-2017, 09:02 PM   #11
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
I have been getting used to this new system and it is quite different than Windows.
You might like to check out "Linux is NOT Windows" which should give you an insight into the differences and why you shouldn't have any Windows preconceived notions about it.

Oh! And welcome to LinuxQuestions!

Play Bonny!


Last edited by Soadyheid; 03-17-2017 at 09:04 PM. Reason: Welcome...
 
Old 03-17-2017, 09:18 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I like Gkrellm as an "always open" system monitor.

I mucked about with Conky once; it makes for great eye candy to have Conky output over your desktop background (you can see a couple of screenshots here), but Gkrellm sits nicely over there ---> in the corner of the screen and doesn't get covered up by application windows.

It should be in the repos, and many Gkrellm skins are available.

Last edited by frankbell; 03-17-2017 at 09:19 PM. Reason: spellink
 
Old 03-17-2017, 11:34 PM   #13
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
Smile

sheconciike,

Welcome to LQ.

I second DavidMcCann’s recommendation for antiX.

Your old laptop is very low powered and needs something like antiX-16.1 which is based on Debian:
http://antix.mepis.org/index.php?title=Main_Page

antiX is a lightweight Linux distribution specially designed for older, low-powered hardware such as this.

http://antix.mepis.org/index.php?title=Main_Page

Puppy Linux is an alternative for old hardware:
http://puppylinux.org/main/Overview%...%20Started.htm

NB You don't have to install Puppy (to hard disk) to use it.

Simply burn the ISO to CD/DVD and boot the PC or laptop with it.

Extract from antiX FAQs:

Instead of a heavy common Desktop Environment, antiX uses window managers to control what the end-user can see and do.

antiX comes in three flavours for 32bit (you definitely need this one) and 64 bit boxes.

antiX comes as a full distro (<700MB), a base distro (c520MB) and a core distro (<200MB) all with a kernel that will boot "antique" PII, PIII computers as well as the latest "modern" processors.

By default, antiX loads into a Rox-IceWM desktop (antiX-base into a Rox-fluxbox desktop) with a few icons on the desktop. Use F6 at the boot menu screen to choose your desktop. What you choose running live will automatically transfer if/when installed.

antiX is a very flexible linux distribution. You can run it live from a cd, live from a usb stick (with persistence i.e. changes are saved on reboot) as well as setting up a frugal-install from an internal or external hard drive. Of course, you can install to internal and external drives, sticks, cards etc. You can even run it live, add/remove applications, customize it, remaster it and then install. All your changes will carry over to install!

Full details here:
http://download.tuxfamily.org/antix/...FAQ/index.html

To enable wifi in antiX 16.1 after installation:

Menu > Control Centre > Network > Network Interfaces (ceni) > wlan0 > follow wizard and give SSID/network name and wifi password.

**See attached screenshot for the information displayed by Rox-IceWM. This acts as a monitoring device and will show RAM and your CPU details.

Good luck!
Attached Thumbnails
Click image for larger version

Name:	antiX-16.jpg
Views:	12
Size:	71.8 KB
ID:	24542  
 
Old 03-19-2017, 11:42 AM   #14
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
I like Gkrellm as an "always open" system monitor.
I'm with frankbell, as an ex hardware engineer, I like to know exactly what my system's doing all the time. GKrellm docked at the right hand side of my, er.. right hand monitor is perfect; all the details of CPU core/thread activity, system clock speed, number of processes, fan speed, core and system temperatures (current set up doesn't show GPU temp but my second system does)disk and network activity. There's even a memory usage indicator and uptime display.

My

Play Bonny!

 
Old 03-19-2017, 09:24 PM   #15
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940
(We didn't just scare you off, did we ...?)

First of all: "Welcome To Linux!" And especially, "Welcome to LQ!"

As you will very quickly see – and, see more and more and more – "Linux is completely(!) different from Windows." I thought it might be useful to comment a bit on that.

"Windows" is really "the foundation of Microsoft Corporation's product line." It especially exists to run those products. Its core design – Windows NT – was done when the Intel 386 came onto the scene, but the entire system is the design of exactly one company.

Linux is a completely different beast. It grew – in inspiration, at least – from a system that first made its appearance in the 1970's and which has been with us ever since. Linux runs on more than twenty hardware platforms, and it has never been under the control of any one company. Although Linus Torvalds got the ball rolling (in his dorm room), and remains heavily involved, the system represents the combined labor of many thousands of people.

Although Windows is centered around a "graphic user interface (GUI)," such that it really can't run at all without one ... the old separation of Windows vs. DOS is long gone ... Linux never has been. It has not one but several(!) graphic-interface options, and these have a completely different internal design from Windows. "And/Or," it can be used with no graphic interface at all. You can see this from the fact that some of the responses you've received refer to the GUI that you are likely to be using, while others refer to the command-line.

At first, I assure you, this will feel like you are "taking a sip from a fire-hose."

... but then, little by little by little, you will begin to see "the Windows world" as being very limited by comparison.

Rest assured that everyone here is here to help you commence ... and succeed in ... your forthcoming journey away from the Dark Side.

Last edited by sundialsvcs; 03-19-2017 at 09:25 PM.
 
1 members found this post helpful.
  


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
windows server 2003 as a host system for LINUX guest system VPS h@foorsa.biz Linux - General 2 09-22-2008 06:17 AM

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

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