Tag: BSD

  • ClearOS LDAP Failed To Start

    There are a few steps you can take to recover from a corrupt LDAP database. These have been scattered around the forums a bit – but can be summarised below Backup your existing LDAP database:- (do this routinely!, it is done as part of the ClearCenter Remote Server Backup configuration, so recommend using this service…

  • RSYNC Via SSH

    dari sumber nya lebih lengkap, silahkan cek sendiri Begini bro caranya :   rsync -avz -e ssh /home/kinan/ [email protected]:/backup/kinan/   asumsi : ssh sudah bisa dilakukan dari client ke server.

  • Compress a Whole Linux or UNIX Directory

    i found this in the internet. This Tutorial compress a whole linux or UNIX Directory. You need to use tar command as follows (syntax of tar command): tar -zcvf archive-name.tar.gz directory-name Where, -z: Compress archive using gzip program -c: Create archive -v: Verbose i.e display progress while creating archive -f: Archive File name sumber :…

  • Transfer File using SCP

    when error occured in your system linux, and then you need to recovery from safe mode or from live cd. sometimes you need to transfer from safe mode or live cd to other computer. this command show you, how to transfer to other Unix system. SCP [file location need you backup] [usernameTargetServer]@[IPAddressTarget]:[locationOnTheTargetServer] example : scp…

  • BSD PHP-Mysqli

    /usr/ports/databases/php5-mysqli/make deinstall /usr/ports/databases/php5-mysqli/make install clean php -m > grep mysqli /usr/local/etc/php/extensions.ini extension=mysqli.so ittelkom.ac.id