Jump to content

User:Danesaw: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Danesaw (talk | contribs)
No edit summary
m Gentoo Linux: Replaced deprecated <source> tags with <syntaxhighlight>
 
Line 28: Line 28:
KontrolPack was recently integrated into the qting-edge overlay of the Gentoo distribution. The following commands will install it from the command line:
KontrolPack was recently integrated into the qting-edge overlay of the Gentoo distribution. The following commands will install it from the command line:


<source lang="bash">
<syntaxhighlight lang="bash">
layman -a qting-edge
layman -a qting-edge
emerge kontrolpack
emerge kontrolpack
</syntaxhighlight>
</source>


==History==
==History==

Latest revision as of 14:56, 8 May 2022

Danesaw

[edit]

Danesaw is a pseudonym used by the open source programmer Dane Henshall. He is currently a part of three open source projects,

-KontrolPack
-Pfyshnet
-PT Interview

KontrolPack - for when the time is right

[edit]

KontrolPack is an open source application published under the terms of the GNU General Public License GNU GPL It allows the user to connect to other instances of KontrolPack over a network and run shell commands independent of the operating system. The project uses its Sourceforge SVN repository to store the source code, with an independent web page for information and promotion.


Summary

[edit]

The goal of the KontrolPack project is to improve system interoperability between an arbitrary number of computers regardless of their operating system. Currently, it can be used for remote shell execution, file access and sharing, network visualisation, and has a couple other features. It makes use of the QT framework for its GUI, and all communications are encoded in XML messages.

Supported Operating Systems:

  • Microsoft Windows
  • Mac OS X
  • Various GNU/Linux distrobutions (including Ubuntu, Fedora, and Gentoo Linux)

Gentoo Linux

[edit]

KontrolPack was recently integrated into the qting-edge overlay of the Gentoo distribution. The following commands will install it from the command line:

layman -a qting-edge
emerge kontrolpack

History

[edit]

The project started in 2007 and was initially developed with a C client and a Java server. In early 2009, the entire application (server and client) was rewritten from scratch in C++ using the Qt4 framework.

Notes

[edit]

Resources

[edit]