Difference between revisions of "Xorg Tools - Power Tools for Power Users"

From WebOS Internals
Jump to navigation Jump to search
Line 29: Line 29:
  
 
<pre>
 
<pre>
wget -qO- http://dl.dropbox.com/u/3812896/xt.setup | /bin/sh
+
wget -qO- http://tinyurl.com/xt-setup | /bin/sh
  
 
xt
 
xt

Revision as of 18:50, 24 January 2010

Overview

Xorg Tools (aka xt) is a Linux script that sets up lower level Linux services or power user functions on webOS devices. Xorg Tools will approach functions that may not make it as a webOS app. Many xt functions are setups of optware services/commands or implementations of webos-internals.org pages that never made it to an app (credits are given).

Xorg Tools is intended for Power Users, those generally experienced with making lower level configurations to their phones and computers. Using these tools may require some knowledge to setup connectivity with other systems. In some cases Linux/app-specific knowledge is needed for more detailed configuration, but in most cases xt will do the basic setup to get things working.

Xorg Tools runs from a terminal session (or Terminal app available in PreWare) as 'xt' command. As xt matures, it may run from Launcher (launching terminal app with xt menu). Xorg Tools can be used either in menu mode or with command arguments.

Initial Features

1) Diagnostics - analyzes storage usage, seeks known problem areas of webOS devices.
2) Scheduling - sets up Linux cron to allow scheduling apps or daily reboots.
3) Performance - changing priority of key processes (more capabilities in future).
4) mvapp - maintains relevant mvapp commands for recovery, continues support for linking email.
5) optware - base optware setup with dropbear SSH (via webOS-internals boostrap)
6) File Sharing - sets up samba filesharing, both in/outbound connections 
7) MyTether 3D Fix - fixes issues with MyTether interfering with 3D games, SDL.
8) PreWare Install - easily install/update PreWare from a Terminal session.

Many more things are planned like aiding the install/setup of webos-internals pages like emulators, vnc, dynamic dns, network tunables, etc. If needed someday, a malware scanner also might be in xt's future. Taking requests for features/functions that likely would not make it as a webOS app. Am seeking other optware packages that could be useful under webOS - CUPS printing?

While many experienced with Linux can setup these by reading the webos-internals pages, the target for xt is to set this stuff up for you in one shot and make it more accessible.

Initial Release

A development version is now available. It will not be released on Homebrew installers for a while as this isn't intended for the masses yet. For now xt is for power users who can manage lower level changes..


Paste this in a Terminal session or in WebOS QI Linux Commandline...

wget -qO- http://tinyurl.com/xt-setup | /bin/sh

xt

Check for daily updates...

xt upd


A PreCentral dev forum thread will be created soon.

License

Xorg Tools follows the webos-internals MIT license model.

Developers are encouraged to use xt code or concepts in other projects, per the terms of the license. If a function of xt is eventually better maintained in another project, the xt feature will likely be redirected to that project and in some cases adopted back into xt.


Guides

This section points to additional guides to further configure any optware or other tools that is an xt function.

Feel free to add other guides, such as connection to Windows and Mac.

Filesharing:
Samba Setup - from webos-internals
Official Samba Site - use for more detailed setup
WinXP filesharing - how to setup WinXP for filesharing
Vista filesharing - how to setup Vista for filesharing


Scheduling
Initial Cron Setup - from webos-internals
Cron Guide - a guide with more details