misc |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
More detailed instructions found at: docs.syncthing.net/…start.html
start "Syncthing" syncthing.exe -no-console -no-browser or start "Syncthing" /low syncthing.exe -no-console -no-browser
|
|||
Choose a buildThe big question is how to choose the right build. This site has a great introduction and says: The best advice I can give you when choosing the right build for you is the start with the DD-WRT wiki entry for your specific router model. |
|||
Quick script for downloading and running Phoronix Test Suite VER=3.8.0 PTS=phoronix-test-suite wget http://www.phoronix-test-suite.com/download.php?file=$PTS-$VER -O $PTS-$VER.tar.gz tar -xf $PTS-$VER.tar.gz rm -f $PTS-$VER.tar.gz cd $PTS ./install-sh #yum install php-cli php-dom #apt-get install php5-cli $PTS batch-setup #y n n n n y y $PTS list-tests $PTS batch-install stream $PTS batch-install ramspeed $PTS batch-run stream $PTS batch-run ramspeed ls -al .$PTS/test-results |
|||
A couple of tools: |
|||
|
|||
Misc Drupal pages I want to remember: |
|||
Misc bookmarks: |
|||
The following worked for me: (taken from http://katana.oooninja.com/w/odf-converter-integrator ) |
|||
stat -c %y vs.exe | awk '{printf $1 "\n"}' I found awk one of the most useful tools (almost like grep or sed). |
|||
