From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- loadbars.buetow.org/PROJECT | 1 + loadbars.buetow.org/content/20.Manpage.xml | 12 ++++++++++++ loadbars.buetow.org/content/30.Screenshots.xml | 11 +++++++++++ loadbars.buetow.org/content/40.Changelog.xml | 12 ++++++++++++ loadbars.buetow.org/content/45.Wishlist.xml | 12 ++++++++++++ loadbars.buetow.org/content/50.Download.xml | 24 ++++++++++++++++++++++++ loadbars.buetow.org/content/98.contact.xml | 20 ++++++++++++++++++++ loadbars.buetow.org/content/99.license.xml | 7 +++++++ loadbars.buetow.org/content/home.xml | 24 ++++++++++++++++++++++++ loadbars.buetow.org/htdocs/images/loadbars.png | Bin 0 -> 2108 bytes loadbars.buetow.org/htdocs/images/loadbars2.png | Bin 0 -> 17636 bytes 11 files changed, 123 insertions(+) create mode 100644 loadbars.buetow.org/PROJECT create mode 100644 loadbars.buetow.org/content/20.Manpage.xml create mode 100644 loadbars.buetow.org/content/30.Screenshots.xml create mode 100644 loadbars.buetow.org/content/40.Changelog.xml create mode 100644 loadbars.buetow.org/content/45.Wishlist.xml create mode 100644 loadbars.buetow.org/content/50.Download.xml create mode 100644 loadbars.buetow.org/content/98.contact.xml create mode 100644 loadbars.buetow.org/content/99.license.xml create mode 100644 loadbars.buetow.org/content/home.xml create mode 100644 loadbars.buetow.org/htdocs/images/loadbars.png create mode 100644 loadbars.buetow.org/htdocs/images/loadbars2.png (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/PROJECT b/loadbars.buetow.org/PROJECT new file mode 100644 index 0000000..655277a --- /dev/null +++ b/loadbars.buetow.org/PROJECT @@ -0,0 +1 @@ +Loadbars is a small Perl script which can be used to observe CPU and memory loads of several remote servers at once in real time. diff --git a/loadbars.buetow.org/content/20.Manpage.xml b/loadbars.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..88e8f32 --- /dev/null +++ b/loadbars.buetow.org/content/20.Manpage.xml @@ -0,0 +1,12 @@ + + + Manpage + This is the manpage of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD"); + + + + diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml new file mode 100644 index 0000000..fbbe522 --- /dev/null +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -0,0 +1,11 @@ + + + Screenshots + Screenshots can be downloaded from git. Just type "git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots". + + Or go to + gitweb + in order to browse the screenshot branch online. + + + diff --git a/loadbars.buetow.org/content/40.Changelog.xml b/loadbars.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..62b4bf2 --- /dev/null +++ b/loadbars.buetow.org/content/40.Changelog.xml @@ -0,0 +1,12 @@ + + + Changelog + This is the changelog file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + + + + diff --git a/loadbars.buetow.org/content/45.Wishlist.xml b/loadbars.buetow.org/content/45.Wishlist.xml new file mode 100644 index 0000000..b331dac --- /dev/null +++ b/loadbars.buetow.org/content/45.Wishlist.xml @@ -0,0 +1,12 @@ + + + Wishlist + This is the Wishlist file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); + + + + diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..316acc8 --- /dev/null +++ b/loadbars.buetow.org/content/50.Download.xml @@ -0,0 +1,24 @@ + + + Download + Loadbars can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: +deb ftp://deb.buetow.org/apt squeeze main +deb-src ftp://deb.buetow.org/apt squeeze main + Or if you prefer http: +deb http://deb.buetow.org/apt squeeze main +deb-src http://deb.buetow.org/apt squeeze main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Download from Git repository + For git just type "git clone git://git.buetow.org/loadbars". + To update to the latest stable version just type "cd ./loadbars; git pull". + + Go to + gitweb + to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. + + For bleeding edge you can fetch the devel branch with "git clone -b devel git://git.buetow.org/loadbars loadbars-devel". But be warned, this one might be broken! It will be merged to master when it's done. + + + diff --git a/loadbars.buetow.org/content/98.contact.xml b/loadbars.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/loadbars.buetow.org/content/98.contact.xml @@ -0,0 +1,20 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + + diff --git a/loadbars.buetow.org/content/99.license.xml b/loadbars.buetow.org/content/99.license.xml new file mode 100644 index 0000000..f924a92 --- /dev/null +++ b/loadbars.buetow.org/content/99.license.xml @@ -0,0 +1,7 @@ + + + License + Loadbars is licensed under the GNU Gerneral Public License Version 3 or later. + + + diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml new file mode 100644 index 0000000..67f5068 --- /dev/null +++ b/loadbars.buetow.org/content/home.xml @@ -0,0 +1,24 @@ + + + Loadbars + Get the current clue... + + + Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. + + + Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load) + Real time system load average analysis + Real time memory analysis (RAM usage, Swap usage) + Real time network analysis (incoming and outgoing bandwidth) + Works with Linux + No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed. + IPv4 and IPv6 compatible (due use of OpenSSH client) + + To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules are available in the current Debian and Ubuntu releases (e.G. Getopt::Long, SDL::*, Time::HiRes, Proc::ProcessTable). + + If you wanna stay in touch please + subscribe on freecode. + + + diff --git a/loadbars.buetow.org/htdocs/images/loadbars.png b/loadbars.buetow.org/htdocs/images/loadbars.png new file mode 100644 index 0000000..d223b9a Binary files /dev/null and b/loadbars.buetow.org/htdocs/images/loadbars.png differ diff --git a/loadbars.buetow.org/htdocs/images/loadbars2.png b/loadbars.buetow.org/htdocs/images/loadbars2.png new file mode 100644 index 0000000..4803cf6 Binary files /dev/null and b/loadbars.buetow.org/htdocs/images/loadbars2.png differ -- cgit v1.2.3 From 965609971b804dcb521579d9a6a9a1fc3f8a66b5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Jun 2013 11:47:18 +0200 Subject: quick commit --- loadbars.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index 67f5068..dd47c5f 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -15,7 +15,7 @@ No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed. IPv4 and IPv6 compatible (due use of OpenSSH client) - To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules are available in the current Debian and Ubuntu releases (e.G. Getopt::Long, SDL::*, Time::HiRes, Proc::ProcessTable). + To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules are available in the Debian Squeeze some Ubuntu releases (e.G. Getopt::Long, SDL::*, Time::HiRes, Proc::ProcessTable). Debian Wheezy is not yet supported due some changes in some SDL dependencies. If you wanna stay in touch please subscribe on freecode. -- cgit v1.2.3 From 4a59f0a3e31a896069dc88421b297b9a168dd73f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 Jun 2013 19:33:13 +0200 Subject: quick commit --- loadbars.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index dd47c5f..52b1887 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -15,7 +15,7 @@ No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed. IPv4 and IPv6 compatible (due use of OpenSSH client) - To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules are available in the Debian Squeeze some Ubuntu releases (e.G. Getopt::Long, SDL::*, Time::HiRes, Proc::ProcessTable). Debian Wheezy is not yet supported due some changes in some SDL dependencies. + To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in the Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. If you wanna stay in touch please subscribe on freecode. -- cgit v1.2.3 From 88e722a3ae71b17d576100801f378e515d0d3237 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 Jun 2013 19:41:04 +0200 Subject: add wheezy repository --- loadbars.buetow.org/content/50.Download.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 316acc8..622c5c5 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -4,19 +4,19 @@ Loadbars can be downloaded from a deb repo or from git. Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: -deb ftp://deb.buetow.org/apt squeeze main -deb-src ftp://deb.buetow.org/apt squeeze main +deb ftp://deb.buetow.org/apt wheezy main +deb-src ftp://deb.buetow.org/apt wheezy main Or if you prefer http: -deb http://deb.buetow.org/apt squeeze main -deb-src http://deb.buetow.org/apt squeeze main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" +deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". Download from Git repository For git just type "git clone git://git.buetow.org/loadbars". To update to the latest stable version just type "cd ./loadbars; git pull". - Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. + Go to + gitweb + to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. For bleeding edge you can fetch the devel branch with "git clone -b devel git://git.buetow.org/loadbars loadbars-devel". But be warned, this one might be broken! It will be merged to master when it's done. -- cgit v1.2.3 From 1cb35e3d4773392cecbe9dc6e8895b9e057bcd27 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 Jun 2013 19:47:03 +0200 Subject: quick commit --- loadbars.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index 52b1887..f3590e4 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -15,7 +15,7 @@ No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed. IPv4 and IPv6 compatible (due use of OpenSSH client) - To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in the Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. + To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. If you wanna stay in touch please subscribe on freecode. -- cgit v1.2.3 From d2060e979a308c7565021b75f7457eabe4c7d54a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 Jun 2013 20:20:08 +0200 Subject: replace logo --- loadbars.buetow.org/htdocs/images/loadbars2.png | Bin 17636 -> 2108 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/htdocs/images/loadbars2.png b/loadbars.buetow.org/htdocs/images/loadbars2.png index 4803cf6..d223b9a 100644 Binary files a/loadbars.buetow.org/htdocs/images/loadbars2.png and b/loadbars.buetow.org/htdocs/images/loadbars2.png differ -- cgit v1.2.3 From dab249dfae421495933435d78bf6f54193ef4e4e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 1 Jul 2013 12:12:21 +0200 Subject: change --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 622c5c5..86931f0 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -18,7 +18,7 @@ deb-src http://deb.buetow.org/apt wheezy main gitweb to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. - For bleeding edge you can fetch the devel branch with "git clone -b devel git://git.buetow.org/loadbars loadbars-devel". But be warned, this one might be broken! It will be merged to master when it's done. + For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/loadbars loadbars-develop". But be warned, this one might be broken! It will be merged to master when it's done. -- cgit v1.2.3 From 6da53f3f7052f7eeee2973c8af9c56e35987e1b7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 26 Jul 2013 23:47:32 +0200 Subject: fpo --- loadbars.buetow.org/content/home.xml | 39 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index f3590e4..2471f00 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -1,24 +1,25 @@ - Loadbars - Get the current clue... - - + Loadbars + Get the current clue... + + Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. - - - Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load) - Real time system load average analysis - Real time memory analysis (RAM usage, Swap usage) - Real time network analysis (incoming and outgoing bandwidth) - Works with Linux - No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed. - IPv4 and IPv6 compatible (due use of OpenSSH client) - - To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. - - If you wanna stay in touch please - subscribe on freecode. - + + + Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load) + Real time system load average analysis + Real time memory analysis (RAM usage, Swap usage) + Real time network analysis (incoming and outgoing bandwidth) + Works with Linux + No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed. + IPv4 and IPv6 compatible (due use of OpenSSH client) + + To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. + + If you wanna stay in touch please + subscribe on freecode. + + -- cgit v1.2.3 From 32e575a30e53389d3ae96346b69ddc6a756c7a37 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 12:35:45 +0200 Subject: s/link/hyperlink/ --- loadbars.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/98.contact.xml b/loadbars.buetow.org/content/98.contact.xml index f46ee65..11dcff3 100644 --- a/loadbars.buetow.org/content/98.contact.xml +++ b/loadbars.buetow.org/content/98.contact.xml @@ -13,7 +13,7 @@ If you are interested in other projects please visit - http://dev.buetow.org + http://dev.buetow.org :) -- cgit v1.2.3 From 06298ebd96e9bb7f9f853f2e71414a5c7ab3ff44 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:23:37 +0200 Subject: fix --- loadbars.buetow.org/content/home.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index 2471f00..6b4107c 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -4,7 +4,7 @@ Get the current clue... - Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. + Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load) @@ -16,10 +16,9 @@ IPv4 and IPv6 compatible (due use of OpenSSH client) To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. - - If you wanna stay in touch please - subscribe on freecode. - + + If you wanna stay in touch please + subscribe on freecode. -- cgit v1.2.3 From b8cf25f59f3a3c26b97b54de551c6d4304c9f9f2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:25:59 +0200 Subject: fix --- loadbars.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index 6b4107c..173c2fb 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -1,7 +1,7 @@ Loadbars - Get the current clue... + Get the current clue... Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. -- cgit v1.2.3 From f46a1019a6515567e0833b855d1db8b942df3b5e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:26:59 +0200 Subject: fix --- loadbars.buetow.org/content/30.Screenshots.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml index fbbe522..f4fc573 100644 --- a/loadbars.buetow.org/content/30.Screenshots.xml +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -1,11 +1,11 @@ - - - Screenshots - Screenshots can be downloaded from git. Just type "git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots". - - Or go to - gitweb - in order to browse the screenshot branch online. - + + + Screenshots + Screenshots can be downloaded from git. Just type "git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots". + + Or go to + gitweb + in order to browse the screenshot branch online. + -- cgit v1.2.3 From 435a7bef1d7430ad577017299b6ea4dd1a4ea274 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:28:15 +0200 Subject: fix --- loadbars.buetow.org/content/30.Screenshots.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml index f4fc573..c254863 100644 --- a/loadbars.buetow.org/content/30.Screenshots.xml +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -1,9 +1,10 @@ Screenshots - Screenshots can be downloaded from git. Just type "git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots". - Or go to + Screenshots can be downloaded from git. Just type + git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots + Or go to gitweb in order to browse the screenshot branch online. -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- loadbars.buetow.org/content/20.Manpage.xml | 5 ++-- loadbars.buetow.org/content/30.Screenshots.xml | 3 +- loadbars.buetow.org/content/40.Changelog.xml | 5 ++-- loadbars.buetow.org/content/45.Wishlist.xml | 5 ++-- loadbars.buetow.org/content/50.Download.xml | 38 ++++++++++++-------------- loadbars.buetow.org/content/98.contact.xml | 35 ++++++++++++------------ loadbars.buetow.org/content/99.license.xml | 4 +-- loadbars.buetow.org/content/home.xml | 5 ++-- 8 files changed, 45 insertions(+), 55 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/20.Manpage.xml b/loadbars.buetow.org/content/20.Manpage.xml index 88e8f32..4dc7997 100644 --- a/loadbars.buetow.org/content/20.Manpage.xml +++ b/loadbars.buetow.org/content/20.Manpage.xml @@ -1,12 +1,11 @@ - + Manpage This is the manpage of the current master branch: - + use LWP::Simple; get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD"); - diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml index c254863..f6df91b 100644 --- a/loadbars.buetow.org/content/30.Screenshots.xml +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -1,4 +1,4 @@ - + Screenshots @@ -9,4 +9,3 @@ in order to browse the screenshot branch online. - diff --git a/loadbars.buetow.org/content/40.Changelog.xml b/loadbars.buetow.org/content/40.Changelog.xml index 62b4bf2..b638afa 100644 --- a/loadbars.buetow.org/content/40.Changelog.xml +++ b/loadbars.buetow.org/content/40.Changelog.xml @@ -1,12 +1,11 @@ - + Changelog This is the changelog file of the current master branch: - + use LWP::Simple; get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); - diff --git a/loadbars.buetow.org/content/45.Wishlist.xml b/loadbars.buetow.org/content/45.Wishlist.xml index b331dac..aff63cc 100644 --- a/loadbars.buetow.org/content/45.Wishlist.xml +++ b/loadbars.buetow.org/content/45.Wishlist.xml @@ -1,12 +1,11 @@ - + Wishlist This is the Wishlist file of the current master branch: - + use LWP::Simple; get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); - diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 86931f0..06e55e5 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -1,24 +1,22 @@ - + - Download - Loadbars can be downloaded from a deb repo or from git. - Install from deb repository - If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: -deb ftp://deb.buetow.org/apt wheezy main + Download + Loadbars can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: + deb ftp://deb.buetow.org/apt wheezy main deb-src ftp://deb.buetow.org/apt wheezy main - Or if you prefer http: -deb http://deb.buetow.org/apt wheezy main + Or if you prefer http: + deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". - Download from Git repository - For git just type "git clone git://git.buetow.org/loadbars". - To update to the latest stable version just type "cd ./loadbars; git pull". - - Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. - - For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/loadbars loadbars-develop". But be warned, this one might be broken! It will be merged to master when it's done. + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". + Download from Git repository + For git just type "git clone git://git.buetow.org/loadbars". + To update to the latest stable version just type "cd ./loadbars; git pull". + + Go to + gitweb + to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. + + For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/loadbars loadbars-develop". But be warned, this one might be broken! It will be merged to master when it's done. - - diff --git a/loadbars.buetow.org/content/98.contact.xml b/loadbars.buetow.org/content/98.contact.xml index 11dcff3..a881cc3 100644 --- a/loadbars.buetow.org/content/98.contact.xml +++ b/loadbars.buetow.org/content/98.contact.xml @@ -1,20 +1,19 @@ - + - Contact Me/Us - - Please use the - Development Mailing List - for any considerations of this humble programming project or any other programming project of mine. - - - But you may also use other methods such as listed - on this site - for example. - - - If you are interested in other projects please visit - http://dev.buetow.org - :) - + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + - diff --git a/loadbars.buetow.org/content/99.license.xml b/loadbars.buetow.org/content/99.license.xml index f924a92..ba5a912 100644 --- a/loadbars.buetow.org/content/99.license.xml +++ b/loadbars.buetow.org/content/99.license.xml @@ -1,7 +1,5 @@ - + License Loadbars is licensed under the GNU Gerneral Public License Version 3 or later. - - diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index 173c2fb..d578d2b 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -1,9 +1,9 @@ - + Loadbars Get the current clue... - + Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. @@ -21,4 +21,3 @@ subscribe on freecode. - -- cgit v1.2.3 From 6826b65616117f569c4f0f48652f7a0277408e02 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Mon, 30 Sep 2013 23:47:37 +0200 Subject: add 5 --- loadbars.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index d578d2b..c521f6d 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -4,7 +4,7 @@ Get the current clue... - Loadbars is a Perl script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. + Loadbars is a Perl 5 script for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load) -- cgit v1.2.3 From 297e838b5a08ccc4d7eaae94d7ed06ecda1a0d9e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:14:34 +0200 Subject: add sitemap --- loadbars.buetow.org/SITEMAP | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 loadbars.buetow.org/SITEMAP (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/SITEMAP b/loadbars.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From 232e70178316ff7ebfbdd65b588dd444b15b7c61 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:30:52 +0100 Subject: change deb src from ftp do http --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 06e55e5..484a715 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -5,7 +5,7 @@ Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: deb ftp://deb.buetow.org/apt wheezy main -deb-src ftp://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main Or if you prefer http: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main -- cgit v1.2.3 From 9c2be04aade944eb6d0d34e00cc4afb03e533e29 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:31:30 +0100 Subject: change deb src from ftp do http --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 484a715..ebf86df 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -4,7 +4,7 @@ Loadbars can be downloaded from a deb repo or from git. Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: - deb ftp://deb.buetow.org/apt wheezy main + deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main Or if you prefer http: deb http://deb.buetow.org/apt wheezy main -- cgit v1.2.3 From 43c94a43b7320967d145763c173685efd3c8ded2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 21 Dec 2013 12:24:28 +0100 Subject: fix duplicate repo tuts --- loadbars.buetow.org/content/50.Download.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index ebf86df..0912d78 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -5,9 +5,6 @@ Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: deb http://deb.buetow.org/apt wheezy main -deb-src http://deb.buetow.org/apt wheezy main - Or if you prefer http: - deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". Download from Git repository -- cgit v1.2.3 From 8f9afe65075d800acc42c72dbfc3c59f6054d764 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 21 Dec 2013 12:30:16 +0100 Subject: add sudo --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 0912d78..3d96a29 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -6,7 +6,7 @@ If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from Git repository For git just type "git clone git://git.buetow.org/loadbars". To update to the latest stable version just type "cd ./loadbars; git pull". -- cgit v1.2.3 From edeb4da17b252179a70a30f78b7ab7931f5d468c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 00:56:19 +0100 Subject: s/Squeeze/Wheezy/ --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 3d96a29..e1b1dba 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -3,7 +3,7 @@ Download Loadbars can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". -- cgit v1.2.3 From 1b87cc26359127f58125d905bf6cf1105fafdb71 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 11:54:11 +0100 Subject: case sensitiviness --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index e1b1dba..7eb0d9b 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -7,7 +7,7 @@ deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". - Download from Git repository + Download from git repository For git just type "git clone git://git.buetow.org/loadbars". To update to the latest stable version just type "cd ./loadbars; git pull". -- cgit v1.2.3 From 28686f6efe46f365bdf5ab495c3fbb4223f9e0c9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:00:07 +0100 Subject: update main page to github --- loadbars.buetow.org/content/50.Download.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 7eb0d9b..a59c202 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -1,19 +1,15 @@ Download - Loadbars can be downloaded from a deb repo or from git. + !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from git repository - For git just type "git clone git://git.buetow.org/loadbars". - To update to the latest stable version just type "cd ./loadbars; git pull". Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. + http://github.com/rantanplan/!!HOSTNAME!! - For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/loadbars loadbars-develop". But be warned, this one might be broken! It will be merged to master when it's done. -- cgit v1.2.3 From 90a6331414bb767bf92a44d358024cc5c88e6d64 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:25:44 +0200 Subject: use inject --- loadbars.buetow.org/content/20.Manpage.xml | 5 +---- loadbars.buetow.org/content/40.Changelog.xml | 5 +---- loadbars.buetow.org/content/45.Wishlist.xml | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/20.Manpage.xml b/loadbars.buetow.org/content/20.Manpage.xml index 4dc7997..9756238 100644 --- a/loadbars.buetow.org/content/20.Manpage.xml +++ b/loadbars.buetow.org/content/20.Manpage.xml @@ -3,9 +3,6 @@ Manpage This is the manpage of the current master branch: - - use LWP::Simple; - get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD"); - + http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD diff --git a/loadbars.buetow.org/content/40.Changelog.xml b/loadbars.buetow.org/content/40.Changelog.xml index b638afa..9c442fa 100644 --- a/loadbars.buetow.org/content/40.Changelog.xml +++ b/loadbars.buetow.org/content/40.Changelog.xml @@ -3,9 +3,6 @@ Changelog This is the changelog file of the current master branch: - - use LWP::Simple; - get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); - + http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD diff --git a/loadbars.buetow.org/content/45.Wishlist.xml b/loadbars.buetow.org/content/45.Wishlist.xml index aff63cc..c728b8b 100644 --- a/loadbars.buetow.org/content/45.Wishlist.xml +++ b/loadbars.buetow.org/content/45.Wishlist.xml @@ -3,9 +3,6 @@ Wishlist This is the Wishlist file of the current master branch: - - use LWP::Simple; - get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); - + http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD -- cgit v1.2.3 From 27bdfd5eadcb4b53938933ddaa02b24892b88b5a Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:20:55 +0200 Subject: AWAKE! FEAR! FIRE! FOES! AWAKE! FEAR! FIRE! FOES! AWAKE! AWAKE! -- J. R. R. Tolkien --- loadbars.buetow.org/content/50.Download.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index a59c202..1e946c1 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -3,10 +3,14 @@ Download !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards: + curl http://deb.buetow.org/apt/pubkey.gpg | +sudo apt-key add - +apt-get update +apt-get install cpuinfo Download from git repository Go to -- cgit v1.2.3 From bea5c3e4560bc85f4fb9c794c79c6e22d77a7c76 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:25:53 +0200 Subject: typo --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 1e946c1..3a653e0 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -6,7 +6,7 @@ If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards: + (Please replace wheezy with jessie if you are using Debian GNU/Linux Jessie) and run afterwards: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - apt-get update -- cgit v1.2.3 From 258d6a2d29fde041078c8b10eb147f7439a331b6 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 20 Jun 2014 01:33:13 +0200 Subject: fix --- loadbars.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml index 3a653e0..b48740e 100644 --- a/loadbars.buetow.org/content/50.Download.xml +++ b/loadbars.buetow.org/content/50.Download.xml @@ -10,7 +10,7 @@ deb-src http://deb.buetow.org/apt wheezy main curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - apt-get update -apt-get install cpuinfo +apt-get install !!HOSTNAME!! Download from git repository Go to -- cgit v1.2.3 From 926bc98bfb6ff456efd7483dfa8cf043cffc7035 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 10:58:45 +0200 Subject: remove references to freshmeat aka freecode --- loadbars.buetow.org/content/home.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index c521f6d..04ce281 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -16,8 +16,4 @@ IPv4 and IPv6 compatible (due use of OpenSSH client) To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules for Loadbars 0.7.x are available in Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. - - If you wanna stay in touch please - subscribe on freecode. - -- cgit v1.2.3 From a65180a69505f4121ffe14d3f9cd404fe0e0839b Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus.fritz.box)" Date: Sat, 9 Aug 2014 23:55:20 +0200 Subject: Familiarity breeds contempt -- and children. -- Mark Twain --- loadbars.buetow.org/content/30.Screenshots.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml index f6df91b..3ad79c3 100644 --- a/loadbars.buetow.org/content/30.Screenshots.xml +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -4,8 +4,5 @@ Screenshots can be downloaded from git. Just type git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots - Or go to - gitweb - in order to browse the screenshot branch online. -- cgit v1.2.3 From 05d5182057114508206c52146645b8ceca30cf91 Mon Sep 17 00:00:00 2001 From: "Chuck Norris (uranus.fritz.box)" Date: Sun, 17 Aug 2014 22:54:37 +0200 Subject: Repartee is something we think of twenty-four hours too late. -- Mark Twain --- loadbars.buetow.org/content/20.Manpage.xml | 2 +- loadbars.buetow.org/content/40.Changelog.xml | 2 +- loadbars.buetow.org/content/45.Wishlist.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/20.Manpage.xml b/loadbars.buetow.org/content/20.Manpage.xml index 9756238..de2da7c 100644 --- a/loadbars.buetow.org/content/20.Manpage.xml +++ b/loadbars.buetow.org/content/20.Manpage.xml @@ -3,6 +3,6 @@ Manpage This is the manpage of the current master branch: - http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD + http://web.buetow.org/cgit/loadbars.git/plain/docs/loadbars.txt diff --git a/loadbars.buetow.org/content/40.Changelog.xml b/loadbars.buetow.org/content/40.Changelog.xml index 9c442fa..83bc496 100644 --- a/loadbars.buetow.org/content/40.Changelog.xml +++ b/loadbars.buetow.org/content/40.Changelog.xml @@ -3,6 +3,6 @@ Changelog This is the changelog file of the current master branch: - http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD + http://web.buetow.org/cgit/loadbars.git/plain/debian/changelog diff --git a/loadbars.buetow.org/content/45.Wishlist.xml b/loadbars.buetow.org/content/45.Wishlist.xml index c728b8b..52465b1 100644 --- a/loadbars.buetow.org/content/45.Wishlist.xml +++ b/loadbars.buetow.org/content/45.Wishlist.xml @@ -3,6 +3,6 @@ Wishlist This is the Wishlist file of the current master branch: - http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD + http://web.buetow.org/cgit/loadbars.git/plain/docs/wishlist -- cgit v1.2.3 From f4752479f10c2f90340ffc05c1d602ada26efadc Mon Sep 17 00:00:00 2001 From: "Chuck Norris (uranus.fritz.box)" Date: Sun, 17 Aug 2014 23:07:54 +0200 Subject: fix --- loadbars.buetow.org/content/30.Screenshots.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml index 3ad79c3..e8deea5 100644 --- a/loadbars.buetow.org/content/30.Screenshots.xml +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -3,6 +3,6 @@ Screenshots Screenshots can be downloaded from git. Just type - git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots + git clone -b screenshots git://git.buetow.org/loadbars.git loadbars-screenshots -- cgit v1.2.3 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- loadbars.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/content/98.contact.xml b/loadbars.buetow.org/content/98.contact.xml index a881cc3..d3d66b0 100644 --- a/loadbars.buetow.org/content/98.contact.xml +++ b/loadbars.buetow.org/content/98.contact.xml @@ -3,7 +3,7 @@ Contact Me/Us Please use the - Development Mailing List + Development Mailing List for any considerations of this humble programming project or any other programming project of mine. -- cgit v1.2.3