1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #!/bin/bash # samu 2010-02-23 STATIC_DEST="/var/www/awstats/static" cat > "$STATIC_DEST/index.html" << EOF <html><head><title>AWSTATS - Static</title></head><body> <h1>AWSTATS - Static Statistics</h1> <ul> EOF for conf in $( ls /etc/awstats/ | grep "^awstats\..*\.conf\$" | sed "s/^awstats\.\(.*\).conf\$/\1/" ); do echo "Generating static pages for $conf ..." if [ ! -e "${STATIC_DEST}/${conf}" ]; then mkdir -p "${STATIC_DEST}/${conf}" fi |
PC-MIDI interface adapter (MIDI cable) schematic pinout and wiring @ pinouts.ru
Added to TODOlist :)
It seems to work :)
Relevant files to edit file association:
/usr/share/applications/defaults.list /usr/share/applications/mimeinfo.cache ~/.local/share/applications/
ATA over Ethernet for Windows
I just wanted something like the "share on facebook" button, but to post links on my (this) blog. I thought I would have to write a module to do that but.. no, Drupal itself allows us to do that directly :)
First of all, I created a CCK content named "bookmark". Here is the exported CCK code.
Download Bookmark CCK here
Yep, I copied this from the facebook "SHARE IT" button.. :)