Valavil RESEARCH: BLOG

Illustration of a bird flying.
  • hello.php

    prints out “happy hacking” using web browser.

    January 3, 2010
  • pidof — find the process ID of a running program

    $man pidof $pidof chromium 2551 2495 2398 1680 1558 1534 1530 1517 $pidof gnome-terminal $pidof pidof 2567 $pidof gnome-session $pidof gdm3 714 $pidof gdbus $pidof gpm 709 $pidof systemd 1123 $pidof agetty 665 $

    January 3, 2010
  • pidof

    Pidof finds the process id’s (pids) of the named programs

    January 3, 2010
  • hash

    i think i did not find typical manpages for “hash”

    January 2, 2010
  • nc – tcp/ip swiss army knife

    nc – tcp/ip  swiss army knife

    ABOUT nc Netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. Netcat is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging…

    December 31, 2009
  • nc – TCP/IP swiss army knife

    A UNIX Command Window I Server $nc -l -p 3333 hello hello how are you ? fine Window II client $nc 127.0.0.1 3333 hello hello how are you ? fine UNIX Explanation netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol. Related Source Code Exposition…

    December 31, 2009
  • nc

    netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol. netcat examples

    December 31, 2009
  • free – Display amount of free and used memory in the system

    A UNIX Command $free total used free shared buffers cached Mem: 507008 432908 74100 0 14700 186816 -/+ buffers/cache: 231392 275616 Swap: 1485972 0 1485972 $free -m total used free shared buffers cached Mem: 495 422 72 0 14 182 -/+ buffers/cache: 225 269 Swap: 1451 0 1451 $ UNIX Explanation Display amount of free…

    December 30, 2009
  • free -m

    Display amount of free and used memory in the system.

    December 30, 2009
  • tee – read from standard input and write to standard output and files

    A UNIX Command $tee name my name is nice. my name is nice. $cat name my name is nice. $ UNIX Explanation Copy standard input to each FILE, and also to standard output. A special variant of the tee for the shell is called script and permits duplicating all input commands submitted to a shell…

    December 28, 2009
←Previous Page
1 … 114 115 116 117 118 … 120
Next Page→

Website Powered by WordPress.com.

 

Loading Comments...
 

    • Follow Following
      • valavil.in
      • Already have a WordPress.com account? Log in now.
      • valavil.in
      • Edit Site
      • Follow Following
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar