Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-04 Ruby in Twenty Minutes-04 So, looking deeper at our new program, notice the initial lines, which begin with a hash […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-03 Ruby in Twenty Minutes-03 Now let’s create a greeter object and use it: irb(main):035:0> g = Greeter.new("Pat") => #<Greeter:0x16cac @name="Pat"> […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-02 Ruby in Twenty Minutes-02 What if we want to say “Hello” a lot without getting our fingers all tired? We […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-01 Introduction This is a small Ruby tutorial that should take no more than 20 minutes to complete. It makes the […]
Linux Applications July 6, 2014 0 Comments pktstat DESCRIPTION The pktstat program displays a real-time summary of packet activity on an interface. Each line displays the data rate […]
Commands July 4, 2014 0 Comments aptitude : command not found aptitude : command not found Install aptitude on pcDuino Ubuntu $ sudo apt-get install aptitude -y Aptitude is a menu-driven, […]