You can subscribe to this list here.
2001 |
Jan
(13) |
Feb
(24) |
Mar
(23) |
Apr
(11) |
May
(18) |
Jun
(90) |
Jul
(29) |
Aug
(26) |
Sep
(37) |
Oct
(10) |
Nov
(31) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(45) |
Feb
(18) |
Mar
(12) |
Apr
(7) |
May
(10) |
Jun
(62) |
Jul
(8) |
Aug
(40) |
Sep
(41) |
Oct
(43) |
Nov
(29) |
Dec
(36) |
2003 |
Jan
(25) |
Feb
(9) |
Mar
(11) |
Apr
(13) |
May
(19) |
Jun
(19) |
Jul
(11) |
Aug
(4) |
Sep
(109) |
Oct
(73) |
Nov
(69) |
Dec
(21) |
2004 |
Jan
(21) |
Feb
(33) |
Mar
(31) |
Apr
(25) |
May
(33) |
Jun
(42) |
Jul
(47) |
Aug
(12) |
Sep
(41) |
Oct
(47) |
Nov
(30) |
Dec
(19) |
2005 |
Jan
(6) |
Feb
(23) |
Mar
(21) |
Apr
(26) |
May
(21) |
Jun
(16) |
Jul
(17) |
Aug
(7) |
Sep
(8) |
Oct
(13) |
Nov
(7) |
Dec
(10) |
2006 |
Jan
(10) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2007 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(6) |
Jul
(6) |
Aug
(8) |
Sep
(3) |
Oct
(21) |
Nov
(4) |
Dec
(6) |
2008 |
Jan
(11) |
Feb
(28) |
Mar
(26) |
Apr
(9) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(4) |
Feb
(10) |
Mar
(1) |
Apr
(24) |
May
(22) |
Jun
(18) |
Jul
(15) |
Aug
(21) |
Sep
(4) |
Oct
(7) |
Nov
(6) |
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(4) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
(18) |
Feb
(2) |
Mar
(23) |
Apr
(4) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(31) |
Apr
(3) |
May
|
Jun
(2) |
Jul
(6) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(7) |
2014 |
Jan
|
Feb
(1) |
Mar
(9) |
Apr
(4) |
May
(7) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Jamie C. <jca...@we...> - 2009-06-07 18:00:39
|
On 07/Jun/2009 05:47 hahmed <dim...@gm...> wrote .. > How to get a hash reference of the module access list from a remote server?? > I tried : > &remote_foreign_require($server,module,module-lib.pl); > $remote_access=&remote_foreign_call($server,"module",get_module_acl(); > but it didn't work. You should be able to use : %remote_access = &remote_foreign_call($server,"module", "get_module_acl"); However, this doesn't really make a lot of sense, as you will be getting the remote root user's access hash, which typically grants full access. - Jamie |
From: hahmed <dim...@gm...> - 2009-06-07 12:54:46
|
How to get a hash reference of the module access list from a remote server?? I tried : &remote_foreign_require($server,module,module-lib.pl); $remote_access=&remote_foreign_call($server,"module",get_module_acl(); but it didn't work. -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: hahmed <dim...@gm...> - 2009-06-02 18:06:51
|
Hi, When I try to apply the configuration indirectly, I mean through the save file, it didn't work. The iptables config remains unchanged. Another point, can u plz give me an example for a chain to run. I didn't figure this out. -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: hahmed <dim...@gm...> - 2009-06-02 18:04:37
|
Yes I know about that but the problem is that the Linux Firewall module sets the same configuration to the servers registred in the servers Index module. Its like the cluster concept. I've modified it and I'm making some tests. What I'm trying to get going here is that the security tools installed in different computers can be administrated seperately or as a member in a cluster group. I didn't finnish all what I have in mind (I lost some of my scripts :( ). Anyway, I'll upload as promised the work to you by next week. I'm very optimistic about the correlation engine built by my collegue and maybe can anyone get envolved developping it. Because most of the correlation engine are commercial, so why not developping ours that would be under GPL!! 2009/6/2 Jamie Cameron <jca...@we...>: > On 02/Jun/2009 00:34 hahmed <dim...@gm...> wrote .. >> Hi, >> I've been discovering lately the power of Webmin. It helped a lot >> configuring my computer. So I decided to try to use webmin to >> administrate all the other computers in the LAN but specially security >> tools. >> The objective is to centralize the administration of security tools >> from one single interface. >> Through this interface, I should be able to administrate any snort, >> iptables, nessus (...) installed on a PC in the LAN, and centralize >> their log to one single DataBase Server >> and then be able to correlate their log to identify if there is a >> potential attack, a rule is set on the firewall automatically. >> (I know that I need to install webmin and the requested modules on the >> PCs on the LAN in order to make RPC calls) >> For example for administrating netfilter/iptables, first choose the >> host recorder in the servers index, second display its iptables-save >> file, then modify it's config and last apply the config to this host. >> Practically the same thing for snort, nessus and any security tool. >> About correlation, my collegue is developping a correlation engine >> between snort log and nessus log. Now he is in the phase of making his >> correlation engine working in real time. >> >> I'd like to ask u (Jamie Cameron) if u agree with this project idea. >> If so, I'll upload to u my work and my collegue correlation engine by >> the end of next week. >> I already thought of a name for the project : Secmin (Security tools admin). >> regards, >> H.Ahmed > > Sounds like a good idea to me! I would be interested to see (and review) > this if it gets implemented .. > > Some of this is supported in Webmin already, by the way .. for example, > the Linux Firewall can push it's configuration out to multiple servers. > > - Jamie > > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: Jamie C. <jca...@we...> - 2009-06-02 17:58:18
|
Hi Webmin users, I am just about to release Webmin 1.480 and Usermin 1.410, but before I do I've created two pre-release versions that contain all the features that will be official release. You can download them from http://www.webmin.com/devel.html , or check out the change logs at http://www.webmin.com/changes-1.479.html and http://www.webmin.com/uchanges-1.409.html . The biggest changes are improved translations, BIND module parsing fixes, LVM creation improvements, SMART 3ware and FreeBSD support, Solaris package management updates, and more.. Let me know if you find any problems! - Jamie |
From: Jamie C. <jca...@we...> - 2009-06-02 17:13:52
|
On 02/Jun/2009 00:34 hahmed <dim...@gm...> wrote .. > Hi, > I've been discovering lately the power of Webmin. It helped a lot > configuring my computer. So I decided to try to use webmin to > administrate all the other computers in the LAN but specially security > tools. > The objective is to centralize the administration of security tools > from one single interface. > Through this interface, I should be able to administrate any snort, > iptables, nessus (...) installed on a PC in the LAN, and centralize > their log to one single DataBase Server > and then be able to correlate their log to identify if there is a > potential attack, a rule is set on the firewall automatically. > (I know that I need to install webmin and the requested modules on the > PCs on the LAN in order to make RPC calls) > For example for administrating netfilter/iptables, first choose the > host recorder in the servers index, second display its iptables-save > file, then modify it's config and last apply the config to this host. > Practically the same thing for snort, nessus and any security tool. > About correlation, my collegue is developping a correlation engine > between snort log and nessus log. Now he is in the phase of making his > correlation engine working in real time. > > I'd like to ask u (Jamie Cameron) if u agree with this project idea. > If so, I'll upload to u my work and my collegue correlation engine by > the end of next week. > I already thought of a name for the project : Secmin (Security tools admin). > regards, > H.Ahmed Sounds like a good idea to me! I would be interested to see (and review) this if it gets implemented .. Some of this is supported in Webmin already, by the way .. for example, the Linux Firewall can push it's configuration out to multiple servers. - Jamie |
From: hahmed <dim...@gm...> - 2009-06-02 07:36:58
|
Hi, I've been discovering lately the power of Webmin. It helped a lot configuring my computer. So I decided to try to use webmin to administrate all the other computers in the LAN but specially security tools. The objective is to centralize the administration of security tools from one single interface. Through this interface, I should be able to administrate any snort, iptables, nessus (...) installed on a PC in the LAN, and centralize their log to one single DataBase Server and then be able to correlate their log to identify if there is a potential attack, a rule is set on the firewall automatically. (I know that I need to install webmin and the requested modules on the PCs on the LAN in order to make RPC calls) For example for administrating netfilter/iptables, first choose the host recorder in the servers index, second display its iptables-save file, then modify it's config and last apply the config to this host. Practically the same thing for snort, nessus and any security tool. About correlation, my collegue is developping a correlation engine between snort log and nessus log. Now he is in the phase of making his correlation engine working in real time. I'd like to ask u (Jamie Cameron) if u agree with this project idea. If so, I'll upload to u my work and my collegue correlation engine by the end of next week. I already thought of a name for the project : Secmin (Security tools admin). regards, H.Ahmed -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: Jamie C. <jca...@we...> - 2009-05-25 21:48:51
|
On 25/May/2009 11:56 skin derneath <ski...@gm...> wrote .. > I would first like to thank the developers for creating such a beautiful > application. It has sped up all our work. > This may be an embarrassing question to ask, but I've not been able to find > an answer anywhere else. I would like to install Webmin on multiple systems > and I would like to adjust the default configuration of certain modules so > that I don't need to go and manually update the configuration files in each > of the systems I want to manage with Webmin. > > Take for example, the Postfix module. > > I have several options that I can change on the general.cgi page. Those > options when changed append the corresponding statements to /etc/postfix/ > main.cf > > The first option allows me to change the value of the variable $myorigin. I > would like to know how I should make changes to the Postfix module so that > the change I've made now becomes the default for all my other installs. That > is, when I pick up the webmin folder and install it on another computer by > executing setup.sh, I want these settings to be applied automatically. > > In simple words, how should I change the default configuration of a module? You can't actually do this with Webmin, as the default configuration of Postfix is determined by the Postfix package, not by Webmin. The alternative is to write your own script that you run on the new system after installation that configures Postfix or whatever to the setup you are looking for. You could use a script like : #!/usr/bin/perl use Webmin::API; foreign_require("postfix", "postfix-lib.pl"); print postfix::get_current_value("mydestination"),"\n"; postfix::set_current_value("myorigin", "whatever.com"); This makes use of the Webmin::API perl module, which is a simple wrapper that makes it easy to call Webmin API functions from your own scripts. To get it, see : http://www.webmin.com/modules-commandline.html - Jamie |
From: skin d. <ski...@gm...> - 2009-05-25 18:44:26
|
I would first like to thank the developers for creating such a beautiful application. It has sped up all our work. This may be an embarrassing question to ask, but I've not been able to find an answer anywhere else. I would like to install Webmin on multiple systems and I would like to adjust the default configuration of certain modules so that I don't need to go and manually update the configuration files in each of the systems I want to manage with Webmin. Take for example, the Postfix module. I have several options that I can change on the general.cgi page. Those options when changed append the corresponding statements to /etc/postfix/ main.cf The first option allows me to change the value of the variable $myorigin. I would like to know how I should make changes to the Postfix module so that the change I've made now becomes the default for all my other installs. That is, when I pick up the webmin folder and install it on another computer by executing setup.sh, I want these settings to be applied automatically. In simple words, how should I change the default configuration of a module? Thanks |
From: Jamie C. <jca...@we...> - 2009-05-13 20:20:25
|
Sorry, but Webmin wasn't really designed that formally! If you want to know how it works internally, all I can suggest is reading the docs and the code. - Jamie On May 13, 2009, at 7:58 AM, hahmed <dim...@gm...> wrote: > Hi, > I'm trying to figure out how webmin exactly works because I'm trying > to make a database as a backend. Does anybody have a UML model or > Jackobson Model or any other model which would guide me throug the > Webmin design used during the software development process. > thx. > > > -- > Ahmed Hamouda > > http://www.fedora-tunisia.org/ > http://forums.fedora-fr.org/ > > --- > --- > --- > --------------------------------------------------------------------- > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > |
From: hahmed <dim...@gm...> - 2009-05-13 14:58:56
|
Hi, I'm trying to figure out how webmin exactly works because I'm trying to make a database as a backend. Does anybody have a UML model or Jackobson Model or any other model which would guide me throug the Webmin design used during the software development process. thx. -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: hahmed <dim...@gm...> - 2009-05-11 20:28:07
|
ok thx H.Ahmed 2009/5/11, Jamie Cameron <jca...@we...>: > On 11/May/2009 00:42 hahmed <dim...@gm...> wrote .. >> Hi, >> I'm a newbie in Webmin and I'm wondering how the RPC works in Webmin >> and how it differs from the usual RPC used in distributed >> environnements. >> thx for replying > > Webmin uses a custom protocol that is geared towards perl, with > function calls and responses being made over HTTP requests. Unlike > alternatives like XML-RPC, it is stateful .. once an RPC client establishes > a session, a process is kept alive on the remote server that handles > all requests from that client until it dies. > > - Jamie > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: Jamie C. <jca...@we...> - 2009-05-11 16:59:28
|
On 11/May/2009 00:42 hahmed <dim...@gm...> wrote .. > Hi, > I'm a newbie in Webmin and I'm wondering how the RPC works in Webmin > and how it differs from the usual RPC used in distributed > environnements. > thx for replying Webmin uses a custom protocol that is geared towards perl, with function calls and responses being made over HTTP requests. Unlike alternatives like XML-RPC, it is stateful .. once an RPC client establishes a session, a process is kept alive on the remote server that handles all requests from that client until it dies. - Jamie |
From: hahmed <dim...@gm...> - 2009-05-11 07:42:49
|
Hi, I'm a newbie in Webmin and I'm wondering how the RPC works in Webmin and how it differs from the usual RPC used in distributed environnements. thx for replying -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: Jamie C. <jca...@we...> - 2009-05-08 22:51:04
|
Yes, I have show_bug = 1. You can email me a screenshot directly at jca...@we... if you like.. - Jamie On 08/May/2009 15:40 Robert Pearson wrote .. > Hmmm. My response seems to be held up by the mail list software since it is > bigger than 40K. Here is everything but the screenshot. > > -----Original Message----- > From: Robert Pearson [mailto:rpe...@sy...] > Sent: Friday, May 08, 2009 5:11 PM > To: 'web...@li...' > Subject: FW: > > Hi Jamie, > > Did you run with #show_bug = 1? > > I saw the problem with both the webmin clean theme and the old/default > theme. > We are running webmin 1.470 from > > http://prdownloads.sourceforge.net/webadmin/webmin-1.470-minimal.tar.gz > > to which we have a few themes and modules. > > We are using > > [root@localhost ~]# perl -v > > This is perl, v5.8.8 built for x86_64-linux-thread-multi > > Running on a stock centos 5.3 system. > > We have used two clients: > > One is Windows XP with Firefox > One is Ubuntu with Firefox. > > Both see the same issue. > > A screenshot is attached showing the missing content for tab b. > > Thanks, > Bob Pearson > > -----Original Message----- > From: Robert Pearson [mailto:rpe...@sy...] > Sent: Friday, May 08, 2009 12:43 PM > To: 'web...@li...' > Subject: > > Thanks Jamie, > > Attached is a tarball with two files, index.cgi and xxx.cgi. > There is a parameter in index.cgi called $show_bug which can be set to 0 or > 1. > > The issue is that when the html for a lower level set of tabs is produced it > messes up the code for a following tab at the top level. > > When the second set of tabs is last you can return to all the pages from an > action button. > > Then the second set of tabs is not last the tab after them does not display > its output when you return from the action. > > Regards, > > Bob Pearson > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Robert P. <rpe...@sy...> - 2009-05-08 22:40:29
|
Hmmm. My response seems to be held up by the mail list software since it is bigger than 40K. Here is everything but the screenshot. -----Original Message----- From: Robert Pearson [mailto:rpe...@sy...] Sent: Friday, May 08, 2009 5:11 PM To: 'web...@li...' Subject: FW: Hi Jamie, Did you run with #show_bug = 1? I saw the problem with both the webmin clean theme and the old/default theme. We are running webmin 1.470 from http://prdownloads.sourceforge.net/webadmin/webmin-1.470-minimal.tar.gz to which we have a few themes and modules. We are using [root@localhost ~]# perl -v This is perl, v5.8.8 built for x86_64-linux-thread-multi Running on a stock centos 5.3 system. We have used two clients: One is Windows XP with Firefox One is Ubuntu with Firefox. Both see the same issue. A screenshot is attached showing the missing content for tab b. Thanks, Bob Pearson -----Original Message----- From: Robert Pearson [mailto:rpe...@sy...] Sent: Friday, May 08, 2009 12:43 PM To: 'web...@li...' Subject: Thanks Jamie, Attached is a tarball with two files, index.cgi and xxx.cgi. There is a parameter in index.cgi called $show_bug which can be set to 0 or 1. The issue is that when the html for a lower level set of tabs is produced it messes up the code for a following tab at the top level. When the second set of tabs is last you can return to all the pages from an action button. Then the second set of tabs is not last the tab after them does not display its output when you return from the action. Regards, Bob Pearson |
From: Jamie C. <jca...@we...> - 2009-05-08 21:43:35
|
On 08/May/2009 10:43 Robert Pearson wrote .. > Thanks Jamie, > > Attached is a tarball with two files, index.cgi and xxx.cgi. > There is a parameter in index.cgi called $show_bug which can be set to 0 or > 1. > > The issue is that when the html for a lower level set of tabs is produced it > messes up the code for a following tab at the top level. > > When the second set of tabs is last you can return to all the pages from an > action button. > > Then the second set of tabs is not last the tab after them does not display > its output when you return from the action. Hmm, this seems to work OK to me. Which Webmin version are you running, and which theme? Also, could you post a screenshot? - Jamie |
From: Robert P. <rpe...@sy...> - 2009-05-08 17:43:54
|
Thanks Jamie, Attached is a tarball with two files, index.cgi and xxx.cgi. There is a parameter in index.cgi called $show_bug which can be set to 0 or 1. The issue is that when the html for a lower level set of tabs is produced it messes up the code for a following tab at the top level. When the second set of tabs is last you can return to all the pages from an action button. Then the second set of tabs is not last the tab after them does not display its output when you return from the action. Regards, Bob Pearson |
From: Jamie C. <jca...@we...> - 2009-05-08 04:33:04
|
On 07/May/2009 20:57 Robert Pearson wrote .. > I am trying to create a module that uses ui_tabs_start inside of a higher > level tab. > > The results almost work but several things behave oddly. Is this a bug or is > this not supposed to work? This should work - however, make sure you nest your calls to ui_tabs_start / ui_tabs_start_tab / ui_tabs_end_tab / ui_tabs_end properly. Also, make sure the two calls to ui_tabs_start use a different name (the 2nd parameter). If this doesn't help, post your code here and I'll take a look. - Jamie |
From: Robert P. <rpe...@sy...> - 2009-05-08 03:57:55
|
I am trying to create a module that uses ui_tabs_start inside of a higher level tab. The results almost work but several things behave oddly. Is this a bug or is this not supposed to work? Regards, Bob Pearson |
From: hahmed <dim...@gm...> - 2009-05-05 08:39:53
|
okay thanks :) 2009/5/5, David Harrison <dav...@st...>: > No idea. All I know it is a Linux management tool written in Perl and > it has an API... > > D > > > On 5/05/2009, at 8:00 PM, hahmed wrote: > >> THX for the reply. but is it possible to make RPC calls between the >> eBox different modules (like Webmin does)? >> >> H.Ahmed >> >> 2009/5/5, David Harrison <dav...@st...>: >>> On 5/05/2009, at 7:40 PM, hahmed wrote: >>>> >>>> I came into this because I'm making a presentation about the >>>> different >>>> Linux Administration Tools like Webmin. But I found out that there >>>> isn't one worth mentionning.There was Linuxconf but now it's >>>> deprecated (am I right?) , yast2 for Suse and COAS (which is >>>> deprecated also). >>> >>> There is the eBox Platform which is fairly new and Ubuntu-centric at >>> the moment: >>> http://ebox-platform.com/ >>> >>> Unlike Webmin it abstract service management to a higher level. >>> e.g. Rather than configuring Samba you define your "File Sharing" >>> needs and eBox makes the relevant Samba configuration changes. >>> >>> It is a completely different way of approaching the configuration >>> problem that has its pros and cons depending on your environment and >>> needs. >>> >>> >>> David >>> >>> >> >> >> -- >> Ahmed Hamouda >> >> http://www.fedora-tunisia.org/ >> http://forums.fedora-fr.org/ >> >> ------------------------------------------------------------------------------ >> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! >> Your >> production scanning environment may not be a perfect world - but >> thanks to >> Kodak, there's a perfect scanner to get the job done! With the NEW >> KODAK i700 >> Series Scanner you'll get full speed at 300 dpi even with all image >> processing features enabled. http://p.sf.net/sfu/kodak-com >> - >> Forwarded by the Webmin development list at web...@we... >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-devel > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: David H. <dav...@st...> - 2009-05-05 08:15:37
|
No idea. All I know it is a Linux management tool written in Perl and it has an API... D On 5/05/2009, at 8:00 PM, hahmed wrote: > THX for the reply. but is it possible to make RPC calls between the > eBox different modules (like Webmin does)? > > H.Ahmed > > 2009/5/5, David Harrison <dav...@st...>: >> On 5/05/2009, at 7:40 PM, hahmed wrote: >>> >>> I came into this because I'm making a presentation about the >>> different >>> Linux Administration Tools like Webmin. But I found out that there >>> isn't one worth mentionning.There was Linuxconf but now it's >>> deprecated (am I right?) , yast2 for Suse and COAS (which is >>> deprecated also). >> >> There is the eBox Platform which is fairly new and Ubuntu-centric at >> the moment: >> http://ebox-platform.com/ >> >> Unlike Webmin it abstract service management to a higher level. >> e.g. Rather than configuring Samba you define your "File Sharing" >> needs and eBox makes the relevant Samba configuration changes. >> >> It is a completely different way of approaching the configuration >> problem that has its pros and cons depending on your environment and >> needs. >> >> >> David >> >> > > > -- > Ahmed Hamouda > > http://www.fedora-tunisia.org/ > http://forums.fedora-fr.org/ > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: hahmed <dim...@gm...> - 2009-05-05 08:11:33
|
I chekced out the official site fo eBox and it seems to be administrating only the local machine. Am I right ? 2009/5/5, hahmed <dim...@gm...>: > THX for the reply. but is it possible to make RPC calls between the > eBox different modules (like Webmin does)? > > H.Ahmed > > 2009/5/5, David Harrison <dav...@st...>: >> On 5/05/2009, at 7:40 PM, hahmed wrote: >>> >>> I came into this because I'm making a presentation about the different >>> Linux Administration Tools like Webmin. But I found out that there >>> isn't one worth mentionning.There was Linuxconf but now it's >>> deprecated (am I right?) , yast2 for Suse and COAS (which is >>> deprecated also). >> >> There is the eBox Platform which is fairly new and Ubuntu-centric at >> the moment: >> http://ebox-platform.com/ >> >> Unlike Webmin it abstract service management to a higher level. >> e.g. Rather than configuring Samba you define your "File Sharing" >> needs and eBox makes the relevant Samba configuration changes. >> >> It is a completely different way of approaching the configuration >> problem that has its pros and cons depending on your environment and >> needs. >> >> >> David >> >> > > > -- > Ahmed Hamouda > > http://www.fedora-tunisia.org/ > http://forums.fedora-fr.org/ > -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: hahmed <dim...@gm...> - 2009-05-05 08:00:57
|
THX for the reply. but is it possible to make RPC calls between the eBox different modules (like Webmin does)? H.Ahmed 2009/5/5, David Harrison <dav...@st...>: > On 5/05/2009, at 7:40 PM, hahmed wrote: >> >> I came into this because I'm making a presentation about the different >> Linux Administration Tools like Webmin. But I found out that there >> isn't one worth mentionning.There was Linuxconf but now it's >> deprecated (am I right?) , yast2 for Suse and COAS (which is >> deprecated also). > > There is the eBox Platform which is fairly new and Ubuntu-centric at > the moment: > http://ebox-platform.com/ > > Unlike Webmin it abstract service management to a higher level. > e.g. Rather than configuring Samba you define your "File Sharing" > needs and eBox makes the relevant Samba configuration changes. > > It is a completely different way of approaching the configuration > problem that has its pros and cons depending on your environment and > needs. > > > David > > -- Ahmed Hamouda http://www.fedora-tunisia.org/ http://forums.fedora-fr.org/ |
From: David H. <dav...@st...> - 2009-05-05 07:55:16
|
On 5/05/2009, at 7:40 PM, hahmed wrote: > > I came into this because I'm making a presentation about the different > Linux Administration Tools like Webmin. But I found out that there > isn't one worth mentionning.There was Linuxconf but now it's > deprecated (am I right?) , yast2 for Suse and COAS (which is > deprecated also). There is the eBox Platform which is fairly new and Ubuntu-centric at the moment: http://ebox-platform.com/ Unlike Webmin it abstract service management to a higher level. e.g. Rather than configuring Samba you define your "File Sharing" needs and eBox makes the relevant Samba configuration changes. It is a completely different way of approaching the configuration problem that has its pros and cons depending on your environment and needs. David |