Articles
-
Microsoft critical patches covering 23 vulnerabilities
Another quick announce. Microsoft posted new security bulletin MS12-035: http://technet.microsoft.com/en-us/security/bulletin/ms12-035 Reporting vulnerabilities in Windows, Office, [...] -
New plesk exploit on linux versions 9.0-9.23
Yup, as per the title – Parallels alert about new exploit on Plesk linux versions [...] -
Critical Windows Vulnerability with Remote Desktop
Recently Microsoft released a patch for a critical bug in RDP (Remote Desktop) that may [...] -
Plesk vulnerability issue
For a first time I saw Plesk before about 6-7 years when ordered one of [...] -
Remember Steve
With this post I want to honor the memory of a great man, and to express my regret for the loss of one of the greatest icons [...] - More from Articles
Free Tutorials
-
GPG error NO_PUBKEY
This quick tutorial is to show you how to fix bad GPG key or missing(deleted [...] -
Simple Abstract Text Titles With Photoshop
The Abstract Style in text is a mainstream way of displaying your print titles. From [...] -
Learn how to work with Contours in Photoshop
Hi friends, this post/tutorial is really very important because in this tutorial I am going [...] -
Android – Detecting Internet Connection
Currently I’m working on an application which involves the network access, and one of the [...] -
Can not include OpenSSL headers files.
Today I had question about “..why since I have OpenSSL installed and working fine with [...] - More from Free Tutorials
Other Recent Articles
-
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
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
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
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