How to check if your PHP support TLS V1.2?
Run this script to see your SSL Version [crayon-68455488c194d127243594/] If you want to check your open SSL version? [crayon-68455488c1954433501091/]…
Run this script to see your SSL Version [crayon-68455488c194d127243594/] If you want to check your open SSL version? [crayon-68455488c1954433501091/]…
Ubuntu 10.04 is quite old, you can’t just upgrade it right away using do-release-upgrade, you should try the following steps:…
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/(file|member|photo) [NC] RewriteRule . /index.php [L] RewriteRule ^member/([0-9]+)/…
Due to the number of spammers using port 25 to send emails, many large ISPs has blocked this port from…
/etc/init.d/smbd start -> sometimes it’s not working service smbd start -> working well
If you are looking for a good software to recover files, this is a good software: DMDE – DM Disk…
I need to run some PHP scripts in the background, this script should still run while i log off my…
By default Apache only allows up to 150 connections , if you want more, you need to change the MaxClients…
If you have multiple servers connecting to internet, these servers use Samba to share file with each other. Normally, you…
Just imagine, you manage a server remotely. The server has many disks, one day one of the disk could be…