Benutzer-Werkzeuge

Webseiten-Werkzeuge


windows:installation

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte Überarbeitung Beide Seiten der Revision
windows:installation [2012-01-25 20:21]
stefan [System-Tools]
windows:installation [2016-02-15 11:01]
stefan
Zeile 2: Zeile 2:
  
 ===== Programme installieren ===== ===== Programme installieren =====
- 
-Erstellt einen Installer, der automatisch die neusten Versionen der ausgewählten Programme erzeugt: http://​ninite.com/​ 
  
 ==== Windows ==== ==== Windows ====
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&​DisplayLang=de|.NET Framework Version 1.1]] 
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&​displaylang=de|Microsoft .NET Framework 2.0]] 
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&​DisplayLang=de|Microsoft .NET Framework 3.5]] 
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​familyid=61FC1C66-06F2-463C-82A2-CF20902FFAE0&​displaylang=de|Microsoft Management Console 3.0]] (schon enthalten in SP3) 
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​FamilyID=6ccb7e0d-8f1d-4b97-a397-47bcc8ba3806&​DisplayLang=de|PowerShell]] 
-    * Verknüpfung ''​posh''​ zur PowerShell anlegen 
-    * ''​WindowsPowerShell\profile.ps1''​ unter "​Eigene Dateien"​ anlegen <​code>​Function prompt ​ 
-{ 
- $windowsIdentity = [System.Security.Principal.WindowsIdentity]::​GetCurrent() 
- $windowsPrincipal = new-object '​System.Security.Principal.WindowsPrincipal'​ $windowsIdentity 
- $windowTitle = "​$(get-location) - $env:​Username - PowerShell"​ 
- [bool] $isAdministrator = $windowsPrincipal.IsInRole("​Administratoren"​) -eq 1 
- if ($windowTitle -ne $host.ui.rawui.windowtitle) ​ 
- { 
- if ($isAdministrator) ​ 
- { 
- $host.UI.RawUI.WindowTitle = $windowTitle + " [ADMINISTRATOR]"​ 
- 
- else ​ 
- { 
- $host.UI.RawUI.WindowTitle = $windowTitle 
- } 
- } 
-  
- write-host 
- Write-Host "​$([DateTime]::​Now.ToString('​HH:​mm:​ss'​))"​ -nonewline  ​ 
- Write-Host ' ' -nonewline 
- Write-Host ("​$(get-location)"​) 
-  
- '> ' 
-} 
- 
-Function Display-EnvironmentVariable { 
- Get-ChildItem ENV: | sort-object -property Name | format-table -autosize 
-} 
- 
-Function RAlias { 
- param([string] $command = $(throw 'Enter the command to search the alias for')) 
- alias | where {$_.Definition -eq "​$command"​} 
-} 
- 
-set-alias dev Display-EnvironmentVariable 
-set-alias l ls 
-set-location c:​\</​code>​ 
-    * PowerShell-SpeedUp <​code>​Set-Alias ngen (Join-Path ([System.Runtime.InteropServices.RuntimeEnvironment]::​GetRuntimeDirectory()) ngen.exe) 
-[AppDomain]::​CurrentDomain.GetAssemblies() | 
-    sort {Split-path $_.location -leaf} | 
-    %{ 
-        $Name = (Split-Path $_.location -leaf) 
-        if ([System.Runtime.InteropServices.RuntimeEnvironment]::​FromGlobalAccessCache($_)) 
-        { 
-            Write-Host "​Already GACed: $Name" 
-        }else 
-        { 
-            Write-Host -ForegroundColor Yellow "​NGENing ​     : $Name" 
-            ngen $_.location | %{"​`t$_"​} 
-         } 
-      }</​code>​ 
   * [[http://​www.microsoft.com/​windowsxp/​downloads/​powertoys/​xppowertoys.mspx|Microsoft PowerToys]]   * [[http://​www.microsoft.com/​windowsxp/​downloads/​powertoys/​xppowertoys.mspx|Microsoft PowerToys]]
     * [[http://​technet.microsoft.com/​de-de/​sysinternals/​bb896653.aspx|Process Explorer]]     * [[http://​technet.microsoft.com/​de-de/​sysinternals/​bb896653.aspx|Process Explorer]]
     * [[http://​technet.microsoft.com/​en-us/​sysinternals/​bb897434.aspx|ZoomIt]]     * [[http://​technet.microsoft.com/​en-us/​sysinternals/​bb897434.aspx|ZoomIt]]
-    * TweakUI 
-    * Power Calculator 
-  * {{:​windows:​administrativefreigaben.reg|Zugriff auf administrative Freigaben erlauben}} 
  
 ==== Basis-Tools ==== ==== Basis-Tools ====
-  * [[http://www.belysis.de/expicula.html|Expicula]]+  * [[http://explorerplusplus.com/download|Explorer++]]
   * [[http://​www.nakka.com/​soft/​clcl/​index_eng.html|CLCL]]   * [[http://​www.nakka.com/​soft/​clcl/​index_eng.html|CLCL]]
   * [[http://​www.autohotkey.com/​download/​|AutoHotkey]]   * [[http://​www.autohotkey.com/​download/​|AutoHotkey]]
Zeile 81: Zeile 18:
   * [[http://​tortoisesvn.net/​downloads|TortoiseSVN]]   * [[http://​tortoisesvn.net/​downloads|TortoiseSVN]]
     * ''​auto-props''​ in ''​%USERPROFILE%\Anwendungsdaten\Subversion\config''​ anpassen     * ''​auto-props''​ in ''​%USERPROFILE%\Anwendungsdaten\Subversion\config''​ anpassen
-  * [[http://​git-scm.com/​download|Git]] und [[http://​code.google.com/​p/​tortoisegit/​downloads/​list|TortoiseGit]]+  * [[http://​git-scm.com/​download|Git]]
   * [[http://​keepass.info/​download.html|KeePass]]   * [[http://​keepass.info/​download.html|KeePass]]
   * [[https://​sourceforge.net/​projects/​pdfcreator/​|PDFCreator]]   * [[https://​sourceforge.net/​projects/​pdfcreator/​|PDFCreator]]
-  * <​del>​[[http://​www.1-4a.com/​rename/​|Rename]]</​del> ​[[http://​www.bulkrenameutility.co.uk/​Download.php|Bulk Rename Utility]]+  * [[http://​www.bulkrenameutility.co.uk/​Download.php|Bulk Rename Utility]]
   * [[http://​www.konso.de/​inhalt/​programme/​diskarchiv/​info.htm|DiskArchiv]]   * [[http://​www.konso.de/​inhalt/​programme/​diskarchiv/​info.htm|DiskArchiv]]
  
Zeile 100: Zeile 37:
   * [[http://​www.mozilla.com|Firefox]]   * [[http://​www.mozilla.com|Firefox]]
     * Einstellungen     * Einstellungen
-      * ''​dom.disable_window_open_feature.resizable=true''​ +      * dom.disable\_window\_open\_feature.resizable=true 
-      * ''​browser.ctrlTab.previews=false''​ +      * browser.ctrlTab.previews=false 
-      * ''​browser.tabs.closeWindowWithLastTab=false''​ +      * browser.tabs.closeWindowWithLastTab=false 
-      * ''​browser.urlbar.trimURLs=false''​+      * browser.urlbar.trimURLs=false 
 +      * network.cookie.lifetimePolicy=2
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​3880|AddBookmarkHere2]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​3880|AddBookmarkHere2]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1865|Adblock Plus]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1865|Adblock Plus]]
 +    * [[http://​www.affiliatefox.net/​|Affiliatefox]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​5452/​|Auto Shutdown]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​5452/​|Auto Shutdown]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​6349|BugMeNot]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​6349|BugMeNot]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1368|ColorfulTabs]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1368|ColorfulTabs]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​271|ColorZilla]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​271|ColorZilla]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​5579|Cooliris]] 
     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​2104|CSSViewer]]     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​2104|CSSViewer]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​743|CustomizeGoogle]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​743|CustomizeGoogle]]
Zeile 118: Zeile 56:
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​2064|DummyLipsum]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​2064|DummyLipsum]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1269|Fasterfox]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1269|Fasterfox]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​2109|FEBE]] 
-    * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​3208|Fire Encrypter]] 
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1843|Firebug]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1843|Firebug]]
       * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​6683|Firecookie]]       * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​6683|Firecookie]]
       * [[https://​addons.mozilla.org/​de/​firefox/​addon/​5369|YSlow]]       * [[https://​addons.mozilla.org/​de/​firefox/​addon/​5369|YSlow]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​firefox-sync/​|Firefox Sync]] 
     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​5648|FireShot]]     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​5648|FireShot]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​6366|FireGestures]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​6366|FireGestures]]
