==== Server-Dienste ==== * ApacheWebServer * AfBackup * [[it:Ldap]] * [[it:lighttpd|Lighthttpd]] * [[it:nginx|Nginx-Webserver]] * [[it:PrivateCloud|NextCloud]] * PostgreSql * SambaServer * HylaFax * DomianNameService * [[it:PrivateCloud|OwnCloud]] * [Tryton] * [[it:Verschlüsselung]] * VersionControl ==== Virtualisierung ==== * HardwareVirtualisierung (Xen, KVM, VirtualBox, HyperV) * [[it:AnwendungsVirtualisierung|AnwendungsVirtualisierung / Container]] ==== Netzwerk ==== * [[IPv6]] * [[it:OpenWrt]] ==== EMail ==== * [[it:Exim]] === Mailman === == URL für Webseite ändern == * http://wiki.list.org/display/DOC/How+do+I+move+a+list+to+a+different+server-Mailman+installation. * http://www.debian-administration.org/articles/567 * wenn Listen entgegen der globalen Konfiguration ("DEFAULT_URL_PATTERN") noch falsche URLs nutzen (z.B http anstatt https) hilft: "$prefix/bin/withlist -l -r fix_url listname". - [hier gibt's den ganzen Artikel | http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL] ==== shells ==== * String-funktionen mit variablen: http://www.linuxjournal.com/article/8919 * test : http://wiki.bash-hackers.org/commands/classictest ==== X ==== === Font-Konfiguration ===
xlsfonts | grep ttf
fslsfonts -server unix/:7101
fc-list
==== noch mehr ==== [[IT:Storage]] === MultimediaBearbeitung === === Versions-Kontrolle === == Subversion == * backmerge (from trunk to trunk) ''svn merge -r REV:REV-x REPO WC'' * apply a diff ''patch -p0 -i '' === Openoffice === * http://www.joachim-uhl.de/2007/05/31/openoffice-aenderungen-aufzeichnen-und-annehmen/ * http://wernerroth.de/staroffice/dokus/diplom.html#Inhaltsverzeichnis ==== Kommunikation ==== === VoIP === == Asterisk == * http://www.asterisk.org * http://www.voip-info.org/tiki-index.php?page=Asterisk * http://de.bach-online.de/blog/index.php?p=18 * http://archiv.tu-chemnitz.de/pub/2004/0008/data/asterisk.pdf * http://www.das-asterisk-buch.de/ * http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+LookupCIDName === Homerouter === == [[FritzBox|FRITZ!Box]] == ==== Programmieren ==== * http://www.sed.hu/havasi/download/cpp/stdc.pdf * [make & Makefile | GnuMake] ==== Hardware ==== hier gibts zunächst erstemal die PcHardware === ISDN === * [Endgeräte | ISDN/Endgerät] * CAPI-CauseCodes: http://www.the-infobase.de/isdn/msk0306.htm === ALSA === == Telling alsa your game only needs playback, no recording etc. == Now, to enable your game to play sound you have to tell alsa that your game will not need to record sound or anything - el se alsa will refuse to give your game the capability to play sounds, since TeamSpeak already has the rights to record, and no two programme should be able to. Issue these commands as root:
 echo "quake3.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
 echo "quake3.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
* http://www.linux-gamers.net/modules/wfsection/article.php?articleid=34 === Linux === == Debian == * setup personal Repository for created .deb: http://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro === Microsoft Windows === == Registry-Editor == - Kommentare in .reg Files beginnen mit ";" == Printer-setup (scripted) == I use the following commands to setup the the default-printer during install rundll32 printui.dll,PrintUIEntry /b "Laserjet" /if /f %windir%\inf\ntprint.inf /r "http://feeble:631/printers/Laserjet" /m "HP Laserjet 4000 Series PS" rundll32 printui.dll,PrintUIEntry /n Laserjet /Sr /a "%Z%\site\laserjet4200_printui.dat" d rundll32 printui.dll,PrintUIEntry /n Laserjet /y * http://www.gruppenrichtlinien.de/index.html?/howto/rundll32_printui.htm * http://technet.microsoft.com/en-us/library/ee624057%28WS.10%29.aspx == netinstall == * Win7 booten per winPE.wim * mit drvload netwerk-treiber laden * ggf wpeinit * installationsquelle mounten "net use z: \\serever\share" * und dann da "setup.exe" aufrufen (setup.exe /m:Z:\media\sources --> https://technet.microsoft.com/en-us/library/cc766446%28v=ws.10%29.aspx)