Category: Linux

KolourPaint : Microsoft Paint For Linux

I am not a professional image editing. I use Microsoft Paint to edit my photo. When I migrated to Linux, I searching software to replace Microsoft Paint to edit my photo. I Like Gimp, InkSpace and other image editor for Linux. But that editor is not simple in interface and how to use. So I

Bash Loop File or Directory by Name

This is a simple method how to list file or directory with bash programming : #!/bin/sh DIR_LOC=/home/toto for i in $DIR_LOC/* do echo "Process file $i" done If we want to filter ouput data (example : we want to filter list file with *.sh tipe data, so we can change code with : #!/bin/sh DIR_LOC=/home/toto

Add repo linux from EPEL

EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) and its compatible spinoffs, such as CentOS and Scientific Linux. As part of the Fedora packaging community, EPEL packages are 100% free/libre open

Install Seplib Seismic Processing

SEPlib is an open-source software package for seismic data processing developed at the Stanford Exploration Project. We can download seplib at http://sepwww.stanford.edu/doku.php?id=sep:software:seplib. When I checked at this URL, I get new version of seplib is seplib-6.5.3. I get new seplib-7.0.4 when ask how to install seplib to Bob, so you can download seplib-7.04 at this