A

Aman Singhal's When Solution Is Simple, God Is Answering

A Blog which provide solutions for the technical issues
occur in daily activities of technical engineers

  • Rated2.7/ 5
  • Updated 6 Years Ago

Recent blog posts from When Solution Is Simple, God Is Answering


How to delete Mysql user?
  COMMAND TO DROP USER:   Login into SQl With User Root and Run:   DROP USER 'jeffrey'@'localhost' ; DROP USER vishal ;   ......
6 Years Ago
BlogAdda
Sharing a Terminal Or SSH session using screen
Objective : I want to access a ssh session of  user1 on server 192.168.1.1  and see what all command he types in there using the same use......
6 Years Ago
BlogAdda
ATMA For NGOs
ATMA For NGOs
...
7 Years Ago
BlogAdda
How to find IP Address that Launch DDOS Attack
If your VPS or server load suddenly increases much higher than normal, it could be a DDOS attack. To find out which IPs did that do t......
8 Years Ago
BlogAdda
Exim mail relay from an IP without authentication
create the file /etc/alwaysrelay and add the IP addresses . For example:                   vi  /etc/alwaysrelay   Add the IPs i......
8 Years Ago
BlogAdda
Restore MySQL database from a backup file
Backing up your MySQL Databases The following command will dump all databases to an sql file. Replace pass with your root database passw......
8 Years Ago
BlogAdda