Member since Jun 04, 2009, follows 1 people, 0 public groups, 80 public bookmarks (621 total).
More »
Tags
| Recent Tags: |
|
|---|---|
| Top Tags: |
|
More »
Recent Bookmarks and Annotations
-
Background Processes in Unix/Linux on 2009-12-18
-
The & is an important little character in UNIX; it means "run
the command in the background"; i.e., detach it from the window it was started
from, so it does not block the command line.
Should the program ever try to read from the terminal window, it will be
suspended, until the user "brings it to the foreground"; i.e., brings it
to the state it would have had without the & to begin with.
To bring a program to the foreground, use "fg" or "%". If you
have more than one background job to choose from ("jobs" will show you),
then use for example "%2" to choose the second one.
Important:
If you forget to give the & at the end of line, and the process blocks
the command input to the terminal window, you can put the process in the
background "after the fact", by using Ctrl-Z. The process is suspended,
and you get the command prompt back. The first thing you should do then is
probably to give the command "bg", that resumes the process, but now in the
background.
-
- ParaFoam problem -- CFD Online Discussion Forums on 2009-12-16
-
ImageMagick and FFMpeg - ResourceSpace Documentation Wiki on 2009-12-16
-
apt-get install ffmpeg
-
-
Install an RPM Package on Ubuntu Linux :: the How-To Geek on 2009-12-16
-
sudo apt-get install alien dpkg-dev debhelper build-essential
-
sudo alien packagename.rpm
- 1 more annotations...
-
-
Installing using an RPM file « Ubuntu Blog on 2009-12-16
-
$sudo apt-get update
$sudo apt-get install alien -
$sudo alien -k name-of-rpm-file.rpm
-
-
how to install .rpm files in linux? on 2009-12-16
-
Install a package
rpm –ivh packagename
upgrade a package
rpm –Uvh packagename
create a tar file
tar –cvf myfiles.tar mydir/
(add z if you are dealing with or creating .tgz (.tar.gz) files)
standard install from source
tar –xvzf Apackage.tar.gz
cd Apackage
./configure
make
make install -
ke
make install
cheers
Chris
-
- http://www.foamcfd.org/Nabla/guides/UserGuide.html#UserGuidech7.html on 2009-12-16
-
6.1 paraFoam on 2009-12-16
-
convert animation*jpg movie.mpg
-
-
OpenFOAM-1.6 install cookbook -- CFD Online Discussion Forums on 2009-12-05
-
OpenFOAM-1.6 install cookbook
-
. ./installOF
-
-
Fluent3DMeshToFoam - OpenFOAMWiki on 2009-12-03
-
checkMesh
OR
checkMesh -fullTopology
-
More »
Bookmark Lists
William Takeda follows 1 people
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo