Displaying 3 results from an estimated 3 matches for "unsexi".
Did you mean:
unsexy
2003 Apr 12
1
ps commandline option woes (-v weired formatting, more power for -m)
Two issues concerning ps commandline options.
1) -v option, cosmetic !
currently the formatting is very unsexy, makes this option
rather unusable, you can't easy follow the columns
2) -m option doesn't have precedence over other options
forcing the output to be memory sorted.
i.e. -u option implies -r (-r = sort by current cpu usage)
Now I find the output format of -u very
2006 Jan 29
2
problem with xul/prototype experiment: "bind" method not found
Hi everyone,
I was playing around with xul + prototype, and everything seemed to be
going well until I ran into a wall - there seems to be some problem I
can''t explain with Function.prototype.bind, for instance when I run
this code:
try {
new Ajax.Request("http://localhost:3000/search/hello", {
onComplete: this.onHelloComplete.bind(this)
});
} catch
2009 Dec 07
4
how to do startup scripts?
Hello,
I've just finished installing Atlassian's bamboo
it comes with two ways to start it up one through a bash shell script bamboo.sh
and another through java script (this one is better as it has the ability to start up the service if it got shutdown for any reason)
so I'm wondering how can I set this service to start on boot..
I know how to set a script on login in my profile