Warning: preg_replace() [function.preg-replace]: The /e modifier is no longer supported, use preg_replace_callback instead in /users/mphinfo/www/inc/auth.php on line 670
Warning: preg_replace() [function.preg-replace]: The /e modifier is no longer supported, use preg_replace_callback instead in /users/mphinfo/www/inc/auth.php on line 670
Warning: preg_replace() [function.preg-replace]: The /e modifier is no longer supported, use preg_replace_callback instead in /users/mphinfo/www/inc/auth.php on line 670
Warning: preg_replace() [function.preg-replace]: The /e modifier is no longer supported, use preg_replace_callback instead in /users/mphinfo/www/inc/auth.php on line 670
Warning: Cannot modify header information - headers already sent by (output started at /users/mphinfo/www/inc/auth.php:670) in /users/mphinfo/www/inc/actions.php on line 203
Warning: Cannot modify header information - headers already sent by (output started at /users/mphinfo/www/inc/auth.php:670) in /users/mphinfo/www/lib/tpl/dokuwiki/main.php on line 12 maclinux [M/Ph/Info (Beslmeisl)]
* ''ln -l -O'' zeigt die Fileflags einer Datei an
+
* ''ls -l -O'' zeigt die Fileflags einer Datei an.
-
* ''ln -l -e'' zeigt die ACLs einer Datei an
+
* ''chflags uchg text.txt'' schützt vor Änderung und Löschung.
+
* ''chflags nouchg text.txt'' entfernt den Schutz wieder.
+
* ''uchg'' (unchangable), ''schg'' (system unchangable, nur als Superuser), ''hidden'' (im Finder verstecken), ''uappend'' (nur Anhängen von Daten erlaubt). Weitere wenig brauchbare siehe ''man chflags''.
+
* ''ls -l -@'' zeigt die erweiterten Dateiattribute an. Diese werden bei fremden Dateisystemen als zusätzliche Datei mit dem Namen ''._text.txt'' abgespeichert.
+
* ''xattr -d com.apple.quarantine text.txt'' entfernt die Quarantäne.
+
* ''xattr -w com.apple.quarantine text.txt'' setzt sie wieder.
+
* ''xattr -l text.txt'' zeigt alle gesetzten Attribute.
+
* Mit den Developper-Tools ''GetFileInfo'' und ''SetFile'' sind weitere Flags zugänglich (teilweise auch per Finder).
+
* ''ls -l -e'' zeigt die ACLs einer Datei an.
+
* ''chmod +a "user:franz deny delete" text.txt'' verbietet dem User das Löschen aber nicht das Bearbeiten der Datei.
+
* ''chmod -a# 0 Brief.txt'' löscht den ersten Eintrag der ACL.
+
* Damit Mac OS X möglichst wenig Spuren auf einem externen Datenträger hinterlässt, legt man die Datei ''.metadata_never_index'', die Datei ''.Trashes'', das Verzeichnis ''.fseventsd'' und darin die Datei ''no_log'' an. Vorher löscht man die Verzeichnisse ''.Trashes'', ''._Trashes'' und alles ''Spotlight''-Dateien.
====Vim====
====Vim====
* ''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
Warning: preg_replace() [function.preg-replace]: The /e modifier is no longer supported, use preg_replace_callback instead in /users/mphinfo/www/inc/auth.php on line 670
maclinux.1263046257.txt.gz · Zuletzt geändert: 2010/01/09 16:10 (Externe Bearbeitung)