kill a linux process that won’t die

Uncategorized 3 Comments »
Trying to kill a process in linux and it just won't die? Try this:           kill -s 9 [PID] DEAD

raleighlist.org featured in news and observer

Uncategorized No Comments »
its the sub-story to a piece about craigslist in raleigh but we'll take any publicity we can get:
Craigslist "filled a void pretty early on in San Francisco," said Thomas Beckett, who in 1998 co-founded InterNetWorkers, an e-mail discussion group for area workers in the tech industry. "In the Triangle, there ...

create a mysql user that can connect from anywhere to anything

Code 1 Comment »
Obviously this is a huge security mistake to create this on a production server but if you just want to be able to get to all databases on a remote server in your intranet its a necessity: On the server: Login as root: mysql -u root -p Create user: GRANT ALL PRIVILEGES ...
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login