nav-left cat-right
cat-right

MySQL Database Backup Programs: mysqldump and mysq...

There are two built-in database backup programs available for MySQL, mysqldump and mysqlhotcopy. Read below to know the difference between them. The mysqldump can be used to dump a database or a collection of databases for backup or for transferring the data to another SQL server (not necessarily a MySQL server). The dump contains SQL statements to create the table or populate it, or both. If you are doing a backup on...

How to change SSH login banner messages?...

Ever wondered how to change SSH login banner messages? Look at the Banner and PrintMotd options options available with SSH. Banner: In some jurisdictions, sending a warning message before authentication may be relevant for getting legal protection. The contents of the specified file are sent to the remote user before authentication is allowed. This option is only available for protocol version 2. By default, no banner...

setting X11BASE=${LOCALBASE} in make.conf....

You may get this error while using /usr/ports to install any package in FreeBSD.  root# make install clean On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf. On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE. *** Error code 1 Stop. root# As a solution you can...