Project

General

Profile

Download (4.05 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cd8ca22f 11/19/2007 02:57 AM Scott Ullrich

Add second argument of more allowing control of when press Return is displayed

5003c48a 11/19/2007 02:52 AM Scott Ullrich

add more($text) function. With this function it will ask the person to press return after 24 rows of output. Good for stuff like this:

$temp = print_r($config, true);
more($temp);

ebe2951e 11/09/2007 02:09 AM Scott Ullrich

Add libreadline support for command histories.

Requested-by: CMB

1b8a2f5c 08/28/2007 07:19 PM Scott Ullrich

Set $pkg_interface='console'; in php shell.

46d53988 05/03/2007 05:42 AM Scott Ullrich

Move help / common usage scenarios to the "help" command.

4fca174c 05/03/2007 04:51 AM Scott Ullrich

Show how to output the wireless options such as channels, modes, etc.

94e2459b 05/03/2007 04:17 AM Scott Ullrich

Clarify DHCP server comment

8ea3c329 05/03/2007 03:55 AM Scott Ullrich
  • Correct printr typo.
  • Show how to output the interfaces and dhcpd portions of the configuration
c64bccc0 05/03/2007 03:49 AM Scott Ullrich

Show the reboot command as well for php pfSense shell

Sponsored-by: Bluegrass.net

73b2c799 05/03/2007 03:38 AM Scott Ullrich

Minor text updates

2ae83127 05/03/2007 03:37 AM Scott Ullrich

Minor text updates

03b85ded 05/03/2007 03:32 AM Scott Ullrich

Show common commands in the php pfsense shell such as:

  • Enabling SSH
  • Enabling wireless on an interface (hostap, channel, ssid, etc)
  • Enabling DHCP Server on an interface
  • Disable firewall filter
  • Set up an interface for DHCP and enable
  • Set up an interface for static and enable

These commands come in handy when configuring a 1 port ethernet wrap with 2 wireless cards.

Sponsored-by: Bluegrass.net

40a1b7af 04/30/2007 12:51 AM Scott Ullrich

Add multiline support for multi-line mini programs/scripts.

123bfdac 04/29/2007 11:58 PM Scott Ullrich

Show that exit is a valid command

6855dff0 04/29/2007 11:51 PM Scott Ullrich

Escape $ so that it does not try to print out the variable

d776e077 04/29/2007 11:49 PM Scott Ullrich

Add a pfSense interactive php shell for developers.