Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
maclinux [2011/04/19 21:16] admin |
maclinux [2015/07/27 15:03] (aktuell) admin [CUPS-Drucker] |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
=====Mac und Linux===== | =====Mac und Linux===== | ||
====CUPS-Drucker==== | ====CUPS-Drucker==== | ||
+ | Einen lokalen Drucker meldet man direkt als Administrator an in | ||
+ | der Systemsteuerung. Nicht vergessen: Standarddrucker und freigeben. | ||
+ | Damit ist für das virtualisierte Windows alles getan. Bei einem fremden | ||
+ | Rechner kann man denselben Drucker als Netzwerkdrucker als Standard | ||
+ | eintragen durch folgende Schritte: | ||
* In System - Systemverwaltung - Drucken wähle Hinzufügen | * In System - Systemverwaltung - Drucken wähle Hinzufügen | ||
* Netzwerkdrucker - InternetDruckerprotokoll | * Netzwerkdrucker - InternetDruckerprotokoll | ||
Zeile 7: | Zeile 12: | ||
Das alles wird automatisch zu einem ''ipp:/ /192.168.0.101/printers/FS-1030D'' | Das alles wird automatisch zu einem ''ipp:/ /192.168.0.101/printers/FS-1030D'' | ||
- | In Windows nimmt man ggf. ''http:/ /192.168.0.101:631/printers/FS-1030D'' | + | In virtualisiertem Windows ist wie gesagt nichts mehr nötig. Wenn doch, so nimmt man ggf. ''http:/ /192.168.0.101:631/printers/FS-1030D'' |
+ | |||
+ | |||
+ | [[https://www.youtube.com/watch?v=4n7cIiyrk_Y|Reparatur des Konica magicolor 2430DL]] | ||
====Screencast==== | ====Screencast==== | ||
[[http://verb3k.wordpress.com/2010/01/26/how-to-do-proper-screencasts-on-linux/]] | [[http://verb3k.wordpress.com/2010/01/26/how-to-do-proper-screencasts-on-linux/]] | ||
Zeile 14: | Zeile 22: | ||
ffmpeg -i output.mkv -acodec libmp3lame -ab 128k -ac 2 -vcodec libx264 -vpre slow -crf 22 -threads 0 our-final-product.mp4 | ffmpeg -i output.mkv -acodec libmp3lame -ab 128k -ac 2 -vcodec libx264 -vpre slow -crf 22 -threads 0 our-final-product.mp4 | ||
+ | ====Netbeans==== | ||
+ | sieht auf Ubuntu schrecklich aus. Ändere den Menüeintrag zu | ||
+ | /usr/local/netbeans-7.0/bin/netbeans --laf com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel | ||
====Mac-Terminal==== | ====Mac-Terminal==== | ||
*Quarantäne ausschalten: ''defaults write com.apple.LaunchServices LSQuarantine -bool NO'' | *Quarantäne ausschalten: ''defaults write com.apple.LaunchServices LSQuarantine -bool NO'' | ||
Zeile 33: | Zeile 44: | ||
* ''set formatoptions=2tqn'' | * ''set formatoptions=2tqn'' | ||
+ | ====Googlemail in Monospace==== | ||
+ | Ins Verzeichnis ''.mozilla/firefox/weuirgend234öwas.default'' muss ein Unterverzeichnis | ||
+ | ''chrome'' mit der Datei ''userContent.css'' mit dem Inhalt | ||
+ | @-moz-document domain(mail.google.com) | ||
+ | { | ||
+ | /* GMail messages and textarea should use fixed-width font */ | ||
+ | .gs .ii, textarea.Ak { | ||
+ | font-family: MonoSpace !important; | ||
+ | font-size: 10pt !important; | ||
+ | } | ||
+ | } | ||
+ | Siehe auch http://www.mozilla.org/unix/customizing.html | ||
+ | |||
+ | Interessant sind die Projekte | ||
+ | * [[http://oldcompose.com/|oldcompose]] | ||
+ | * [[https://chrome.google.com/webstore/detail/retro-compose-for-gmail/npjkmbechijncoapeeifgfhcjkcandgk|Retro-Compose]] | ||
+ | ====MIDI==== | ||
+ | * [[http://tedfelix.com/linux/linux-midi.html|Ted's midi page]] | ||
====Krimskrams==== | ====Krimskrams==== | ||
*[[ideen|bald entfernen]] | *[[ideen|bald entfernen]] | ||