LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-04-2022, 07:22 PM   #16
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164

A lot has been discussed about how stable Linux is over long uptimes. 100% agree with just about everything said.

But the same cannot always be said for the apps, web browsers and document viewers, e.g. for your PDFs. Memory leaks are a thing in many applications that run on any OS (Win, Linux, Mac, etc.). (It should be noted that this is not an OS issue.) Browsers in general have a bad reputation for this, even though they've improved drastically over the years, and it should be habit to restart your apps periodically.
 
Old 04-05-2022, 01:41 AM   #17
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by SlowCoder View Post
it should be habit to restart your apps periodically.
So true.
Consider laptops sleeping, some people probably leave their browser open for months on end... and wonder why it gets bogged down.
 
1 members found this post helpful.
Old 04-06-2022, 06:45 AM   #18
subscrive
Member
 
Registered: Feb 2022
Posts: 72

Rep: Reputation: 12
Quote:
Originally Posted by ondoho View Post
So true.
Consider laptops sleeping, some people probably leave their browser open for months on end... and wonder why it gets bogged down.
Why are opensource browsers viewed differently than opensource linux/OS?
Does it show that opensource works only for OS, but not other smaller and less complex apps?

If opensource OS can work fine for months together without restart, then whats wrong in expecting similar / same from opensource browser?

Last edited by subscrive; 04-06-2022 at 06:48 AM.
 
Old 04-06-2022, 07:04 AM   #19
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,697
Blog Entries: 19

Rep: Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499Reputation: 4499
It isn't really a parallel. When you run Linux continuously, the only things actually running most of the time are the kernel and some background daemons. The Linux kernel is extremely well designed and the daemons are relatively simple programs. Browsers have to deal with a multiplicity of sites that are heavy with javascript. They are very complex programs and leak memory like sieves.
 
Old 04-06-2022, 06:34 PM   #20
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
The OS runs the machine and manages the hardware.
The app OTOH runs on top of the OS and uses the features provided by the OS to do the apps job.

While the OS is designed to run 24/7/365 (and on servers often may) the app does not have the same quality control, security perusal, and reliability built in. Thus the app may have unintended faults that eventually can cause a system to fail (memory leaks are an example already given) and restarting the app minimizes these problems that accumulate over time.

Periodic restarts are usually a good thing.

Open source software is always a good thing since anyone can view and verify or modify the code to suit their needs. The ability to view the code means any built-in malware would be identified and outed quickly. Inefficient code can be identified and tweaked for better efficiency as well.

These features of open source apply for both the OS and the apps.
 
Old 04-06-2022, 11:39 PM   #21
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
Quote:
Originally Posted by Zorro007 View Post
I am a student and I have 10 to 12 tabs open on chrome, 8 PDFs open on Sumatra PDF in tabbed manner, some folders open to access my notes and PDFs; always open!!!!!

But you know how Windows OS works, frequent updates and shutdown reboot blah blah blah. Even I keep my system always in hibernation. Now I have done some tweaks to postpone updates but still some processes consume RAM CPU and even my Internet Data.

So I will switch to linux but based on most linux users and forums and websites, Linux is not good at Hibernation and Suspend stuff. But I want to use my Linux with all the files open for months without Shutdown and Reboot. There are issues with Suspend what I have seen online or Hibernation. So how can I use my Linux even if it gets shutdown or reboot and I will resume my work from where I left.

Is it fine to use Linux without update, no Shutdown, no Reboot for months??!!!! Only suspend or hibernation !!
You can recommend any stable and reliable distro for a newbie!!
I don't know which desktop environment you are using, but if you are using Xfce like I am you can put the check in the box and leave it checked "Save session for future logins" and everything will be saved when you shut it down and when you boot up you will find everything is as it was when you shut it down.
 
Old 04-07-2022, 12:32 AM   #22
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ I prefer to hibernate. Energy consumption of the machine is the same as when shut off, and I don't even have to save documents beforehand.
 
  


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
Used to shutdown/reboot from CLI but since systemd replaced init "shutdown" cmnd broke? Beagleburt Debian 10 09-24-2019 07:49 PM
what is the default powerstate (e.g. S3,S4,S5) for the command 'shutdown -hP' or 'shutdown -hH' or 'shutdown -h' badbetty Slackware 6 11-12-2017 12:18 AM
FC18: running a command on shutdown (or reboot) before every other shutdown operation P5music Fedora 3 04-23-2013 03:56 PM
Unable to shutdown/reboot server, no shutdown process running dctw Linux - Server 5 03-31-2010 05:46 AM
[FYI] "last -f <old wtmp> -x reboot shutdown" incorrect for last reboot and shutdown catkin Linux - General 1 03-25-2010 11:52 PM

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

All times are GMT -5. The time now is 03:26 AM.

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