I placed my web admin page on port 81.
How do you configure your admin page port to 81 ?
I placed my web admin page on port 81.
How do you configure your admin page port to 81 ?
Dear Pp,
Anyone knows how to boost my torrent speed for dns-323?
I am currently using DIR 300 and DNS 323, and my torrent speed for dns-323 is less than 20kb/s.....
Wat are the settings I should change to boost the speed?
Have set up Clutch to download bittorrents. However, the download speeds are very much slower than if I use utorrent.
Any suggestions on how to speed up Clutch?
there is no warranty card.Hi guys,
I just bought the DNS 323 today, just wondering, is there any warranty card?
can't find it anywhere in the box.
thanks.
#!/ffp/bin/sh
# Binary locations
TRANSMISSION_REMOTE=/ffp/bin/transmission-remote
AWK=/ffp/bin/awk
SEQ=/ffp/bin/seq
TEE=/ffp/bin/tee
# Path locations
DOWNLOAD_DIRECTORY=/mnt/HD_a2/Downloads/_Transmission_/
COMPLETED_DIRECTORY=${DOWNLOAD_DIRECTORY}../
LOGFILE=/mnt/HD_a2/Downloads/transmission.log
COMPLETED_COUNT=`$TRANSMISSION_REMOTE -l | grep "100%" -c`
if [ $COMPLETED_COUNT -lt 1 ]
then
echo "Nothing to do!"
else
for i in `$SEQ 1 $COMPLETED_COUNT`; do
TORRENT_ID=`$TRANSMISSION_REMOTE -l | grep "100%" | $AWK '{if (FNR == v1) print $1;}' v1=$i`
TORRENT_NAME=`$TRANSMISSION_REMOTE -l | grep "100%" | $AWK '{if (FNR == v1) print substr ($0, 59);}' v1=$i`
echo "[`date +%Y-%m-%d\ %H:%M:%S`] Completed [$TORRENT_ID] $TORRENT_NAME" | $TEE -a $LOGFILE
$TRANSMISSION_REMOTE -t $TORRENT_ID -S -r 2>> $LOGFILE
#sleep 5
mv "$DOWNLOAD_DIRECTORY$TORRENT_NAME" "$COMPLETED_DIRECTORY" 2>> $LOGFILE
if [ -e "$COMPLETED_DIRECTORY$TORRENT_NAME" ]
then
echo "[`date +%Y-%m-%d\ %H:%M:%S`] Torrent moved to \"$COMPLETED_DIRECTORY$TORRENT_NAME\"" | $TEE -a $LOGFILE
else
echo "[`date +%Y-%m-%d\ %H:%M:%S`] Error occurred while moving torrent \"$DOWNLOAD_DIRECTORY$TORRENT_NAME\" to \"$COMPLETED_DIRECTORY\"" | $TEE -a $LOGFILE
fi
done
fi
http://78.46.209.101/chyrp/2008/11/26/scripting-transmission/Just started using the NAS for BT after so long. Created a script to automatically stop and move completed torrents to another directory. I placed this in my crontab and it has been working alright for the last 2 days that it was running.
Code:#!/ffp/bin/sh # Binary locations TRANSMISSION_REMOTE=/ffp/bin/transmission-remote AWK=/ffp/bin/awk SEQ=/ffp/bin/seq TEE=/ffp/bin/tee # Path locations DOWNLOAD_DIRECTORY=/mnt/HD_a2/Downloads/_Transmission_/ COMPLETED_DIRECTORY=${DOWNLOAD_DIRECTORY}../ LOGFILE=/mnt/HD_a2/Downloads/transmission.log COMPLETED_COUNT=`$TRANSMISSION_REMOTE -l | grep "100%" -c` if [ $COMPLETED_COUNT -lt 1 ] then echo "Nothing to do!" else for i in `$SEQ 1 $COMPLETED_COUNT`; do TORRENT_ID=`$TRANSMISSION_REMOTE -l | grep "100%" | $AWK '{if (FNR == v1) print $1;}' v1=$i` TORRENT_NAME=`$TRANSMISSION_REMOTE -l | grep "100%" | $AWK '{if (FNR == v1) print substr ($0, 59);}' v1=$i` echo "[`date +%Y-%m-%d\ %H:%M:%S`] Completed [$TORRENT_ID] $TORRENT_NAME" | $TEE -a $LOGFILE $TRANSMISSION_REMOTE -t $TORRENT_ID -S -r 2>> $LOGFILE #sleep 5 mv "$DOWNLOAD_DIRECTORY$TORRENT_NAME" "$COMPLETED_DIRECTORY" 2>> $LOGFILE if [ -e "$COMPLETED_DIRECTORY$TORRENT_NAME" ] then echo "[`date +%Y-%m-%d\ %H:%M:%S`] Torrent moved to \"$COMPLETED_DIRECTORY$TORRENT_NAME\"" | $TEE -a $LOGFILE else echo "[`date +%Y-%m-%d\ %H:%M:%S`] Error occurred while moving torrent \"$DOWNLOAD_DIRECTORY$TORRENT_NAME\" to \"$COMPLETED_DIRECTORY\"" | $TEE -a $LOGFILE fi done fi
interested in the 323 . which shop in SLS is selling the cheapest now ??
thanks
went sls for a walk today, most of the shops selling at 229, bizgram cheapest at 220 but for the older FW version. papers show 235.
kill webs. Run a service on port 80 and webs will restart and run on the next available port.