Zeile 130: Zeile 65:
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​8539|hashr]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​8539|hashr]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​249|HtmlValidator]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​249|HtmlValidator]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1419|IETab]] 
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1913|InspectThis]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1913|InspectThis]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​4125|It'​s All Text!]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​4125|It'​s All Text!]]
 +    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​keefox/​|KeeFox]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​6984|Lazarus]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​6984|Lazarus]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​532|LinkChecker]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​532|LinkChecker]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​190|Linkification]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​190|Linkification]]
     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​425/​|Linky]]     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​425/​|Linky]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​3829|Live HTTP Headers]] ​   +    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​3829|Live HTTP Headers]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​142|MakeLink]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​142|MakeLink]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​539|MeasureIt]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​539|MeasureIt]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​42|OpenBook]] 
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1146|Screengrab]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1146|Screengrab]]
 +    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​sendtokindle/​|Send to Kindle]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​590|ShowIP]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​590|ShowIP]]
     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​5817/​|SQLite Manager]]     * [[https://​addons.mozilla.org/​en-US/​firefox/​addon/​5817/​|SQLite Manager]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1122|TabMixPlus]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1122|TabMixPlus]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​2063|TimeStamp Converter]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​2063|TimeStamp Converter]]
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1887|Time Tracker]] 
-    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​2513|Universal Print]] 
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1290|UrlParams]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​1290|UrlParams]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​3006|Video DownloadHelper]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​3006|Video DownloadHelper]]
Zeile 153: Zeile 86:
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​697|View formatted source]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​697|View formatted source]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​655|ViewSourceChart]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​655|ViewSourceChart]]
 +    * [[https://​addons.mozilla.org/​de/​firefox/​addon/​vimperator/​|Vimperator]]
     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​60|WebDeveloper]]     * [[https://​addons.mozilla.org/​de/​firefox/​addon/​60|WebDeveloper]]
     * [[http://​www.zotero.org/​|Zotero]]     * [[http://​www.zotero.org/​|Zotero]]
   * [[http://​www.mozilla.com|Thunderbird]]   * [[http://​www.mozilla.com|Thunderbird]]
-  * [[http://​www.rssowl.org/​download|RSSOwl]] 
   * [[http://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​download.html|PuTTY]]   * [[http://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​download.html|PuTTY]]
-  * [[http://​www.filezilla.de/​download.htm|FileZilla]] ([[http://​portableapps.com/​apps/​internet/​filezilla_portable|portable]]) 
   * [[http://​winscp.net/​eng/​download.php|WinSCP]]   * [[http://​winscp.net/​eng/​download.php|WinSCP]]
-  * [[http://​www.utorrent.com/​downloads|µTorrent]] 
-  * [[http://​www.skype.com/​intl/​de/​download/​|Skype]] 
   * [[http://​www.teamviewer.com/​de/​download/​index.aspx|TeamViewer]]   * [[http://​www.teamviewer.com/​de/​download/​index.aspx|TeamViewer]]
-  * [[http://​www.flashget.com/​en/​download.htm|FlashGet]] 
-  * [[http://​www.tweetdeck.com/​desktop/​|TweetDeck]] 
  
 ==== Editoren ==== ==== Editoren ====
 +  * [[http://​www.vim.org/​download.php|gVim]]
 +    * Links auf Konfiguration in SVN (in ''​cmd.exe''​ als Administrator) <​code>​mklink _vimrc $SVN\_vimrc
 +mklink /d vimfiles $SVN\</​code>​
 +  * [[http://​notepad-plus-plus.org/​download/​|Notepad++]]
   * [[http://​www.pspad.com/​de/​download.php|PSPad]]   * [[http://​www.pspad.com/​de/​download.php|PSPad]]
     * PowerShell-Syntax-Highlighter für PSPad [[http://​www.pspad.com/​en/​pspad-extensions.php?​kategorie=3]]     * PowerShell-Syntax-Highlighter für PSPad [[http://​www.pspad.com/​en/​pspad-extensions.php?​kategorie=3]]
-  * [[http://​www.vim.org/​download.php|gVim]] 
  
 ==== System-Tools ==== ==== System-Tools ====
 +  * [[https://​justgetflux.com/​|f.lux]]
   * [[http://​sourceforge.net/​projects/​unxutils/​|GNU utilities for Windows]]   * [[http://​sourceforge.net/​projects/​unxutils/​|GNU utilities for Windows]]
-  * <​del>​[[http://​www.mingw.org/​|C-Compiler aus MinGW]]</​del>​ 
   * [[http://​technet.microsoft.com/​de-de/​sysinternals/​0e18b180-9b7a-4c49-8120-c47c5a693683(en-us).aspx|Sysinternals Suite]]   * [[http://​technet.microsoft.com/​de-de/​sysinternals/​0e18b180-9b7a-4c49-8120-c47c5a693683(en-us).aspx|Sysinternals Suite]]
   * [[http://​www.safer-networking.org/​de/​download/​index.html|FileAlyzer]]   * [[http://​www.safer-networking.org/​de/​download/​index.html|FileAlyzer]]
Zeile 183: Zeile 114:
   * [[http://​www.microsoft.com/​downloads/​details.aspx?​familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&​displaylang=en|SyncToy]]   * [[http://​www.microsoft.com/​downloads/​details.aspx?​familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&​displaylang=en|SyncToy]]
   * [[http://​members.shaw.ca/​nicholas.fong/​dig/​|Dig for Windows]]   * [[http://​members.shaw.ca/​nicholas.fong/​dig/​|Dig for Windows]]
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&​displaylang=en|Log Parser]] 
   * [[http://​winmerge.org/​downloads/?​lang=de|WinMerge]]   * [[http://​winmerge.org/​downloads/?​lang=de|WinMerge]]
   * [[http://​www.hwinfo.com/​download32.html|HwInfo32]]   * [[http://​www.hwinfo.com/​download32.html|HwInfo32]]
Zeile 190: Zeile 120:
   * Microsoft Office   * Microsoft Office
   * [[http://​www.winamp.com/​player|WinAmp]]   * [[http://​www.winamp.com/​player|WinAmp]]
-  * <​del>​Nero Burning Rom</​del> ​ 
   * [[http://​infrarecorder.org/?​page_id=5|Infrarecorder]]   * [[http://​infrarecorder.org/?​page_id=5|Infrarecorder]]
-  * <​del>​PowerDVD</​del>​ 
   * [[http://​www.daemon-tools.cc|Daemon Tools]]   * [[http://​www.daemon-tools.cc|Daemon Tools]]
   * Photoshop   * Photoshop
-  * [[http://​de.openoffice.org/​|OpenOffice]] 
   * [[http://​www.videolan.org/​vlc/​|VLC Media Player]]   * [[http://​www.videolan.org/​vlc/​|VLC Media Player]]
   * [[http://​freemind.sourceforge.net/​wiki/​index.php/​Download|FreeMind]]   * [[http://​freemind.sourceforge.net/​wiki/​index.php/​Download|FreeMind]]
-  * <​del>​[[http://​www.dvdshrink.org/​|DVD Shrink]]</​del>​ 
   * [[http://​www.dvdfab.com/​free.htm|DVDFab HD Decrypter]]   * [[http://​www.dvdfab.com/​free.htm|DVDFab HD Decrypter]]
   * [[http://​cdexos.sourceforge.net/?​q=download|CDEx]]   * [[http://​cdexos.sourceforge.net/?​q=download|CDEx]]
   * [[http://​www.imgburn.com/​index.php?​act=download|ImgBurn]]   * [[http://​www.imgburn.com/​index.php?​act=download|ImgBurn]]
-  * [[http://​www.frozen-bubble.org/​downloads/​|FrozenBubble]] 
   * [[http://​www.mp3tag.de/​index.html|MP3TAG]]   * [[http://​www.mp3tag.de/​index.html|MP3TAG]]
-  * [[http://​www.microsoft.com/​getsilverlight/​|SilverLight]] 
   * [[http://​www.martijndevisser.com/​blog/​flv-player/​|FLV Player]]   * [[http://​www.martijndevisser.com/​blog/​flv-player/​|FLV Player]]
   * [[http://​www.erightsoft.com/​SUPER.html#​Dnload|Super]]   * [[http://​www.erightsoft.com/​SUPER.html#​Dnload|Super]]
Zeile 212: Zeile 136:
   * Java   * Java
     * [[http://​java.sun.com/​javase/​downloads/​index.jsp|Java SDK und JRE]]     * [[http://​java.sun.com/​javase/​downloads/​index.jsp|Java SDK und JRE]]
-    * [[http://​ant.apache.org/​bindownload.cgi|Ant]] 
   * [[http://​www.eclipse.org/​downloads/​|eclipse]]   * [[http://​www.eclipse.org/​downloads/​|eclipse]]
-    * [[http://subclipse.tigris.org/update_1.4.x/|Subclipse]]+    * [[http://infinitest.github.io|Infinitest]] 
 +    * [[https://​marketplace.eclipse.org/content/​mousefeed|Mouse Feed]] 
 +    * [[https://​marketplace.eclipse.org/​content/​path-tools|Path Tools]] 
 +    * [[http://​vrapper.sourceforge.net/​update-site/stable|Vrapper]]
     * [[http://​download.eclipse.org/​webtools/​updates/​|Web Tools]]     * [[http://​download.eclipse.org/​webtools/​updates/​|Web Tools]]
     * [[http://​www.bastian-bergerhoff.com/​eclipse/​features/​|XPath-Developer und QuickREx]]     * [[http://​www.bastian-bergerhoff.com/​eclipse/​features/​|XPath-Developer und QuickREx]]
     * [[http://​eclipsesql.sourceforge.net/​|SQL Explorer]]     * [[http://​eclipsesql.sourceforge.net/​|SQL Explorer]]
-    * [[http://wiki.eclipse.org/​PDT/​Installation|PDT]] +    * [[https://marketplace.eclipse.org/​content/​texlipse|TeXlipse]] 
-      * [[http://​download.eclipse.org/​technology/​dltk/​updates-dev/​1.0/​|DLTK 1.0]] +    * [[http://marketplace.eclipse.org/​content/anyedit-tools|AnyEdit Tools]] 
-      * [[http://​download.eclipse.org/​tools/​pdt/​updates/​2.0/​|PDT 2.0]] +    * [[https://marketplace.eclipse.org/​content/moreunit|MoreUnit]]
-    * [[http://texlipse.sourceforge.net/​|TeXlipse]] +
-    * [[http://www.eclipse.org/​modeling/​mdt/​updates/|MDT]] +
-    * [[http://download.eclipse.org/​dsdp/tm/​updates/​2.0/​|Target Management]] +
-    * [[http://​www.omondo.de/​download_free_eclipse_3.3.html|Omondo]] +
-    * [[http://​www.eclipsetotale.com/​tomcatPlugin.html|Sysdeo Tomcat Plugin]]+
   * Visual Studio   * Visual Studio
-    * [[http://​www.visualsvn.com/​visualsvn/​download/​|VisualSVN]] 
     * [[http://​submain.com/​download/​ghostdoc/​|GhostDoc]]     * [[http://​submain.com/​download/​ghostdoc/​|GhostDoc]]
     * [[http://​www.nunit.org/​index.php?​p=download|NUnit]]     * [[http://​www.nunit.org/​index.php?​p=download|NUnit]]
Zeile 236: Zeile 156:
     * [[http://​www.rauchy.net/​regionerate/​2007/​05/​download.html|Regionerate]]     * [[http://​www.rauchy.net/​regionerate/​2007/​05/​download.html|Regionerate]]
     * [[http://​www.codeproject.com/​KB/​dotnet/​UnitTestCodeSnips.aspx|Visual Studio 2005 Unit Testing Code Snippets]]     * [[http://​www.codeproject.com/​KB/​dotnet/​UnitTestCodeSnips.aspx|Visual Studio 2005 Unit Testing Code Snippets]]
-  * PHP 
-    * [[http://​netbeans.org/​features/​php/​|NetBeans PHP]] 
  
 ==== Arbeit ==== ==== Arbeit ====
-  * Natural Studio +  * NatClipse
-    * Object Compare +
-    * Local Versioning +
-  * NaturalONE +
-  * Server 2003 AdminPak +
-  * [[http://​www.microsoft.com/​downloads/​details.aspx?​familyid=0a6d4c24-8cbd-4b35-9272-dd3cbfc81887&​displaylang=de|GPMC mit SP1]]+
   * [[http://​www.softerra.com/​download.htm|Softerra LDAP Browser]]   * [[http://​www.softerra.com/​download.htm|Softerra LDAP Browser]]
-  * [[http://​masterbootrecord.de/​docs/​advancedremoteinfo.php|AdvancedRemoteInfo]] 
   * [[http://​www.soapui.org/​|soapUI]]   * [[http://​www.soapui.org/​|soapUI]]
-  * Client für [[http://​www.microsoft.com/​downloads/​details.aspx?​displaylang=de&​FamilyID=f87b4c5e-4161-48af-9ff8-a96993c688df|Windows Server Update Services 3.0]] 
-    * <​code>​WSUS3Setupx86.exe Console_install=1</​code>​ 
-    * [[http://​www.microsoft.com/​downloads/​details.aspx?​FamilyID=cc96c246-61e5-4d9e-bb5f-416d75a1b9ef&​displaylang=de|Microsoft Report Viewer Redistributable 2008]] 
   * Oracle-Client und PL/SQL Developer   * Oracle-Client und PL/SQL Developer
   * SQLDeveloper   * SQLDeveloper
Zeile 258: Zeile 167:
 ==== LaTeX ==== ==== LaTeX ====
   * [[http://​miktex.org/​Default.aspx|MikTeX]]   * [[http://​miktex.org/​Default.aspx|MikTeX]]
-  * <​del>​[[http://​www.latexeditor.org/​|LEd]]</​del>​ [[http://​texlipse.sourceforge.net/​release.html|TeXlipse]] 
-    * <​del>​[[http://​www.latexeditor.org/​download_addons.html|Deutsches Wörterbuch für LEd]] installieren</​del>​ 
   * [[http://​jabref.sourceforge.net/​|JabRef]]   * [[http://​jabref.sourceforge.net/​|JabRef]]
   * [[http://​pages.cs.wisc.edu/​~ghost/​gsview/​|GSView]]   * [[http://​pages.cs.wisc.edu/​~ghost/​gsview/​|GSView]]
Zeile 268: Zeile 175:
 makeindex.exe %2.nlo -s nomencl.ist -o %2.nls</​code>​ makeindex.exe %2.nlo -s nomencl.ist -o %2.nls</​code>​
   * Beliebiges Dokument kompilieren,​ um alle benötigten Pakete zu installieren   * Beliebiges Dokument kompilieren,​ um alle benötigten Pakete zu installieren
-    * [[http://​www.ctan.org/​get/​macros/​latex/​contrib/​misc/chngcntr.sty|chngcntr.sty]] herunterladen und ins MikTex-Installationsverzeichnis unter (''​\tex\latex\chngcntr''​) kopieren, danach Update der Package-DB+    * [[http://​www.ctan.org/​pkg/​chngcntr|chngcntr.sty]] herunterladen und ins MikTex-Installationsverzeichnis unter (''​\tex\latex\chngcntr''​) kopieren, danach Update der Package-DB
     * Ebenso Paket [[http://​www.ctan.org/​tex-archive/​macros/​latex/​contrib/​floatflt/​|floatflt]] installieren     * Ebenso Paket [[http://​www.ctan.org/​tex-archive/​macros/​latex/​contrib/​floatflt/​|floatflt]] installieren
     * Literaturverzeichnis anpassen     * Literaturverzeichnis anpassen
 +
 +===== Konfiguration =====
 +  * PowerShell
 +    * ''​WindowsPowerShell\profile.ps1''​ unter "​Eigene Dateien"​ anlegen <​code>​Function prompt ​
 +{
 + $windowsIdentity = [System.Security.Principal.WindowsIdentity]::​GetCurrent()
 + $windowsPrincipal = new-object '​System.Security.Principal.WindowsPrincipal'​ $windowsIdentity
 + $windowTitle = "​$(get-location) - $env:​Username - PowerShell"​
 + [bool] $isAdministrator = $windowsPrincipal.IsInRole("​Administratoren"​) -eq 1
 + if ($windowTitle -ne $host.ui.rawui.windowtitle) ​
 + {
 + if ($isAdministrator) ​
 + {
 + $host.UI.RawUI.WindowTitle = $windowTitle + " [ADMINISTRATOR]"​
 +
 + else ​
 + {
 + $host.UI.RawUI.WindowTitle = $windowTitle
 + }
 + }
 +
 + write-host
 + Write-Host "​$([DateTime]::​Now.ToString('​HH:​mm:​ss'​))"​ -nonewline  ​
 + Write-Host ' ' -nonewline
 + Write-Host ("​$(get-location)"​)
 +
 + '> '
 +}
 +
 +Function Display-EnvironmentVariable {
 + Get-ChildItem ENV: | sort-object -property Name | format-table -autosize
 +}
 +
 +Function RAlias {
 + param([string] $command = $(throw 'Enter the command to search the alias for'))
 + alias | where {$_.Definition -eq "​$command"​}
 +}
 +
 +set-alias dev Display-EnvironmentVariable
 +set-alias l ls
 +set-location c:​\</​code>​
 +    * PowerShell-SpeedUp <​code>​Set-Alias ngen (Join-Path ([System.Runtime.InteropServices.RuntimeEnvironment]::​GetRuntimeDirectory()) ngen.exe)
 +[AppDomain]::​CurrentDomain.GetAssemblies() |
 +    sort {Split-path $_.location -leaf} |
 +    %{
 +        $Name = (Split-Path $_.location -leaf)
 +        if ([System.Runtime.InteropServices.RuntimeEnvironment]::​FromGlobalAccessCache($_))
 +        {
 +            Write-Host "​Already GACed: $Name"
 +        }else
 +        {
 +            Write-Host -ForegroundColor Yellow "​NGENing ​     : $Name"
 +            ngen $_.location | %{"​`t$_"​}
 +         }
 +      }</​code>​
 +  * automatischen Neustart bei Bluescreen abschalten (Systemsteuerung -> Starten und Wiederherstellen)
 +  * {{:​windows:​administrativefreigaben.reg|Zugriff auf administrative Freigaben erlauben}}
  
 ===== Umgebungsvariablen setzen ===== ===== Umgebungsvariablen setzen =====
-  * PATH +  * ''​PATH''​ 
-    * %PROGRAMFILES% (für Verknüpfungen)+    * ''​%PROGRAMFILES%\Tools'' ​(für Verknüpfungen) 
 +    * Sysinternals Suite
     * nmap, dig, md5     * nmap, dig, md5
-    * .NET Framework (csc.exe) ''​%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727''​ 
     * JDK (javac.exe)     * JDK (javac.exe)
-    * Sysinternals Suite +    * .NET Framework (csc.exe) ''​%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727''​ 
-    Apache Ant +  ''​GRADLE_OPTS=-Xmx512m -Dorg.gradle.daemon=true''​ 
-    UnxUtils, gcc aus MinGW+  ''​GIT_SSH=plink.exe''​
  
 ===== Verknüpfungen im Pfad ===== ===== Verknüpfungen im Pfad =====
   * ''​p''​ PuTTY (maximiert starten)   * ''​p''​ PuTTY (maximiert starten)
-  * ''​ps''​ PowerShell (QuickEdit- und Einfügemodus aktivieren, Fenstergröße hochsetzen)  ​ +  * ''​posh''​ PowerShell (QuickEdit- und Einfügemodus aktivieren, Fenstergröße hochsetzen)  ​
-  * ''​exp''​ Expicula +
-  * ''​iv''​ IrfanView+
   * ''​kon''​ Server-Verwaltung   * ''​kon''​ Server-Verwaltung
-  * ''​nat''​ Natural Studio 
-  * ''​term''​ Terminal Emulation 
-  * ''​vs''​ VisualStudio 
   * ''​winscp''​ WinSCP   * ''​winscp''​ WinSCP
-  * ''​rss''​ RSSOwl  ​+
windows/installation.txt · Zuletzt geändert: 2017-04-15 08:10 von stefan