Tampilkan postingan dengan label command. Tampilkan semua postingan
Tampilkan postingan dengan label command. Tampilkan semua postingan

Rabu, 06 Juli 2011

Maven Clean Error

Sometimes when I build project with maven make my work very complicated because a commmand :

$ mvn clean

after that I try build with

$mvn install

just make an error like this:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.715s
[INFO] Finished at: Thu Jul 07 10:34:01 WIT 2011
[INFO] Final Memory: 12M/29M
[INFO] ------------------------------------------------------------------------

and other

[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

How to avoid deadlock because that? just try one this trick :

type:

Rabu, 22 Juni 2011

How To Download File From Other server on Linux

Sometimes we  need a file from other server bases linux, so we should backup the data from the server. So we need command for how to download file from there .

eg :

after that you can look display, below

Base Command For Check Your Had Installed Program on Your Linux

Again, I m always forget about anything simple command on linux. but now I want to write in this blogs for my  daily notes.

  1. Check what have install :   dpkg –l
  2. Check and grep specific program :dpkg -l | grep <nameofprogram>
  3. Check list of package not install but available in dpkg chache : dpkg -l "apache*"