Backup and Restore Mysql database table
Dump and restore from .sql Dump mysqldump db_name table_name > table_name.sql Restore mysql -u <user_name> -p db_name mysql> source <full_path>/table_name.sql
Read moreLinux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work. Here, at https://blog.eduguru.in, We will discuss and solve real-life problems coming on Linux OS. We also know more interesting features of Linux here.
Dump and restore from .sql Dump mysqldump db_name table_name > table_name.sql Restore mysql -u <user_name> -p db_name mysql> source <full_path>/table_name.sql
Read moreIn host machine iptables is running and is blocking the port 5901. Kill all the vncserver desktop in the host machine
Read moreI’ve installed the Apache web server on Kali Linux and I’m able to start/stop it with: /usr/usr/local/apache2/bin/apachectl restart[start/stop] But if
Read more# df -h will show you where your free space (if any) is, on your mounted partitions. # du -sh
Read moreFinding external IP using external services The easiest way is to use an external service via a commandline browser or
Read morewget –mirror -p –convert-links -P ./LOCAL-DIR WEBSITE-URL –mirror : turn on options suitable for mirroring. -p : download all files that are
Read moreDisplay Current Config for all NIC’s: ifconfig Display Current Config for eth0: ifconfig eth0 Assign IP: ifconfig eth0 192.168.1.2 Ping:
Read moreHow Do I Find Out My Linux Gateway / Router IP Address? need to use route command. This command can
Read moreShould I delete the cgi-bin folder in a subdomain A cgi-bin folder was automatically created in the directory for clothing.mysite.com.
Read moreBy default, every Linux OS has an efficient memory management system used to clear the buffer cache periodically. You can
Read more