Remote Login============ssh client is a program for logging into remote machine and execute commands.ssh [-l login_name ] hostname | user@hostname [command ]other optionsssh [-afgknqstvxACNTX1246 ] [-b bind_address ] [-c cipher_spec ] [-e escape_char ] [-i identity_file ] [-l login_name ] [-m mac_spec ] [-o option ] [-p port ] [-F configfile ] [-L port host hostport ] [-R … Continue reading Linux commands for remote access, compress, decompress
Author: sandipransing
Variables initialization, assignments and swapping in ruby
Just a single line variable swap in rubyx,y=y,xExample:irb>> x = "Fun"=> "Fun"irb>> y = "Rails"=> "Rails"irb>> x,y = y,x=> ["Rails", "Fun"]irb>> p x"Rails"=> nil>> p y"Fun"Variable assignments in Rubywe can do multiple assignments in a single line.irb>> a,b,c,d = 1,2,3,4=> [1, 2, 3, 4]here is interpretation of above lineirb>> p "a => #{a} b => #{b} … Continue reading Variables initialization, assignments and swapping in ruby
Ruby On Rails Developers in India
Hello ROR lovers, I wanted to list down ruby on rails developers in india. I would glad to see your name in this list. Lets, see how much rails hobbies are there in india. Thanks,SandipList goes here..................Name: Sandip RansingROR Experience: 2.1 yrsOverall: 2.8+ yrsLocation: PuneCompany: Josh Software Private Limited.Name: Amit YadavExperience: 2.5 yrsOverall: 5.8 yrsLocation: … Continue reading Ruby On Rails Developers in India
