Search

Archives

Pages

Op mijn desktop:

Suggesties, commentaar, ... (klik of schrijf zelf:)e-mail webgang
Laatste titels:

Veilige harde schijf

Uitzending do 18:00 ** August 20th, 2009 by Lydia **

hardeschijfToch niet zo’n harde schijf
Te zien op de Nederlandse hackerbeurs (in tenten!) Hacking At Random (HAR2009 in NL): de methode die de NATO gebruikt om haar harde schijven te “beveiligen”:
een machine ontworpen om harde schijven te vernielen zodat ze niet meer bruikbaar zijn (weg met de hamer, vuur en zoutzuur dus…).

Muziek:

Kelo
Alex Rossi – Sun is Shining
Dirk Martens – Stokkevis en Bakejauw

Tip van de week: (upd wim)
Voor de Australische politie (zie ons nieuws): Als je een mysql database installeert, en de eerste keer de databankserver start, bv als root met het commando (pas aan volgens de gebruikte distro):
# /etc/init.d/mysql start
.. dan krijg je een scherm vol uitleg:
(let vooral op de 5e regel niet toevallig in hoofdletters)

Creating MySQL privilege database…
Installing MySQL system tables…
OK
Filling help tables…
OK
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password ‘new-password’
/usr/bin/mysqladmin -u root -h ware.site password ‘new-password’

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.

See the manual for more instructions.
(…)

You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at

http://www.mysql.com

Support MySQL by buying support/licenses at http://shop.mysql.com
Updating MySQL privilege database…
Looking for ‘mysql’ in: /usr/bin/mysql
Looking for ‘mysqlcheck’ in: /usr/bin/mysqlcheck
Running ‘mysqlcheck’…
mysql.columns_priv OK
mysql.db OK
mysql.func OK
mysql.help_category OK
mysql.help_keyword OK
mysql.help_relation OK
mysql.help_topic OK
mysql.host OK
mysql.proc OK
mysql.procs_priv OK
mysql.tables_priv OK
mysql.time_zone OK
mysql.time_zone_leap_second OK
mysql.time_zone_name OK
mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.user OK
Running ‘mysql_fix_privilege_tables’…
OK
Starting service MySQL done

Lift ^ | Lift v | Comments Off

Comments are closed.