New Anime Series- No 6

First Episode Review for: No 6

Summary : Future post-world utopia (with a dark underside), 2 boys from very different ends of it meet and to both of their surprise get on well

Animation : Beautiful, rich and subtle tones, that has that “can’t wait for the HD version” look about it

Plot Potential: This one is all plot, with well-thought out nice touches e.g. minor character behaviours and building names, not much has been revealed yet but very promising

Characters: Hmmm, very generic characters so far, none that pique my interest, but they may be using the plot to grow them as personalities. However the interaction between the 2 main characters is already surprising and worth watching

Music: nice stirring stuff, particually in the opening credits

Overall: This looks like a complex one, as you’re shown about 20 charaters in the opening credits and in the first episode only see 3 of them, definetely one to watch

 

Disclaimer: These are mini reviews of animes that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

New Anime Series- Mayo Chiki 01

First Episode Review for: Mayo Chiki!

Summary : Story of a normal Japanese boy going to school, …..wait for it…. except his mother and sister are wrestlers, he gets nosebleeds whenever a girl touches him and the girl he fancies at school turns out to be a sadist with a transvestite butler

Animation : Clear and pleasant to watch, nothing special but heads above western quality

Plot Potential: I don’t think the plot is going to be anything groundbreaking but it’s strong enough that if you are not watching for 30 seconds, you lose what’s going on, I do however think it will be funny

Characters: Not bad for a school harem anime, the butler and sadist rich girl are different enough to stand out

Music: OK, I’m not skipping over the opening/closing tunes, nor am I looking to buy them

Reminds me of: MM!

Overall: I really enjoyed this, and can’t wait for the second one, BUT it does have quite strong sexual overtones that suddenly hit about half-way though (this is a habit of anime, some of which do this kind of stuff half-way though the series, meaning the dubbing/editing people have to get creative {see the neon genesis evangelion ‘crying’ scene }, making it unsuitable for preteens.

 

Disclaimer: These are mini reviews of anime that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

New Anime Series- THE-iDOLM@STER

First Episode Review for: iDOLM@STER

Summary : A fictional documentary about idols, 1st person from the reporters view point, thought you don’t hear the reporter talk (the rest of the characters do)

Animation : very nice, that kind of animation where the backgrounds are actually more detailed than the characters

Plot Potential: good, very much along the line of a reality TV show done with anime;

Characters: The first episode was all character introductions, so they are going for that angle and they have really tired with them , full marks.

Music: Strangly enough, not up to much, felt very ‘stock’

Overall: not quite my cup of tea (not a fan of reality TV or soaps) , but if you do like them then give it a shot

Disclaimer: These are mini reviews of anime that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

Shutting all tasks down for a given Linux User

I like Linux, its speed and reliability are amazing, which is part of the problem, if correctly set-up the servers go for forever before failing, so your initial line of enterprise support tend not to be up to speed with it, which means that if you have a issue or a deployment does not go as planned, you have a mess to untangle and the only person who has rights to the box (you don’t as your the developer), just wants to restart the machine to “please make the nasty none GUI operating system go away”, this is often not something you want to do on a Linux box as they are frequently doing more than one thing, what we want is to just restart the messed up bits

Now in this example we have the same jboss node started twice (actually the first node refused to shutdown via the normal Jboss script, and someone did not check before starting the node back up) ,

UID        PID  PPID  C STIME TTY          TIME CMD
Jboss    30341     1  0 13:33 ?        00:00:00 /bin/sh /opt/Jboss/jboss-5.1.0.GA/bin/run.sh -c c -b 10.123.23.138 -Djboss.server.log.dir=/var/opt/log/Jboss/c -Dcom.agcs.jvmRoute=xxxxxxxx
Jboss    30372 30341  6 13:33 ?        00:01:39 /opt/Jboss/jdk1.6.0_18/bin/java -Dprogram.name=run.sh -server -Xms512m -Xmx10240M -XX:MaxPermSize=256M -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dg
Jboss    30454     1  0 13:34 ?        00:00:00 /bin/sh /opt/Jboss/jboss-5.1.0.GA/bin/run.sh -c c -b 10.123.23.138 -Djboss.server.log.dir=/var/opt/log/Jboss/c -Dcom.agcs.jvmRoute=xxxxxxxx
Jboss    30485 30454  1 13:34 ?        00:00:23 /opt/Jboss/jdk1.6.0_18/bin/java -Dprogram.name=run.sh -server -Xms512m -Xmx10240M -XX:MaxPermSize=256M -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dg

This was got by the following command

> $ ps -fu Jboss

which shows us all the tasks that we started using the Jboss user

if we are at this stage the normal start/stop scripts wont help us, what we want is to kill the processes manually and start a fresh, normally I would identify the spawning tasks and shut them down manually, as in:

> $sudo kill 30372
> $sudo kill 30485

Once that is done you can restart what ever tasks you want in what ever is your normal way, but describing this over the phone is a short cut to hell, so we can use this short but frightening command to do the job for us

> $sudo kill -9 `ps -fu Jboss ' awk '{print $2}' ' sort`

this will go though all the tasks that have been started by the ‘Jboss’ user and kill them in a very nasty and definite way, leaving you with a clean slate.

you can make this more generic (and possibly a bit nicer) by issuing the command while logged in as the user who is running the process (be they Jboss or WebSphere)

> $kill -9 `ps -fu $USER ' awk '{print $2}' ' sort`

this bit

`ps -fu $USER ' awk '{print $2}' ' sort` 

is what actually generates the list of process IDs , you can get very creative if a bit complicated with this bit e.g.

ps -ef' grep java ' grep -v grep ' awk '{print $2}' 

will do the same but for all java tasks on the server, for more examples go Here for ways of identify groups of WebSphere tasks on linux

thus ends my crimes against Linux for the day

New Anime Series- Blood-C

First Episode Review for: Blood-C 01

Summary : Ninja Shrine Maiden, think traditional Japanese buffy the vampire slayer

Animation : Good nice contrast and high detail, very heavy on black and red, has a xxxholic feel about it (Un-surprising as they are both CLAMP anime)

Plot Potential: High, lots of potential for character growth and something dark going on at the back of it, it will be a case if they can get the thing going seriously by about the 5th episode so we have a series build up rather than the normal “movie at the end of a series”, in which they leave all their serious stuff to the last 3 episodes, if this happens you just know that it will not be an ongoing series.

Characters: Nothing new here but a nice mix of the normal school stock characters and the main character is a mix of total physical Klutz and Ninja, which you don’t often see happen without some physical Change, although the preying mantis Buddha statue was not one I recall seeing before

Music: very nice, good opening plus nice fight seen tunes.

Reminds me of: Clover(manga) , or if you insist on an anime somthing like Read or Die the TV Series (not the original OAV)

Overall: if they can get the plot going this will be fab, so it gets a rating of: “Next one now please!!”

Disclaimer: These are mini reviews of anime that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

Old Comments

Mark Myers(12/07/2011 23:37:09 GDT)

id start with Ghost in the shell (the first movie), then the series (stand alone complex), if you give me some rough idea of the normal stuff you like, i can make better suggestions

Andrew Magerman(12/07/2011 10:39:06 GDT)

What would be a good first step for beginners?

I occasionally buy some dvds (tekkonkinkreet and akira are the only ones I own), but I am not sure where one can buy/download animes.

And what would be a good start for a noob?