search for: rilindo

Displaying 6 results from an estimated 6 matches for "rilindo".

Did you mean: milind
2009 Jul 25
3
Rails Authorization and Security question
...dding authorization checks to every controller method that could spring a leak. Any good reason why I do that instead of adding the checks to the view pages, like? <% if current_user.admin? %> <display page> <% else %> <don''t display page> <% end%> - Rilindo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2009 Aug 17
3
Difference Between ROR and Django...
Hi I am the newbie to both Django as well as ROR.... Which one i have to choose as my carrier one.... And what is the main difference.... Djkango in Python & It is in Ruby.. which one is best to easy learn and about security Thank you... -- WithRegards... K.Ramkumar Blog at http://fallinlinux.wordpress.com/ contact : 97915 89522
2011 May 31
1
Unable to mount Centos 5.6 Server via nfs4 - Operation Not Permitted - MADNESS!
...tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:875 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:875 I am about to mount via NFS3, so that part I know works. Is there a known problem with NFS4 on Centos (or Red Hat) 5? Or am I missing something someplace? - Rilindo
2013 Mar 28
0
Puppet node does not see manifests on new puppet master
...ppet master. I do see from the puppet node that after it connects to the new puppet master, it deletes the plugin directories: File[/var/lib/puppet/lib/factor/ensure] removed File[/var/lib/puppet/lib/puppet/ensure] removed I am missing something here. Any clue as to what I may need to check? - Rilindo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups...
2011 Dec 05
2
Booting C 6.0 from C 5.7
I installed C 6.0 in an empty partition. It functioned. Despite using the usually successful methods of booting into another operating system from C 5.7, I can't get into C 6.0 Tried:- title C6-0 (2.6.32-71.el6.x86_64) rootnoverify (hd0,6) chainloader +1 and root (hd0,6) kernel /boot/vmlinuz-2.6.32-71.el6.x86_64 ro root=UUID=67c62872-0c69-451c-8412-3c218c0d2cb0 rd_NO_LUKS rd_NO_LVM
2012 Mar 14
2
testing a udp socket with netcat
i've this udp daemon which is waiting for an incoming udp datagram. now i want test this daemon for random garbage to test how it behaves. My udp daemon is running because its shows on netstat. problem is if i issue following command for putting udp datagram : $nc -uvvz <host> <port> it does not output any thing. i have straced the udp daemon. which does not returns from recv()