Linux gkrellm launch
#1
Video 
I like to use Gkrellm2 on linux Desktop, the one plugin I use the most is gkrellmlaunch, it allows me to get everything done from a simple light weight interface. However, it is never included in distributions, I will attach same for access.

Here is a little script I fire from launch.

Code:
#!/bin/bash
#
# updater designed to keep system at latest state & clean
#
echo 'The following will be completed, Autoremove will require response.'
echo
echo 'Update, Upgrade, Dist-Upgrade, Autoremove and Clean'
echo
read -n1 -r -p "Press SPACE to continue or Ctrl+C to exit ... " key
echo
if [ "$key" = '' ]; then
   echo "Continuing ..."
fi
echo
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get autoremove && sudo apt-get clean
echo 'Have a nice day!'


Messages In This Thread
Linux gkrellm launch - by jhawk - 02-22-2017, 10:47 PM
RE: Linux gkrellm launch - by jhawk - 02-23-2017, 04:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  NEMS Linux 1.5 Released for A64/A64+, A64-LTS/SOPine, Rock64, RockPro64 (NAGIOS) Baldnerd 4 9,155 03-28-2020, 06:20 PM
Last Post: ty1911
  Howto run Linux with resolution other than 1080p longsleep 28 66,099 06-13-2019, 01:53 AM
Last Post: Nilda
  NEMS Linux for Pine A64 (+) Luke 1 5,072 05-09-2019, 05:42 PM
Last Post: pineadmin
  Pine Board using linux stuck during boot sequence ktaragorn 4 8,143 03-30-2019, 06:48 AM
Last Post: ktaragorn
  Gentoo Linux test image xalius 23 48,223 01-28-2019, 11:05 PM
Last Post: necrose99
  Real-time linux kernel Artyom 45 71,698 09-11-2018, 01:08 AM
Last Post: zzwpine
  linux distribution hazerty 3 6,077 04-01-2018, 02:48 PM
Last Post: dkryder
  Linux Web Server OS harcrow 2 5,762 01-30-2018, 10:26 AM
Last Post: Rustproof
  eta linux image?? firosiro 1 4,026 08-03-2017, 10:05 PM
Last Post: pfeerick
  Can I run Alpine Linux on Pine64? douglasmiranda 3 8,321 08-01-2017, 07:20 AM
Last Post: cztian

Forum Jump:


Users browsing this thread: 1 Guest(s)