Being Yourself
Being Yourself
  • Home
  • Home
  • Home
  • /
  • Linux

Linux webserver useful commands – Ubuntu Part 2

  • Tar Files:
Its a convenient way of linking together a bunch of files. You may come across TAR files with any of the following extensions. So, we have listed each file type with the command to extract it.
  • TAR Files are not compressed:

Command: tar -xvf file.tar

x: Extract

v: Verbose

f: File Type

  • tar.gz or .tgz files are compressed using gzip compression:

Command: tar -xzvf file.tar.gz

x: Extract

z: for gz compression

v: Verbose

f: File Type

  • tar.bz2 files are compressed using bzip2 compression:

Command: tar -xjvf  file.tar.bz2

x: Extract

j: instead of z, we use j for bz2

v: Verbose

f: File Type

Posted on April 8, 2017 by kashif. This entry was posted in Linux. Bookmark the permalink.
Part 2-Node.js Restful API Sample App
Adding MongoDB to the RestAPI

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

    Recent Posts

    • Estimate and plan Human Resources for Projects
    • Unit Test errors for Karma test runner with Jasmine
    • Deploy MEAN App with Heroku
    • Working with github
    • Adding Angular2 to MEAN App

    Categories

    • Angular2
    • Express
    • github
    • Life Coach
    • Linux
    • MEAN Stack
    • Mobile Applications
    • Mongo DB
    • Nodejs
    • Popluar
    • Project Management
    • Swift – iOS Programming
    • Uncategorized
    • Unit Test
    • Web Development

    Tag Cloud

    aborting process actionsheet angular angular-cli angular2 beauty estimate Fay food delivery app github gratitude heroku HR Management ios ipad karma kashif life caoch life coach Linux MEAN Stack Memory allocation failed memory management mLab Mobile application Node.js order online plan Project Management restaurant swap swift uiactionsheet unit test web xcode

Tags

aborting process actionsheet angular angular-cli angular2 beauty estimate Fay food delivery app github gratitude heroku HR Management ios ipad karma kashif life caoch life coach Linux MEAN Stack Memory allocation failed memory management mLab Mobile application Node.js order online plan Project Management restaurant swap swift uiactionsheet unit test web xcode

Recent Posts

  • Estimate and plan Human Resources for Projects
  • Unit Test errors for Karma test runner with Jasmine
  • Deploy MEAN App with Heroku
  • Working with github
  • Adding Angular2 to MEAN App
Powered by
Skip to toolbar
  • About WordPress
    • WordPress.org
    • Documentation
    • Support Forums
    • Feedback
  • Log in
  • Register