Skip to content

Instantly share code, notes, and snippets.

View brsata's full-sized avatar
🖖

Barış Ata brsata

🖖
View GitHub Profile

Keybase proof

I hereby claim:

  • I am brsata on github.
  • I am brs (https://keybase.io/brs) on keybase.
  • I have a public key whose fingerprint is C71E 1A4B A0D9 037E C070 D57F 76BE 30E3 6A87 2FBB

To claim this, I am signing this object:

@brsata
brsata / metadata.md
Last active August 29, 2015 13:58
metadata by services.

Metadata by services from A Guardian guide to your metadata.

##email

sender's name, email and IP address
recipient's name and email address
server transfer information
date, time and timezone

unique identifier of email and related emails

@brsata
brsata / Linux Commands.md
Last active August 29, 2015 13:57
Linux Commands In Structured Order with Detailed Reference http://linoxide.com/guide/linux-command-shelf.html

#Linux Commands In Structured Order ##1. SYSTEM

$ uname –a                       => Display linux system information
$ uname –r                       => Display kernel release information (refer uname command in detail)
$ cat /etc/redhat_release        => Show which version of redhat installed 
$ uptime                         => Show how long system running + load (learn uptime command)
$ hostname                       => Show system host name
$ hostname -i                    => Display the IP address of the host (all options hostname)

$ last reboot => Show system reboot history (more examples last command)