Logo
My Journal
Tag

lib

Tag

include function for remote files disabled by default

If your PHP installation is secure and you try to include a file using an absolute path or a remote file then you will face this issue. For example … [php] <? include ("http://www.somedomain.com/file.php"); ?> [/php] will result in you seeing this PHP error when viewing the page ...

Continue reading ...

Sync Clock Via NTP

Sync Clock Via NTP If you want to sync your clock with NTP servers, it is also very easy. Just make sure you have the file ntp.conf file in /etc. How can you check it? ls /etc/ntp.conf If you see /etc/ntp.conf as a result, you already have that file. If the ls command gives an error, you do not h...

Continue reading ...