Δευτέρα 23 Απριλίου 2012

Processes in unix

1) List processes in detail including execution path, using legacy ps as shown in the next line :: 
ps -ecdf 













Advantages: full listing detail having execution path unveiled
2) How to Kill processes
kill -9 PID example: kill -9 741 this command kills the java runtime server regarding the image above
3) How to restart processes
kill -HUP PID example: kill -HUP 741, restarts the process in memory session. HUP isn't aware of changes in configuration files that lie on disk. In such circumstance, PID must be restarted using convential execution command via source path, specifically an example is given below to clarify our case ::
>su root
>cd /usr/java/bin/
>./java -server -Xmx128m -XX:+UseParallelGC -XX:ParallelGCThreads=4

Δευτέρα 2 Απριλίου 2012

The Second Internet

Δωρεάν βιβλίο και πολύ καλό!!
6 Ιουνίου 2012: Το Internet 2 έρχεται. Όσα ξέραμε για το Διαδίκτυο αλλάζουν. Όλες οι απαντήσεις και οι αλλαγές που φέρνει το IPv6 με παραδείγματα και εφαρμογές!