Dieses Blog durchsuchen

Mittwoch, 11. November 2015

Linux

Gerade gesehen...

Mittwoch, 11. November 2015

Usefull (Oracle) Linux commands

This blog is a cheat slip of commands I use on a regular basis, but where I also google for all the time.

  • Check the running Linux distribution / Operating system Version
    # cat /etc/issue.net | head -1
    Oracle Linux Server release 5.7
  • Check for ports in use
    $ netstat -nplt
  •  ssh using private key and port forewarding
    $ ssh oracle@«ipadress» -i .ssh/id_rsa -L 5503:localhost:5500
                   !!!replace "oracle" with your Username!!!
                   !!!replace port numbers with your port numbers!!! 
  • to be continued ...

und gemerkt....

Greetz & Credits 2

Keine Kommentare:

Kommentar veröffentlichen