Handy .screenrc

unix 1 Comment »

Found the follow handy .screenrc posted in a forum. If you are a heavy UNIX user and you haven’t used GNU Screen, you are missing out on one of the handiest applications around. Highly recommended. The following adds a nice status line and F5 and F6 to switch through windows, F7 to rename the active window, and F8 to create a new window.

bindkey -k k5 prev
bindkey -k k6 next
bindkey -k k7 title
bindkey -k k8 screen
msgwait 1
autodetach on
nethack on
sorendition 04 43
hardstatus alwayslastline "%D %M %d %c | %-w %{+r} %n %t %{-} %+w"
vbell on
defscrollback 1024
startup_message off
defutf8 on
term xterm

Concurrent Port Scanner in Haskell

programming, security No Comments »

Tom Moertel wrote a very concise port scanner in Haskell. I have never looked at Haskell in any detail, but this program seems pretty impressive. You wouldn’t be able to do a port scanner quite so neatly in most other languages. I guess I’ll have to put that on the long stack of things to look into in more someday.

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in