We purchased some server in Digital Ocean and found the w00tw00t.at.blackhats.romanian.anti-sec attack. The same kind of attack we also found in our AWS EC2 servers. w00tw00t.at.blackhats.romanian.anti-sec is kind of script attack in which attacker try to find the loopholes in phpmyadmin and php with Apache and try to manipulate through URL.The same thing I found […]
Linux
How to create a file with cat command
How to create a file with cat command Cat command has many use , in my earlier post I wrote about how to see line no. in file with cat command In this example I will guide how simply you can also create a file and write content in it. Steps to follow In this […]
master admin password openerp 7.x
master admin password openerp 7.0 When I forgot the master admin password of OpenERP I try to find the answer in a few forums and blog but no luck. I searched in Postgres Database and many file. Finally I got the master admin password which was in home directory of OpenERP user in .openerp_serverrc file […]
Change the default port number of ssh server
Change the default port number of ssh server SSH Default Port no. = 22 To change the default port number of ssh server hardly takes a few steps but with the point of security it is important to change the default port no. 22 After this you can also use the anti port scan script […]
How to see line numbers in file through cat command
How to get line numbers in file through cat command Cat command can be used for many purposes. But do you also know you can see the line numbers in files with the help of cat command. With this method it is easy to troubleshoot or this information is also useful while creating the bash […]
How to empty Trash through command line in Ubuntu
How to empty Trash through command line in Ubuntu Operating System : Ubuntu 12.10 n l I checked this practical in Ubuntu 12.10 n l . To empty the trash in Ubuntu through command line follow the given steps Step 1 : First check is Trash folder exist. By ls -la command you can see […]
Recent Comments