Jari Aalto

Show:

What's happening?

  • nmap -A -v: please list port in numeric order

    Please list found ports in numeric order. This would be easier to inspect. $ nmap -A -v Discovered open port 80/tcp on 192.168.1.2 Discovered open port 111/tcp on 192.168.1.2 Discovered open port 139/tcp on 192.168.1.2 Discovered open port 445/tcp on 192.168.1.2 Discovered open port 22/tcp on 192.168.1.2 Discovered open port 21/tcp on 192.168.1.2 Discovered open port 993/tcp on...

    2009-11-06 18:56:52 UTC in FireHOL

  • Add INCLUDE command to firehol.conf

    Please add a simple INCLUDE command that would simply "dump" the contents of another file into current position. This would allow breaking up the monolithic firehol.conf into manageable parts. This would be useful especially when files are version controlled adn shared between multiple hosts. firehol-ports.conf # port definitions firehol-hosts-local.conf firehol-hosts-external.conf...

    2009-11-06 18:31:51 UTC in FireHOL

  • Comment: stack '=' command does not work in Emacs M-x shell

    Perhaps this code could be plugged to right place? I'm not sure if WCD_STDOUT_NORMAL is the correct use, but the idea is here. /* * Emacs M-x shell can't use curses interface. * Auto-detect: INSIDE_EMACS=23.1.1,comint * */ const char* str = NULL; if ( (str == getenv("INSIDE_EMACS")) && strstr(str, "comint") ) use_stdout |= WCD_STDOUT_NORMAL;.

    2009-10-30 18:53:49 UTC in wcd - chdir for DOS and Unix

  • SVN 279: define VERSION ony in version.mk

    The patch: - Add VERSION_DATE to version.mk (in international ISO 8601 format) - Remove VERSION, VERSION_DATe from wcd.h - Add new CFLAGS_VERSION to Makefile This way, the only location to update is single file: version.mk.

    2009-10-30 18:47:57 UTC in wcd - chdir for DOS and Unix

  • SVN 279: pod.in - Order -v -V

    Change order of option from lower to bigger: -v -V.

    2009-10-30 18:45:17 UTC in wcd - chdir for DOS and Unix

  • SVN 279: pod.in - WCDSTACKFILE improvements

    A small patch to improve WCDSTACKFILE wording - Tell what is the defult value - Brief explanation - No "shell startup" mentioned; Shell basics are explained already in INSTALLATION - Give example about GNU screen(1) - Drop "0" (zero) from date(1) formats. E.g. "%d" is always two digit. Overall simplify date "+format".

    2009-10-30 18:01:22 UTC in wcd - chdir for DOS and Unix

  • Old FSF addresses in GPL texts

    FYI, In next release, the old FSF addresses could be removed altogether: "You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." Use text similar to src/Makefile which points readers to GNU site. This is the result of "licensecheck -r"...

    2009-10-29 15:01:54 UTC in wcd - chdir for DOS and Unix

  • Comment: stack '=' command does not work in Emacs M-x shell

    > The workaround is to revert to stdin/stdout by using the wcd -o option. Noted. Would it be possible for wcd() to automatically switch to this mode under Emacs "M-x shell". This case is easily detectable, because modern Emacs sets environment variable: INSIDE_EMACS=22.1.1,comint so, a getenv() + strstr() on word "comint" would find this.

    2009-10-29 13:29:16 UTC in wcd - chdir for DOS and Unix

  • GPL IS NOT EULA

    PROBLEM Thank you for the software. There is one problem: a dialog box is presented requiring to accept GPL license before the software can be installed. Please remove that. DETAILS The installer asks to accept GPL: "I accept the agreement". This is the only button available to continue installation. The GPL is not a restrictive license, but a one, that gives rights. One of the...

    2009-10-28 20:09:48 UTC in VirtuaWin - Virtual desktops

  • stack '=' command does not work in Emacs M-x shell

    There seems to be problem in running wcd's "show stack" command '='. Emacs: 23.1.1 1. Start Emacs: emacs -Q -nw 2. Start shell: M-x shell 4. Use wcd to change directories few times 3. Check stack with: wcd = RESULTS Nothing appears in screen; no stack is shown. The prompt "Please choose one ( to abort):" newer closes with RETURN key. Have to send signal interrupt with...

    2009-10-27 22:16:50 UTC in wcd - chdir for DOS and Unix