Linux Tutorials on the topic “php”
-
Installing Simple Invoices On Debian Etch
Author: Falko Timme • Tags: debian, php • Comments: 2
Installing Simple Invoices On Debian Etch This tutorial describes how to install Simple Invoices on a Debian Etch server. Simple Invoices is a web-based, basic invoicing system that lets you create and manage your invoices, export them as PDF or Excel files, email them to your customers, etc. It is intended for small businesses/organizations and home users.
-
How To Harden PHP5 With Suhosin On OpenSuSE 10.2
Author: Falko Timme • Tags: php, security, suse • Comments: 0How To Harden PHP5 With Suhosin On OpenSuSE 10.2 This tutorial shows how to harden PHP5 with Suhosin on an OpenSuSE 10.2 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against buffer overflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
-
How To Harden PHP5 With Suhosin On CentOS 5.0
Author: Falko Timme • Tags: centos, php, security • Comments: 3How To Harden PHP5 With Suhosin On CentOS 5.0 This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.0 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
-
-
How To Harden PHP5 With Suhosin On Fedora 7
Author: Falko Timme • Tags: fedora, php, security • Comments: 0How To Harden PHP5 With Suhosin On Fedora 7 This tutorial shows how to harden PHP5 with Suhosin on a Fedora 7 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
-
How To Harden PHP5 With Suhosin On Mandriva 2007 Spring
Author: Falko Timme • Tags: mandriva, php, security • Comments: 0How To Harden PHP5 With Suhosin On Mandriva 2007 Spring This tutorial shows how to harden PHP5 with Suhosin on a Mandriva 2007 Spring server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against buffer overflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
-
Installing The PHP-MemCache Module On CentOS 5.0
Author: thim • Tags: centos, php • Comments: 5Installing The PHP-MemCache Module On CentOS 5.0 MemCached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. In this howto I explain how you can very easily install it and make it avaible in PHP.
-
Installing And Working With Xoops Under Ubuntu 6.10
Author: jfheins • Tags: php, ubuntu • Comments: 0Installing And Working With Xoops Under Ubuntu 6.10 I want to show you how to install Xoops on Ubuntu. I used the Ubuntu 6.10 Server Edition, but it will probably work on other systems as well. Xoops is a modern Content-Management-System which can be extended with a variety of modules.
-
Installing The PHP-MSSQL Module On CentOS 5.0
Author: thim • Tags: centos, php • Comments: 9Installing The PHP-MSSQL Module On CentOS 5.0 As you might have noticed on Centos 5.0, there is no PHP-MSSQL module/extension available in the default yum repositories. So if you want to use it you can alter the PHP binary or you can compile an mssql module/extension. In this article I will explain how to compile the mssql module/extension.
-
Installing And Working With eyeOS Under Debian 4.0
Author: jfheins • Tags: debian, other, php • Comments: 2Installing And Working With eyeOS Under Debian 4.0 This tutorial shows how you can install eyeOS on a standard Linux system. When you have finished this tutorial, you will have a full, working eyeOS on your server. eyeOS is a kind of operating system which works online, i.e. it manages files on the server and enables the user to upload, download and edit files.
-
Proftpd Monitoring With phpftpwho
Author: firefly2442 • Tags: ftp, monitoring, php • Comments: 1Proftpd Monitoring With phpftpwho Proftpd is an excellent FTP server with many features. Wouldn't it be nice to see who is connected to your FTP server and what they are doing all in a convenient web-interface? phpftpwho allows you to see who is accessing your Proftpd FTP server all in a convenient web-interface. It is simple to install and only requires Proftpd, Apache, and PHP.