cool! I wrote a little script the other day too, this one scans a given range of open ports on any given IP/host - it's a little slow and something like nmap can get more info but I'm pretty happy with it.
for those who don't know how to get something like that going simply download the file to your desktop then open up a terminal: cd ~/Desktop chmod +x port.sh ./port.sh On Thu, May 27, 2010 at 8:24 AM, Steffen Schulz <[email protected]> wrote: > Hi, > > On 100526 at 17:00, Josh Smith wrote: >> I tried to put in in vlc to do the same thing. So far it playing with >> the correct size on the desktop. >> >> still trying to make it go on the desktop so I can still see the icons >> that are on the desktop. > > How about: > > file=(ls $folder|shuf|head -1) > mplayer -fs -rootwin $folder/$file > > > vlc should have a similar option.. > > > /steffen > -- > Information and Networked Systems Security Work: +61-2-9850-6342 > MacQuarie University, Sydney Mobile: +61-4-209-10212 > PGP Fingerprint: B805 57BE E4AF 0104 CC51 77A1 CE6F 8D46 A04D 7875 > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html >
port.sh
Description: Bourne shell script
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
