Resolve all local domains to 127.0.0.1 with dnsmasq
You need DNS to resolve locally ?
-
Option 1: edit your hosts file
-
sudo vim /etc/hosts
-
Replace text with sed
ZBsp: Collation in dump ändern
cat dumpname | sed s/CHARSET=utf8/CHARSET=utf8\ COLLATE=utf8_unicode_ci/ > new_dumpname
Webfonts Anleitungen
WEBFONT Flashtalk
Drupal Usergroup MUC 20.04.
// Tipps //
mysql gz export / Import
Export:
mysqldump -uUSER -pPASSWD --allow-keywords --opt DB | gzip > DB.sql.gz
telnet zum testen
Um eine Verbindung bzw. einen Port zu testen:
$user: telnet IP 80 für Webserver, $user: telnet IP 21 für FTP
Linux Befehle
chgrp - Gruppenzugehörigkeit ändern; Aufruf: chgrp gruppe datei
cat - Inhalt von Dateien ausgeben
mkdir - Verzeichnis anlegen
Create a patch with diff
diff -up original.php new.php > filename.patch
Linux Grundlagen
Kommentarlose Mitschrift aus einem Linux - Grundkurs ...
ghost -> image von windows
Partitionierung
SQL dump einlesen auf Konsole
Schnellere Methode:
gunzip -c datenbankdumpdatei.swl.gz | mysql -u admin -p datenbank_name
Langsamere Methode: