Montag, 29. Juni 2015

Wget - copy Website - Windows

How to get Wget?


Open the terminal.
In windows press "windows-key" + R
"cmd"

Download html pages:

This is the windows code.

wget -p --no-parent --convert-links -l3 -
Pdownload URL http://www.uni-tuebingen.de/

-p = This option causes Wget to download all the files that are necessary to properly display a given HTML page.
--no-parent = Do not ever ascend to the parent directory when retrieving recursively. This is a useful option, since it guarantees that only the files below a certain hierarchy will be downloaded.
Important for Typo3 Website
--convert-links = convert the links in the downloaded files to point to local files
-l3 = i.e. level 3; Specify recursion maximum depth level depth
-Pdownload = download to current directory, i. e. -Pc:\temp\test, download the files to c:\temp\test folder.
URL = Website ti copy, i.e.  http://www.uni-tuebingen.de/

Also try
--mirror
Turn on options suitable for mirroring. This option turns on recursion and time-stamping, sets infinite recursion depth and keeps FTP directory listings. It is currently equivalent to ‘-r -N -l inf --no-remove-listing’. 

Download pictures

wget -A .jpg,.png,.gif -p --no-parent --c
onvert-links -l3 -Pdownload http://www.uni-tuebingen.de/

-A = Types of files (accept list)

Also useful
--ignore-case = .JPG or -jpg will be found




Donnerstag, 18. Juni 2015

Chemikaliendatenbank Open Eventory


Recherche der CAS Nummer


Die meisten Chemikalien in einer freien Datenbank
http://chem.sis.nlm.nih.gov/chemidplus/

Gut für deutsche Chem.Namen (1 Mio Chemikalien)
http://www.organische-chemie.ch/OC/chemikalien/suche.htm

http://www.chemicalbook.com/

Herstellerdatenbaken
http://www.merckmillipore.com/germany/chemicals

http://www.sigmaaldrich.com/germany.html

Freitag, 24. April 2015

Adobe Acrobat 10.0 does not open

Nothing happens when you launch Acrobat 10.0.

Windows 7 32 and 64 bit
Adobe Acrobat 10.0
Creative Suite 6 (CS 6)

From time to time the Acrobat does not open.

Instead of installing again use the Acrobat Fix Tool Acrofix.zip.

Informations:
https://helpx.adobe.com/creative-suite/kb/acrobat-failed-launch-30-days.html

Donnerstag, 16. April 2015

Default Gateway 0.0.0.0

mainly caused by Apple Bonjour Service
https://support.microsoft.com/en-us/kb/970313

This time the Windows 7 PC has no Bonjour installed.

Fix the problem:

Open terminal (cmd.exe) as admin.
Type in
route delete 0.0.0.0
ipconfig /release
ipconfig /renew