Nietzsche says "God is dead" God says "Nietzsche is dead "
Header image

I moved my vps so i need some ssh commands, i found very usefull article for ssh command. ls : list files/directories in a directory, comparable to dir in windows/dos. ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file. cd : change directory ยท … Read more

It is very important to check your data that you take with $_GET before use. You can use $_Get in some cases , in each case there are some different measures to be taken. For example if you use sth like that if(isset($_GET[ex])) include($_GET[ex]); If you use this codes, bad users can include any page … Read more

I noticed that i write maximum 3 entry in a month. I decided to change this situation so i made some changes. I want to write something everyday. I hope i can Firstly,i installed new theme, and some new plugin. I changed some place of theme you can download and wiev from here but you … Read more

There are some tips for Pardus , 1. How to chane linux root password in Pardus write su root to login as root write your password type sudo passwd type new password confirm new password 2. How to terminate , kill a program press ctrl+alt+esc and click the program that you want to kill 3. … Read more