27001 – Page 6 – POFTUT

How To Disable or Enable SELinux Temporarily or Permanently?

How To Disable or Enable Selinux Temporarily or Permanently?

I have a fedora desktop. I want to run some services but I get an error about SELinux. How can I disable SELinux? Selinux is a security mechanism used generally Linux systems. It has support from Linux kernel. Selinux creates the context for specified services, applications, and users. Prevent these to access an unrelated or … Read more

How To Prevent SQL Injection in Php Applications?

I have an application and I have complex requests tot the server. There are a lot of database operations. Managing them can become very hard some times. In this situation how can I prevent sql injection attacks to my application. Use Prepared Statements Prepared statements are the way to bind client-side provided values with database … Read more