LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tips
#1
Hey! Can you guys give me some tips how to make my Linuxlite much faster and lighter? Thanks!
Reply
#2
Boot up is a lot faster than 2.8. I don't know if it is 3.0 or because I am using 64 instead of 32 bit now.  8)

I had been using 32 before because I started with 32 bit on and older computer and did not know if my 32 bit files would be open if I changed to 64.  :-[
[Image: EtYqOrS.png%5D]

Left Mac OS X for Linux in Jan 2014
Reply
#3
Hi

Quote:Can you guys give me some tips how to make my Linuxlite much faster and lighter?

It might help if you reveal some of your hardware specs?

Try opening a terminal as the local user and posting the contents of this command pls?
Code:
inxi -F
If you are paranoid you can delete your mac info showing at network?

2)  What software do you run normally?

3) When running software are you experencing any stutters ....shutdowns etc?

4)  The amount of software does impact on your RAM and your CPU %
so if you don't need do printing or don't use a piece of software and your specs are low, I could advise which to remove or disable the daemon.

Bear in mind that as the guru has already replied here, he may not be too happy with any insunation that I might think that I know more than him....cos I don't.

Never the less if your system specs turn out bad....as a local user run a terminal command of
Code:
htop
and take a screenshot with your main regular software still running

---but don't post it yet as others may not like my attitude?

cheers
Good Luck
Reply
#4
Quote:[size=1em]Hey! Can you guys give me some tips how to make my Linuxlite much faster and lighter?[/size]
[size=1em]
Hi ThenOOb,
I can give you an effective tip (one that I've used) for reducing or extending boot-up time to whatever duration you want. In the terminal type the following...

[/size]
Code:
sudo gedit /etc/default/grub
[size=1em]Change GRUB_TIMEOUT=10 to GRUB_TIMEOUT=2. This will change the boot time to 2 seconds. I prefer not to put '0 seconds' here, as you will loose the privilege to change between OS and recovery options. However if you do use a value of 0 seconds you can always change this in the terminal later if you want, so no harm done.  Once you have changed the grub configuration, save the configuration file, then use the following command to make the change count:[/size]
Code:
sudo update-grub
[size=1em]Regards[/size]
[size=1em]Mike

PS. You may need to install gedit as, if I remember correctly, this app is not included in the LL iso file package. You have the choice of using either 'Install Software' (=synaptic package manager) which you'll find under Favourites in the Menu, or using the terminal enter the following code:
[/size]
Code:
sudo apt-get install gedit
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#5
Just in addition to Mike's tip.

The [size=1em]GRUB_TIMEOUT functionality could be misunderstood. [/size]It is not determining the duration of the boot process itself.
It tells GRUB to boot the default entry this many seconds after the menu is displayed, unless a key is pressed. Meaning, it tells GRUB when to start the boot process.

To solve dependency issues you could also use
Code:
sudo apt-get -f install

Hope that helps Smile
Reply
#6
Quote:Just in addition to Mike's tip.....

Thanks for adding that detail LL-user

Mike Wink
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#7
Hi then00b,

Another tip that I've used, and you might try, to improve the running of your setup, is to reduce the swappiness of your hard drive.  This may well have been described elsewhere on the forum.  If you have a solid state drive then this does not apply.

Using your terminal, type the following:
Code:
sudo leafpad /etc/sysctl.conf
- the configuration file will open
- add the following lines at the bottom of that file:

Code:
#
# Swappiness
vm.swappiness=10

After rebooting the swappiness is set from the default value of 60 to a value of 10. This can be checked by running the following command:
Code:
sudo cat /proc/sys/vm/swappiness

The swap tendency can have a value from 0 (fully off) to 100 (the swap file is constantly used and so may slow your PC).

A workable and practical rule for changing the swappiness value can be:
1 GB or more of RAM: 10
Less than 1GB of RAM: 1

Regards
Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#8
Hello!

(06-21-2016, 10:41 PM)Coastie link Wrote: Boot up is a lot faster than 2.8. I don't know if it is 3.0 or because I am using 64 instead of 32 bit now.  8)


Both. As for installing gedit,

Code:
sudo leafpad /etc/default/grub

will also get 'er done, and is already a part of LL. Just remember the

Code:
sudo update-grub

afterwards...

73 DE N4RPS
Rob
[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply
#9
http://askubuntu.com/questions/184217/wh...s-to-10-20

I would advise reading the info at that link before messing with swappiness, I've found on a system with only 1GB of RAM it made absolutely ZERO difference to performance in normal circumstances and when the system was under heavy load it actually made performance worse, most likely because the point at which it swapped to free up some memory cache had changed.

From the article:
If you reduce the swappiness, you let the amount of cache memory shrink a little bit more than it would otherwise, even when it may really be useful.  You therefore risk slowing down your computer in general, because there is less cache, while memory is being taken up by applications that aren't even using it.

But each to their own, your machine your decision  8)
Reply
#10
Hi then00b,
as Rob pointed out, you don't need to install the text editor 'gedit' as the 'leafpad' text editor already comes with LL.  I copied & pasted this tip from my notes, from the days when I used Zorin OS which comes with 'gedit' ...

Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply


Forum Jump:


Users browsing this thread: 14 Guest(s)