Linux – Import Multiple .sql dump files into mysql database
If you have a directory with a bunch of .sql files that mysql dumps of each database on my server. e.g. database1-2011-01-15.sql database2-2011-01-15.sql … To import all to the db we can:
If you have a directory with a bunch of .sql files that mysql dumps of each database on my server. e.g. database1-2011-01-15.sql database2-2011-01-15.sql … To import all to the db we can:
FF Multi Converter is a simple graphical application which converts audio, video, image, and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files, and the PythonMagick library for Continue reading
Tar file can come compressed or uncompressed. Generally that are compressed using gzip or bzip2. The program, tar, will uncompress both types and extract the files from archive. Type at the command prompt x = eXtract, this indicated an extraction Continue reading
These are my notes on what worked for me on my Fedora core 6 with svn lib already installed by the package manager: 1. Create a Repository 2. Create a SVN User In that file add these three lines: Create Continue reading
AppArmor is a security extension (similar to SELinux) that should provide extended security, which usually causes more problems than advantages. AppArmor was first made available to Ubuntu in Ubuntu 7.04 in Universe. AppArmor is usually installed and loaded by default. Continue reading