7
How can I install github gollum wiki and host it internally for users?view story

http://serverfault.com – I have Github Gollum on my Mac after following the installation instructions. However, I would like to install gollum on an Ubuntu 12.04 LTS server and allow users to access the wiki internally. I'm not familiar with Ruby, so I don't know what's required to set this up. (HowTos)

7
How can I get the email by running my ruby application?view story

http://stackoverflow.com – I run application which will execute and send a mail to the user. I'm using CentOS machine. But I'm getting the following error, status=bounced (host mailfwd[192.168.2.56] said: 554 5.7.1 <xxxxx@gmail.com>: Relay access denied (in reply to RCPT TO command)) What is this? how can I fix and get the email? (HowTos)

7
Nadia Heninger Is Watching Youview story

http://techcrunch.com – It’s been a bad week for online security. An “extremely critical” Ruby on Rails security hole; a Yahoo! Mail XSS exploit; and yet another Java 0-day vulnerability. (IT news)

7
Shoes ruby system trayview story

http://stackoverflow.com – Anyone know how to use the system tray from shoes in linux? Browse the web, and found nothing ... http://shoesrb.com/manual/Hello.html (HowTos)

7
Shell script to -9 kill based on nameview story

http://askubuntu.com – Is there a way (perhaps a script) how to automate this process: petr@sova:~$ ps -ef | grep middleman petr 18445 2312 1 12:06 pts/2 00:00:01 /home/petr/.rvm/gems/ruby-1.9.3-p362/bin/middleman petr 18581 13621 0 12:08 pts/0 00:00:00 grep --color=auto middleman petr@sova:~$ kill -9 18445 Unforutanetly, pkill is too (HowTos)

5
How an IT department should choose a Linux distribution: Technical reasonsview story

http://serverfault.com – There is a lot of community feeling about what Linux distributions are appropriate for production server environments and what aren't. Some of this is based on the availability of commercial support. If that is a prime criterion, your choices are (as of now) already quite narrow. (HowTos)

5
How to kill a process in Linux if kill -9 has no effectview story

http://serverfault.com – I imagine that kill -9 still just sends a signal to a process. If the process is not behaving well, I would imagine that kill -9 would have no effect. Indeed, today for the first time I saw kill -9 have no effect when sent to a stuck ruby process. So here is my question: Is there some harsher way to kill a process? (HowTos)

5
Linux: find thin server running on port 80 and kill itview story

http://serverfault.com – On my Linux server I ran: sudo thin start -p 80 -d Now I'd like to restart the sever. The trouble is, I can't seem to get the old process to kill it. (HowTos)

5
7 COLORS+Spectrum flow livewalpaper [Alex_rac]updated V6[CONTRAST BOOST]view story

http://forum.xda-developers.com – I ve modded the walkman livewallpaper using spectrum flow and Xperia T wallpaper ,hope you like ;) Spectrum flow CONTRAST BOOST !!!! AWESOME RESULT!!!!! MOST ELEGANT WOOOOOW!!!!!!! (HowTos)

5
How to resolve high CPU + excessive stat("/etc/localtime") and clock_gettime(CLOCK_REALTIME) callsview story

http://serverfault.com – I've been experiencing really high CPU on a ruby on rails app (see stack below) and have been trying to diagnose the possible causes to no avail. Stack: ruby 1.9.3 rails 3.2.6 Apache/2.2.21 (Debian) Phusion Passenger 3.0.11 Whenever I run strace against the spiking PID, I am seeing a tonne of stat("/etc/localtime") and clock_gettime(CLOCK_REALTIME) calls and have no idea how to stop these. (HowTos)