Related Articles
4 Best Top Opensource Bug Tracking System
Bug Tracking System helps in finding bugs in a software application, apart from this it helps in setting milestones, getting new feature requests and progress tracking. Opensource Bug Tracking System Below are the Best Open Source Bug Tracking System : #1. Bugzilla: Bugzilla is top rated open source Bug Tracking System developed in Perl and […]
How to take Backup of MYSQL database sql file using MYSQLDUMP Command
For a single database: mysqldump –opt –user=root –password database1 > singledb.sql For multiple Backup of databases: mysqldump –opt –user=root –password –databases database1 database2 > multipledb.sql To import a MYSQL .sql file from one location to particular location : source /home/SSI/process_databases_backup.sql
Linux Commands with Action
Type “Info” to get the list on the linux terminal. Linux Commands with Action Linux Commands List * aclocal: (automake)Invoking aclocal. Generating aclocal.m4. * autoconf: (autoconf)autoconf Invocation. How to create configuration scripts * autoheader: (autoconf)autoheader Invocation. How to create configuration templates * autom4te: (autoconf)autom4te Invocation. […]