New pages
From Torben's Wiki
- 14:53, 27 October 2011 Windows Batch Scripting (hist) [157 bytes] Torben (Talk | contribs) (Created page with "====FTP-Upload==== file "ftp.bat" @echo off ftp "-s:FtpScript" pause cls file "FtpScript" open www.xyz.de [User] [Password] BINARY put [File] quit")
- 13:59, 22 September 2011 WikidPad (hist) [393 bytes] Torben (Talk | contribs) (Created page with "http://wikidpad.sourceforge.net In Ubuntu it can easily be installed via this [http://www.ubuntuupdates.org/packages/show/254039 PPA]. Add via wget -q -O - http://archive.getde...")
- 12:17, 5 September 2011 Perl - Command Line Options (hist) [1,170 bytes] Torben (Talk | contribs) (Created page with "[http://www.devshed.com/c/a/Perl/Processing-Command-Line-Options-with-PERL/ Source] use Getopt::Long; # 1. simple flag: 1/0 # set default value for option $debug = 0; # ge...")
- 06:44, 15 July 2011 Surfen (hist) [523 bytes] Björn (Talk | contribs) (Created page with "Dieser Eintrag bezieht sich auf die sportliche Aktivität - nicht das Sitzen vor dem Computer. = Grundlegende Tipps / Gedächtnisstützen = Auf Fehmarn ist der kleine Ort "Gold...")
- 08:42, 24 June 2011 Sightseeing Dresden (hist) [1,031 bytes] Torben (Talk | contribs) (Created page with "In Dresden muss man unbedingt * wandern in der SS * [http://de.wikipedia.org/wiki/Panometer_Dresden Panometer] (360°C Bild von DD des Jahres 1756) * Kunsthofpassage * [http://w...")
- 09:28, 24 May 2011 Ubuntu Fixes (hist) [587 bytes] Torben (Talk | contribs) (Created page with "===Remove the warnings "Unknown media type in type xyz"=== When installing sth via "apt-get install" I got this warnings: Unknown media type in type 'all/all' Unknown media typ...")
- 07:17, 5 May 2011 Film Yellow Cake (hist) [2,361 bytes] Torben (Talk | contribs) (Created page with "Der Film [http://www.yellowcake-derfilm.de/ Yellow Cake] (2010) über Uranminen hat einige Aha-Momente bereitet, die ich hier mal niederschreiben will * Was mich total umgehauen...")
- 05:26, 22 April 2011 Privacy (hist) [3,181 bytes] Torben (Talk | contribs) (Created page with "I block the following using my browsers blocking tool (Opera: Block Content, or Firefox Plugin adblock) If I want to access Facebook I use a different browser, that is used only ...")
- 08:54, 21 April 2011 DerDeal (hist) [804 bytes] Torben (Talk | contribs) (Created page with "für eine bessere Welt oder zumindest ein besseres Gewissen... Veggydays * Zwischen Montag und Sonntag an 4 Tagen zwischen 0:00 und 24:00 kein Fleisch/Fisch essen Ablasshandel *...")
- 14:27, 2 April 2011 Kate (hist) [378 bytes] Torben (Talk | contribs) (Created page with "Category:Linux ===Plugin External Tools=== This can be used to execute the current file (if executeable) Label: Run (tm) Script: konsole -e bash -c 'cd "%dire...")
- 15:06, 18 March 2011 Edit PDFs (hist) [287 bytes] Torben (Talk | contribs) (Created page with "===Color to Greyscale=== [http://us.generation-nt.com/answer/converting-pdf-grayscale-help-200017171.html] gs -sOutputFile=grayscale.pdf -sDEVICE=pdfwrite -sColorConversionStra...")
- 13:46, 10 March 2011 Inkscape (hist) [294 bytes] Torben (Talk | contribs) (Created page with "===Kubuntu 10.10 and Inkscape Crash=== [http://www.krebsi83.de/2010/11/inkscape-gtkiconthemeerror-unter.html] sudo ln -sv /usr/share/icons/oxygen/16x16/actions/document-properti...")
- 15:51, 16 February 2011 Perl - zip (hist) [876 bytes] Torben (Talk | contribs) (Created page with "Category:Perl use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); ===Create zip and add stuff=== my $zip = Archive::Zip->new(); # Create a Zip file foreach my $i (@list) { ...")
- 15:37, 16 February 2011 OpenOffice (hist) [270 bytes] Torben (Talk | contribs) (Created page with "===jodconverter=== The tool '''jodconverter''' allows filetype convertion from the terminal or a script ;-) soffice -headless -accept="socket,port=8100;urp;" # start OOo and se...")
- 14:24, 26 January 2011 Windows SSD Hacks (hist) [549 bytes] Torben (Talk | contribs) (Created page with "Tested with Windows 7 SolidStateDisks (SSD) have a limited number of write cycles, therefor you should try to minimize the writing There is a nice tool named [http://www.chip.d...")
- 14:21, 26 January 2011 Opera Windows (hist) [549 bytes] Torben (Talk | contribs) (Created page with "===Opera Folder + File Location in Windows=== Preferences C:\Users\t\AppData\Roaming\Opera\Opera\operaprefs.ini Saved session C:\Users\t\AppData\Roaming\Opera\Opera\sessions\a...")
- 14:16, 26 January 2011 Ubuntu Tuning (hist) [1,773 bytes] Torben (Talk | contribs) (Created page with "Tested with Version 10.10 ===Internet=== ====Disable IPv6==== General sudo nano /etc/default/grub GRUB_CMDLINE_LINUX="ipv6.disable=1" sudo update-grub2 Firefox about:config...")
- 09:00, 21 January 2011 Digicam kaufen (hist) [3,107 bytes] Torben (Talk | contribs) (Created page with "Hier ein paar Sachen über die ich mir vor dem Kauf meiner keinen Hosentaschenkamera Gedanken gemacht habe '''Wichtig'''<br> Kamera muss "Oben/Unten" Sensor haben damit Hochkant...")
- 15:31, 18 January 2011 Sport (hist) [1,436 bytes] Torben (Talk | contribs) (Created page with "* Turnen USV<br>Di 18:00, Do 20:00-23:00 * Uni Akrobatik<br>Fr 19:15-23:00 <br>Mo 15:00? * DSC Turnen<br>Mo+Do 1900-2230 * Akro in der Neustadt<br>Di 19-22:00 Schulsporthalle der...")
- 09:21, 6 January 2011 Python - Threads (hist) [1,606 bytes] Torben (Talk | contribs) (Created page with "Category:Python Parallel computation using multiple processes (threads via module "threading" seem to run only on one cpu) for usage of multiple cpu cores. From [http://www.c...")
- 08:41, 6 January 2011 Perl - Threads (hist) [1,106 bytes] Torben (Talk | contribs) (Created page with "Parallel computation using multiple threads for usage of multiple cpu cores. From [http://www.mawode.com/~waltman/talks/perl_threads.yapceu09.pdf] use strict; use warnings; us...")
- 10:02, 4 January 2011 Skype (hist) [326 bytes] Torben (Talk | contribs) (Created page with "There are several nice hidden emoticons/smilies [http://www.projectamplify.com/skype-hidden-icons.html] * (mooning) * (finger) * (bandit) * (toivo) * (ninja) * (smoke) * (headba...")
- 09:44, 21 December 2010 Frohe Weihnachten (hist) [1,677 bytes] Torben (Talk | contribs) (Created page with "Fröhliche Weihnachten! Merry Christmas! God Jul! Feliz Navidad! Buon Natale! Boas Festas! Geseende Kerfees! Gëzuar Krishlindjet! Gozhqq Keshmish! I'D Miilad Said! Nabidà! Shen...")
- 13:28, 13 December 2010 Share Photos (hist) [2,464 bytes] Torben (Talk | contribs) (Created page with "A short guide to shareing Photos with friends over the internet 1. Shrinking the pictures<br> I don't think it is making sense to upload 10+ MegaPixel pictures, so I usually shr...")
- 10:59, 10 December 2010 Porto (hist) [181 bytes] Torben (Talk | contribs) (Created page with "Stand 10.12.2010 * Postkarte -> USA: 1,00€ * Bückersendung DE: 0,85€ (Umschlag darf muss zu öffnen sein, keine Karte etc beiliegend) Möglichkeit: einfacher Tesafilm Streifen")
- 09:38, 25 November 2010 OpenOffice Calc (hist) [258 bytes] Torben (Talk | contribs) (Created page with "===Matching=== A1:A10 = "" A1:A10 <> "" ===CountIf with joined criteria of 2 columns=== I want to join 2 CountIf like =CountIf(=COUNTIF(A1:A10,"j") =CountIf(=COUNTIF(B1:B1...")
- 14:32, 19 November 2010 Webseite in Suchmaschine eintragen (hist) [100 bytes] Torben (Talk | contribs) (Created page with "[http://de.search.yahoo.com/freesubmit/submit Yahoo] [http://www.google.de/addurl/?hl=de Google]")
- 11:19, 7 November 2010 Kernenergie (hist) [8,243 bytes] Torben (Talk | contribs) (Created page with "Category:Kilma Versuch der Sammlung von Fakten, nicht Meinungen zur umstrittenen Kernenergie ==TODO== * Zahl der Todesopfer der Katastrophe von Tschernobyl (1986) * Wie lan...")
- 16:55, 2 November 2010 Latex - Beamer (hist) [118 bytes] Torben (Talk | contribs) (Created page with "Category:Latex Nice overview of common layout templates [http://www.pletscher.org/writings/latex/beamerthemes.php]")
- 15:07, 1 November 2010 Webdav (hist) [1,439 bytes] Torben (Talk | contribs) (Mounting Webdav (Linux))
- 15:17, 4 October 2010 Latex - FAQ (hist) [692 bytes] Torben (Talk | contribs) (Created page with "Category:Latex ===Footnote inside caption of figure/table=== \stepcounter{footnote} % Fußnotenzähler weitersetzen \footnotetext{Text der Fußnote} ...")
- 14:48, 22 September 2010 Artikel (hist) [530 bytes] Torben (Talk | contribs) (Created page with "* [http://www.faz.net/s/RubCEB3712D41B64C3094E31BDC1446D18E/Doc~E8A0D43832567452FBDEE07AF579E893C~ATpl~Ecommon~Scontent.html FAZ - Trojaner "stuxnet" - Der digitale Erstschlag is...")
- 08:48, 10 September 2010 Latex - Scripts (hist) [411 bytes] Torben (Talk | contribs) (Created page with "eps2pdf.bat (Windows) for %%B in (*.eps) do epstopdf %%B pdf: remove white borders (Linux) pdftops -eps FILE.pdf eps2eps FILE.eps FILE-2.eps mv FILE-2.eps FILE.eps epstopdf...")
- 06:57, 10 September 2010 Packliste (hist) [882 bytes] Torben (Talk | contribs) (Created page with "===Polnische Ostsee September 2010=== ====Alle==== * 2x Zelt (eins hat Torben) * Laufschuhe + Klamotte * Schwimmklamotte * Knete ====Torben==== * Neopren * Zelt * vollgetanktes ...")
- 07:43, 9 September 2010 Standbykosten (hist) [1,251 bytes] Torben (Talk | contribs) (Created page with '__NOTOC__ ===Frage: Was kostet mich eigentlich mein "Fernseher" im Standby?=== 1W kosten im Jahr 1,75€ bei moderaten 20ct/kWh<br> ( 0.001kW * 1h * 24 * 365 * 0.2 €/kWh ) So…')
- 21:02, 8 September 2010 CO2 kompensieren (hist) [651 bytes] Torben (Talk | contribs) (Created page with '====Verursachung==== Flug: 380 g/km bzw kg/1000km Auto: 150 g/km bzw kg/1000km Bahn: 40 g/km bzw kg/1000km Bus: 30 g/km bzw kg/1000km Quelle [http://www.verbraucherfuerskl…')