New Version of ProFTPD released

It have come to my knowledge that the creators of ProFTPD have released a new version of thier software. The new version (1.3.2) have bugfix 3 well known bugs included the SQL-injection bug. I have not tried the new version yet but the creators behind ProFTPD promote this update.

I will update you when I have more to say about the new version of ProFTPD. Perhaps it will come a HowTo for it.


Print PHP version

Tags:

Since alot of friends ask me how to print out which PHP version they are using I decide to write how to do it here on my blog. It is very simple and will just take a few seconds.

Start with creating a new PHP document, for example: phpinfo.php

In the document you simply write:

<?PHP

phpinfo();

?>

And save. Only thing left is to open the page. So, access to your phpinfo.php file and you will be given all the information about your PHP-version.


Install Webserver on Debian

This HowTo will learn you how to install Apache2, PHP5, MySQL and phpMyAdmin on Debian, in my case Ubuntu 8,1.

First of all you may go root. Open your terminal and write:

sudo su

After this I suggest that you make an update on your system by writing:

apt-get update

Now it’s time for download and install all the packed, write:

apt-get install apache2 php5 php5-mysql mysql-server-5.0 phpmyadmin

You will get a questions about root password for MySQL, write what you like to but do not forget it. You will also get a question to what you will install MySQL, choose Apache2.

Try go to, http://localhost – if it works you will get a message like “It works!” on your screen.

localhost

The only thing we have left to do is configure phpMyAdmin. Edit file “/etc/apache2/apache2.conf” by go to it or write in your terminal:

gedit /etc/apache2/apache2.conf

Remember that you have to be root. Insert the following line at the bottom of the file and save:

Include /etc/phpmyadmin/apache.conf

Restart Apache2:

/etc/init.d/apache2 restart

Now you can go to http://localhost/phpmyadmin and login with your root user and password.

phpmyadmin


My new blog

Welcome to my new blog. This is as you can see my first post in this blog.  I will not waste time in writing noting so thats why i recommend you to see about if you will read the purpose with this blog. You may also find short information about myself there.

Well that’s it I suppose. I hope that I have write more when you come back next time.

Cheers!