Home
Name Modified Size InfoDownloads / Week
EasyMonitor.skz 2019-12-15 1.2 MB
Readme.txt 2019-01-29 6.6 kB
Totals: 2 Items   1.2 MB 0
# Easy Monitor Readme.txt

by Leszek Ostachowski

1. Description
==============

Easy Monitor is set of SuperKaramba themes and simple bash scripts
for various applications from information to backup, downloading
and installation of even entire Linux distributions.
Any of these themes you can edit and configure by lock its position and click on top frame of it.
Most of scripts you can edit and configure by click on corresponding configure script button.
My idea to give users very fast and easy access to change and fix code.
Most of those bash scripts for tools can be used independently.
So you can suit it to your system.

2. Important
============

If your theme based on my please, in accordance with licence GPL
in thanks to list write Mihael Simonic mention.
Easy Monitor theme is based on Crystal Monitor by Mihael Simonic (smihael@gmail.com).
Crystal Monitor by Mihael Simonic is theme based on Super-Cyber System Monitor.
Thanks to icons, backgrounds and Super-Cyber System Monitor authors.!
Speciality thanks to Tilman Vogel for pythonised Guess distro.
Thanks to Nicolas Perret for support ATI graphics card.
Thanks to Iten (iten at free dot fr) 2004 hdmon.c source.
Of course tanks to all Linux creators and open source writers.
Thanks to all bugs reporting.

3. Installation
===============

Themes need SuperKaramba 0.37 and KDE 3.5x or higher or even any linux desktop environment.
__________________________________

Can't find superkaramba package. Try install it manually !

Superkaramba is considered to be "legacy" and some new distros don't provide it
in standard repos. So you have to look for it on your own.
__________________________________

Example:
https://pkgs.org/
https://software.opensuse.org/search
https://software.opensuse.org/package/superkaramba
https://www.rpmfind.net/linux/rpm2html/search.php?query=superkaramba&submit=Search+...
http://rpm.pbone.net/index.php3/stat/2/simple/2
http://archlinux.arkena.net/archive/packages/k/kdeutils-superkaramba/
http://packages.linuxmint.com/search.php?release=any&section=any&keyword=superkaramba
http://ftp.de.debian.org/debian/pool/main/s/superkaramba/
https://packages.debian.org/unstable/kde/plasma-scriptengine-superkaramba

KDE 3.X Improving the eyecandy of KDE 3.X superkaramba-trinity program based on karamba
https://pkgs.org/download/superkaramba-trinity
For old versions of konsole program in all scripts replace "konsole --hold" on "konsole --noclose"

KDE 4.X Put Karamba applets to the desktop with Python
https://pkgs.org/download/superkaramba

SuperKaramba theme support for the Plasma Workspaces
https://pkgs.org/download/plasma-scriptengine-superkaramba
# plasmapkg --type=superkaramba -i Theme_Name.skz

Example: Upgrade (or install, query) .rpm package files directly from the internet

sudo rpm -U http://mirrors.vbi.vt.edu/mirrors/linux/opensuse/discontinued/update/13.2/i586/superkaramba-4.14.3-4.2.i586.rpm
sudo rpm -U http://mirrors.vbi.vt.edu/mirrors/linux/opensuse/discontinued/update/13.2/i586/superkaramba-14.12.3-16.1.i586.rpm

Example: install .deb package files

(
if [[ "${arch_type}" = *"64"* ]]
then :
	arch_type="amd64.deb"
else :
	arch_type="i386.deb"
fi

wget -O $HOME/plasma-scriptengine-superkaramba_4.14.2-0ubuntu1~ubuntu14.04~ppa1_${arch_type} http://packages.linuxmint.com/pool/import/s/superkaramba/plasma-scriptengine-superkaramba_4.14.2-0ubuntu1~ubuntu14.04~ppa1_${arch_type}
[ $? = 0 ] && { sudo dpkg -i $HOME/plasma-scriptengine-superkaramba_4.14.2-0ubuntu1~ubuntu14.04~ppa1_${arch_type} ;}
)

Example: install .pkg.tar.xz package files

(
wget -O $HOME/qimageblitz-0.0.6-5-$(uname -m).pkg.tar.xz http://archlinux.arkena.net/archive/packages/q/qimageblitz/qimageblitz-0.0.6-5-$(uname -m).pkg.tar.xz
[ $? = 0 ] && { sudo pacman -U $HOME/qimageblitz-0.0.6-5-$(uname -m).pkg.tar.xz ;}

wget -O $HOME/libkactivities4-4.13.3-3-$(uname -m).pkg.tar.xz http://archlinux.arkena.net/archive/packages/l/libkactivities4/libkactivities4-4.13.3-3-$(uname -m).pkg.tar.xz
[ $? = 0 ] && { sudo pacman -U $HOME/libkactivities4-4.13.3-3-$(uname -m).pkg.tar.xz ;}


wget -O $HOME/kdebase-runtime-17.08.3-3-$(uname -m).pkg.tar.xz http://archlinux.arkena.net/archive/packages/k/kdebase-runtime/kdebase-runtime-17.08.3-3-$(uname -m).pkg.tar.xz
[ $? = 0 ] && { sudo pacman -U $HOME/kdebase-runtime-17.08.3-3-$(uname -m).pkg.tar.xz ;}

wget -O $HOME/kdeutils-superkaramba-15.08.3-2-$(uname -m).pkg.tar.xz http://archlinux.arkena.net/archive/packages/k/kdeutils-superkaramba/kdeutils-superkaramba-15.08.3-2-$(uname -m).pkg.tar.xz
[ $? = 0 ] && { sudo pacman -U $HOME/kdeutils-superkaramba-15.08.3-2-$(uname -m).pkg.tar.xz ;}
)

For example: superkaramba-15.08.3-1.1.x86_64.rpm package works on Sabayon.
After downloading a package that seems to be match for your system, you can try
simply unpack package and even copy files/folders from unpack archive as them
belong into your file system as $root.
Then run superkaramba from konsole and look for missing dependencies..
Missing libs can be in different tree - lib - lib64.

( probably you will need kdebase-runtime, libknewstuff2 or libkactivities, qimageblitz or libqimageblitz )

Or if you want to install it from the source package
http://netdragon.sourceforge.net/ssuperkaramba.html
https://techbase.kde.org/Projects/SuperKaramba/FAQ
https://store.kde.org/content/show.php/SuperKaramba?content=23258

__________________________________

* Fast installation - copy below lines to linux/gnu terminal for run.
__________________________________

Example installation EasyMonitor theme from sourceforge.net:
__________________________________
mkdir EasyMonitor_install ;
cd EasyMonitor_install ;
wget -O EasyMonitor.zip https://sourceforge.net/projects/easy-monitor/files/latest/download ;
unzip EasyMonitor.zip ;
rm -f EasyMonitor.zip ;
bash install_easy_monitor.sh ;

__________________________________

Example installation EasyMonitor from github.com
__________________________________

# * download/clone/update

mkdir -p ~/.superkaramba
mv ~/.superkaramba/EasyMonitor ~/.superkaramba/Easy_Monitor_$(date +%Y_%m_%d-%H_%M_%S)
cd ~/.superkaramba
git clone https://github.com/leszeko/EasyMonitor.git

# * if first time, then for full install

cd EasyMonitor
bash install_easy_monitor.sh

__________________________________

Manuals are in ./doc folder
===========================

4. How you can help
===================

If you have idea comment
(easy.monitor.theme@gmail.com)
Or if you are irritated at my charming bugs :)
* shellcheck program seems to be good for debug my charming bugs i a game.
Source: Readme.txt, updated 2019-01-29