They don’t talk anymore… They haven’t blow for so long… The winds are tired… a Lonely dark sunset… Me and a bitter smoke… Dreaming of winds… To blow in my mind… They are not goanna blow again… Looking to the sky… With an empty mind… No poetic feelings.. They all have left us… [soundcloud url=”http://api.soundcloud.com/tracks/102651799″… Continue reading pg.lost Crystaline
custom “php.ini” with PHP5 on Fastcgi
If you use FastCGI (called FCGI too,) as a PHP Loader on a server you won’t be able to set custom php values into .htaccessfile. instead you will have to create a wrapper for the main FCGI binary which makes the php.ini loaded from it’s current working directory instead of server-wide one! to achieve that… Continue reading custom “php.ini” with PHP5 on Fastcgi
Become root in Ubuntu
By default the root login is disabled by ubuntu and all other debian based distro’s of Linux. bypassing it is possible but it is highly discouraged by Ubuntu creators! so the tool which is available for you is “sudo” which launches your commands as root! but what if you want to get into root shell!… Continue reading Become root in Ubuntu
Linux Screen Application
Sometimes you have to use SSH to get some jobs done in Linux! So what if you need to run multiple applications under SSH? Well the first solution is to open multiple SSH connections. Screen can make your life easier by letting you to have multiple windows on a single SSH session! But it’s not… Continue reading Linux Screen Application
Change SSH Port
Changing default SSH port can be one of the steps to improve security in Linux servers. By changing SSH port to something other than port 22 and using a proper firewall you may have a good result on minimizing brute-force attacks to SSH. To change SSH listening port you are required to edit /etc/ssh/sshd_config file.… Continue reading Change SSH Port