Madagascar is an open-source software package for multidimensional data analysis and reproducible computational experiments. I get many of new program in Madagascar source code. Madagascar is free open source seismic software like Seismic Unix or Seplib. You can get tutorial about how to use command in Madagascar at here. In my opinion, command in Madagascar
I Use Centos5 as my Linux system operation. Default mono-core installed in centos is mono-core-1.2.4-2.el5.centos. This version is to old and I want to install or upgrade mono. This is a method how to install or upgrade mono in Centos5. Create a new repo config file. vim /etc/yum.repos.d/mono.repo and add the following text : [Mono]
Are you use Ubuntu Linux? I get a best free Ubuntu book when searching in Linux Forums. This Ubuntu book give complete tutorial about Ubuntu as system operation, how to setting Ubuntu, and etc. With this book, we can give explanation why we can use Ubuntu as my system operation.This is best free Ubuntu book
We can get information from a file in Linux with command : ls -l This is output from my file : -rw-r–r– 1 root root 0 2011-03-09 13:50 tesfile If we want to change file owner and group this file from root to toto, we can use this command : chown root:toto tesfile This command