• Other Recent Articles

  • Set scheduled task Windows 2008

    Set scheduled task Windows 2008

    This will be basic tutorial about how to set scheduled task in Windows 2008. First go to the Administrative Tools – Task Schedule.       Once opened, you will see the Task Scheduler window. If it is not something special, you can just create basic task on your Windows 2008. Just click on the [...]

  • Timestamp in PHP

    In this tutorial I will give you example how to add timestamp to file name in PHP . This is useful when you create similar files like database backups, regular reports, or whatever you are saving in PHP with timestamp in the file name. Bellow is an example that creates one CSV file with timestamp [...]

  • Generate SSL key and CSR with OpenSSL

    It is really easy to generate SSL key and CSR using OpenSSL, and the next several steps will guide you trough the process. If you are on Linux server, OpenSSL can be downloaded from here: OpenSSL source – or you can use your package management software like YUM install or apt-get. For Windows users, you [...]

  • Incorrect integer value WATCHDOG_ERR

    This tutorial is related to issue with Drupal after upgrade, module change or module activation. The error is similar to this one: “PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ‘WATCHDOG_ERR’ for column ‘severity’ at row 1: INSERT INTO {watchdog} (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, [...]

  • PHP relocation error

    This will be quick tutorial about how to fix PHP relocation error like this one: php: symbol zlibVersion , version libmysqlclient_16 not defined in in file libmysqlclient.so.16 with link time reference. Instead php: relocation error: php: symbol zlibVersion the error could be php: relocation error: php: symbol crc32. This is an example and the issue [...]

  • Extract certificates from P7B

    Extract certificates from P7B

    This will be quick tutorial about how to convert P7B to certificate. Actually we will extract certificates from PKCS #7 file using OpenSSL. Here I have to mention one issue which is really often met and it is with the beginning and the end of the certificate provided. It depends on the OpenSSL version, but [...]

  • How to disconnect (kick out) other SSH users

    How to disconnect (kick out) other SSH users

    In this tutorial I will talk about how to disconnect SSH user from Linux remote server. This is useful when you have stuck SSH connections or there are suspicious IPs connected to the server. If your case is the second one you may kick out the hacker from the server, but even disconnected he may have [...]

  • Log off user in Windows

    Log off user in Windows

    This will be a quick one. There was inquiry from one of our visitors how to log off remote users on Windows server, and I will provide a quick example. To have a view on the currently logged users, the best way will be trough the Task Manager. To open it remotely just right click [...]

  • Host multiple domains on one hosting – cheating the hosting companies.

    I barely remember my first site and how it was created, but I still remember the filling when I saw the price for the webhosting I was searching for. Then I was a student and if I wanted to see my website live, I had to pay one third of my monthly budget. That was [...]

  • All Recent Articles