You might have come across issues with csf on VPSes. CSF requires at least these iptables modules to work properly: ip_tables ipt_state ipt_multiport iptable_filter ipt_limit ipt_LOG ipt_REJECT ipt_conntrack ip_conntrack ip_conntrack_ftp iptable_mangle Other modules for additional functionality: ipt_owner ipt_recent iptable_nat ipt_REDIRECT You can check the hosting environment using : /etc/csf/csftest.pl This should run without any FATAL […]
locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory
The locate command is a very useful command to find the exact path/location of files in Linux if you know the file name. You can install it using yum and the package is mlocate.Quote can not open `/var/lib/mlocate/mlocate.db’: No such file or directory It is a common issue while using locate command, and the error […]
Enable CLR Integration in SQL Server 2008
By default the common language runtime (CLR) integration feature is turned off. If it is turned off, SQL server won’t be able to access the custom assemlies that are part of your database (if the database contains objects that are coded to use CLR integration). CLRmust be enabled in order to use objects that are […]