TWiki> Newmedia Web>MacLinks (23 Jun 2007, SiteAdmin? )EditAttach

Open Source packages

There are two projects which provide ports from open source packages to mac os x : Which of those is best / most used is not clear to me at this moment.

Antivirus

  • clamXav - the opensource / free virus scanner ported to max os X

Browser plugins

Video

  • vlc - plays everything

Articles

  • Passive scanning of wireless networks with KisMAC
  • installing postgres on OSX
    • don't forget to modify postgresql.conf to set socket=true
    • start postgres: /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
    • To dump a database: $ pg_dump mydb > db.out
    • To reload this database: $ psql -d database -f db.out
    • To dump a database called mydb that contains large objects to a tar file: $ pg_dump -Ft -b mydb > db.tar
    • To reload this database (with large objects) to an existing database called newdb: $ pg_restore -d newdb db.tar

Various

Comments

 
adding an extra column is not a bad idea but might become too bulky. Check the link above the table in WinLinuxWin to see what i mean

-- SiteAdmin? - 21 Dec 2004

    • Also I'm thinking you might like to add another column to the WinLinuxWin page for OS X...
Topic revision: r12 - 23 Jun 2007 - 12:18:59 - SiteAdmin?
Newmedia.MacLinks moved from Erik.MacLinks on 19 Jan 2005 - 10:56 by SiteAdmin? - put it back
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback