Setzen eines root-Passworts:
mysqladmin -u root password „GEHEIM“
Aendern des root-Passworts:
mysqladmin -u root -p password „ANDERSGEHEIM“
Backup einer Database:
mysqldump -u root -p –databases DATABASENAME > FILENAME
Setzen eines root-Passworts:
mysqladmin -u root password „GEHEIM“
Aendern des root-Passworts:
mysqladmin -u root -p password „ANDERSGEHEIM“
Backup einer Database:
mysqldump -u root -p –databases DATABASENAME > FILENAME
Heute mit Sebastian nen neuen Webserver aufgesetzt. Am schlimmsten war es die MySQL Datenbanken zu transferieren. Aber dank MySQLDumper hat denn doch alles wunderbar funktioniert. Zeichensaetze in MySQL-Datenbanken, der Horror…
Und zum merken..
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --set iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP
echo „nudel“ >> test.txt && split -b 2 test.txt bla. && rm test.txt
ergibt 3 dateien bla.aa, bla.ab, bla.ac
zusammenfuehren wieder mit
cat bla.aa bla.ab bla.ac >> neutest.txt
bzw
cat bla.* >> neutest.txt
Ich habe heute auf der Arbeit ein neues wunderschoenes Spielzeug entdeckt… Die DRAC-4 Karte in dem neuen Poweredge 2850. Der Rechner alleine is schon klasse (1x Xeon 2,8Ghz – 2ML L2-Cache, 4GB Ram, 3x 146GB SCSI (wird RAID-5), 2x 72GB SCSI (wird RAID-1), 2x 700Watt Netzteil usw…) aber die Dell Remote Access Console ist endgeil. Steuerbar per Konsole oder per Webinterface,
superklasse!
Was es macht: (via http://support.euro.dell.com/support/edocs/software/smdrac3/drac4/…)
The Dell Remote Access Controller 4 (DRAC 4) is a systems management hardware and software solution designed to provide remote management capabilities, crashed system recovery, and power control functions for Dell PowerEdge systems. By communicating with the system’s base-board management controller (BMC), the DRAC 4 can be configured to send you email alerts for warnings or errors related to voltages, temperatures, and fan speeds. The DRAC 4 also logs event data and the most recent crash screen (for systems running the Microsoft® Windows® operating system only) to help you diagnose the probable cause of a system crash.
[…]
The DRAC 4 has its own microprocessor and memory, and is powered by the system in which it is installed. The DRAC 4 may be preinstalled on your system, or available separately in a kit.