Changes between Version 1 and Version 2 of ListDevelopmentRequired
- Timestamp:
- Apr 1, 2009, 6:51:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ListDevelopmentRequired
v1 v2 10 10 Net-Connector is a very nice application writed in '''python''' to configure your network, Wireless and Wired, the author can't maintain/develop it anymore due to a very busy life, and unnafortunately it has a few bugs to fix with a pretty critical priority in Elive since we don't have other (decent) alternatives 11 11 12 {{{ 13 #!html 14 <h1 style="text-align: right; float: right; color: red">Urgent!</h1> 15 }}} 12 16 13 17 * '''Language''': Python 14 18 * '''Author''': !LinuxNIT 15 * '''Task''': Fix a few bugs, [ List of bugs to fix]16 * '''Source''': You can found it at source: 19 * '''Task''': Fix a few bugs, [http://bugs.elivecd.org/index.php?string=net-connector List of bugs to fix] 20 * '''Source''': You can found it at source:, request a [WikiStart svn account] if you don't have it 17 21 * '''Extra Data''': There's two important files, the daemon (/etc/init.d/netconnectord) and the client (/usr/bin/net-connector), to see the messages you can run it both from terminal, the daemon accepts the parameters ''start'' (for normal start), ''stop'' to stop the daemon first, and ''foreground'' to run it as verbose mode 18 22 … … 34 38 35 39 {{{ 36 #! Comment40 #!comment 37 41 38 42 * '''Language''':