No video

Linux Tutorial for Beginners - 10 - Compress and Extract tar and gz Files

  Рет қаралды 210,159

thenewboston

thenewboston

Күн бұрын

Source Code: github.com/the...
Core Deployment Guide (AWS): docs.google.co...

Пікірлер: 88
@rafaelgpontes
@rafaelgpontes 9 жыл бұрын
I decided to pause the video and come here to thank you not only for this series on Linux, but for everything you have done so far. You, sir, are a great inspiration and example. Keep up with the great work!!! Cheers from Brazil! o/
@imlblck01
@imlblck01 7 жыл бұрын
Eu pensei que eu fosse o unico br que assistia os videos dele kkkk
@kilianmelcher3811
@kilianmelcher3811 6 жыл бұрын
Eu comecei com ele em c++, e agr já to na playlist intermediária de Java, bucky é mt bom
@Anon.G
@Anon.G 9 жыл бұрын
There is no clear reason why you don't have more subscribers, keep up the good work
@scoreunder
@scoreunder 9 жыл бұрын
Anonymus Because his videos are often wrong? A lot of what he teaches is only loosely valid from a practical perspective and he accidentally teaches a lot of outright incorrect background information. He calls "gz" files "compressed files" but strongly implies they're the only type of compressed file (they're not; there's xz, bzip2, lzma, lrzip, and others). He says "tar" compresses, but the invocation he describes does not compress at all and results in a larger output than the original files combined. He describes the "v" option but doesn't mention that it stands for "verbose", which makes it easier to remember and easier to understand. He describes the "f" option as "the file options" but doesn't explain what on earth that means (it instructs tar to write to or read from a file given as the next argument, rather than using standard input/output). Another example: when he talked about how "ubuntu" handled backslashes. No, that's bash handling them. If you use a different shell it might not be handled like that. If you use a different distro but use bash, they will work the same. His description of shell word splitting is wishy-washy and only circumstantially correct but I can forgive that in a video aimed at newbies.
@mrgangsta2222
@mrgangsta2222 8 жыл бұрын
+scoreunder Thats pretty harsh man
@scoreunder
@scoreunder 8 жыл бұрын
+Kalamity I know it's harsh, but for someone so well known I think he should be more careful in teaching things, and teach them once he's familiar with them rather than while he's still learning. If people watch these videos and take them at their word, they will end up with some useful knowledge but a lot of incorrect assumptions which will hinder them in future. I believe that at his level of exposure +thenewboston has a responsibility to teach correctly and carefully. If it's what it takes, I would start up my own tutorial channel for topics I know in depth. However I have neither the viewers nor the charisma to make that happen, and it would still not stop incorrect tutorials from circulating.
@scoreunder
@scoreunder 8 жыл бұрын
+Slizzer I don't know of many tutorials - when I was starting with linux I'd poke around until I was sure I couldn't find something, and then I'd google for it. There's always someone on Super User or something of the like who has had a similar question. Most of the time the answers there are quite accurate too.
@AngeloZhadows
@AngeloZhadows 8 жыл бұрын
+Slizzer look for books, there's one called the bash bible scripting guide or something like that...I know some really good..but really great tutorials, but they're in spanish :( look for Richard Couture, maybe you're lucky and you find some english tutorials from him...since by his accent he seems to be north american.
@rigelr5345
@rigelr5345 5 жыл бұрын
These videos are like therapy to me.
@19942611
@19942611 4 жыл бұрын
ikr, his voice is just so soothing and he is so funny to listen too.
@augustineskywalker7375
@augustineskywalker7375 7 жыл бұрын
Finally a straight forward video on compression and decompression! Thanks Bucky!
@matttintoshplus5369
@matttintoshplus5369 7 жыл бұрын
"Boom roasted" I love it when he says that
@huckleberry582
@huckleberry582 9 жыл бұрын
Just wanted to let you know that I am really enjoying this series. I already knew some of the beginning stuff, but as we go farther on, I'm learning stuff I had not yet seen. Your simple ways of explaining this stuff makes it make sense. Keep it up!
@tocodelray
@tocodelray 3 жыл бұрын
Clear English, no bullshit music, great information. Upvoted and subbed!
@akashrayhan4518
@akashrayhan4518 5 жыл бұрын
In this video you showed us how we can compress and decompress any file but this method does not work for directories. I will be grateful if you tell me how i can do that for folders.
@JoeIdolChannel139
@JoeIdolChannel139 7 жыл бұрын
You deserve more views
@stratan9707
@stratan9707 9 жыл бұрын
i'm so in love with your work buddy, keep it up!
@amarchhabra2175
@amarchhabra2175 6 жыл бұрын
Great video! Total A+. Concise but complete video on how to compress and decompress files in Linux. I have been looking for something like this for a while. Thanks Again!
@dizat64
@dizat64 9 жыл бұрын
These videos are amazing and you have given me hope in humanity. I only hope i can pass this knowledge along as well as you have.
@badbadboy5657
@badbadboy5657 4 жыл бұрын
Wherever I'm in my life a student, a developer, or a DevOps junior engineer. I seem to cross paths with your videos.
@MegaNacke
@MegaNacke 3 жыл бұрын
This is extremly clear! Thanks for taking your time making this.
@viavia262
@viavia262 5 жыл бұрын
About zip files Compressed archives combine multiple files into a single file to make them easier to transport or save on diskspace. Archiving software may also provide options for encryption, file spanning, checksums, self-extraction, and self-installation. Zip is the most-widely used format, and can easily be opened on Windows, Android, iOS, OSX, Linux and many others.
@keithk9626
@keithk9626 8 жыл бұрын
Great work, dude....loving the videos. Keep up the good work!
@user-ce8hq4qg8p
@user-ce8hq4qg8p 6 ай бұрын
Thank you for this great video!
@MrDeraj17
@MrDeraj17 6 жыл бұрын
Bro, you really helped me. Thank you so much. Keep giving tutorials!!!!
@aghiadalzein3069
@aghiadalzein3069 4 жыл бұрын
Thanx for the explanation ,but i think tar is just for archiving the files into one file. if you want to use it for compressing ,you should add z to the options and modify the file name to (bucky.tar.gz) otherwise you are just archiving the files into one file. I am a beginner in linux so correct me if i am wrong.
@yordanibonilla5859
@yordanibonilla5859 4 жыл бұрын
Nice clear explanations just what I needed. Thanks !!
@eddieesco9582
@eddieesco9582 3 жыл бұрын
So simple and in English👏🏾👏🏾👏🏾
@maanyanaveen8776
@maanyanaveen8776 Жыл бұрын
Thank you, a LIFESAVER!!
@amanuel477
@amanuel477 9 ай бұрын
great, easy to understand
@NeoHagic
@NeoHagic 6 жыл бұрын
Great video!! This worked for me right away.
@damnation8794
@damnation8794 7 жыл бұрын
I can't unzip unreal tournament. says not found. I'm on Brewster debain
@Mschele
@Mschele 5 жыл бұрын
Thank you so much for this. Now it makes sense.
@techbuzz176
@techbuzz176 3 жыл бұрын
loved your videos, please make advanced level tutorials on Linux
@odedsayar4345
@odedsayar4345 9 жыл бұрын
Hi Bucky, great tutorial :) I'd love a more detailed explanation about the tar options (I know there are more but no idea what they're doing or when they're important)
@zeeshansyed5148
@zeeshansyed5148 2 жыл бұрын
Fantastic, Thank you for this video.
@tharaaalmlehim5386
@tharaaalmlehim5386 2 жыл бұрын
please how we can use the “Extract” command to find the positive answer of the solutions for an equation
@Ulghart
@Ulghart 5 жыл бұрын
I think that it is a good use to compress files inside a directory, to avoid creating a tar bomb, when you are compressing many files into one tar file. Correct me if I am wrong.
@arcadicus_ezevius
@arcadicus_ezevius 5 жыл бұрын
Ulghart I agree but how can u do it with folders?
@arcadicus_ezevius
@arcadicus_ezevius 5 жыл бұрын
Oh u just type the directory instead of the file lol
@acetrainerarjun821
@acetrainerarjun821 2 жыл бұрын
I assume it is the same principle in Fedora as it in Ubuntu, as it pertains to the tar command?
@JakeTheRufus
@JakeTheRufus 7 жыл бұрын
Fantastic video. Thank you!
@abrahamyalley9973
@abrahamyalley9973 3 жыл бұрын
Hello , for example if you wanted to compress all files from the first day of every month from a particular directory how would you do that please
@dropshotking1212
@dropshotking1212 4 жыл бұрын
ok i got a question... ive noticed when doing rm "file_name" that it does not move it to the trash... does this mean that the file is just simply gone?? or is there still a trace of it somewhere??
@annexgroup6878
@annexgroup6878 4 ай бұрын
Good tutorial🎉
@hamoode111
@hamoode111 5 ай бұрын
Thanks from Kurdistan
@krisdouglas6536
@krisdouglas6536 8 жыл бұрын
Hi there great tutorial thanks for your time. Are these commands the same for all Linux disros ? As in Kali also ? I was under the impression that a name that had a space had to be put inside "" ? Many thanks
@lagoon7977
@lagoon7977 4 жыл бұрын
Im new to linux and im trying to install Arch as my 1st distro. i have to run command (bsdtar -xpf ArchLinuxARM-rpi-4-latest.tar.gz -C root) but output is showing bsdtar command not found. I don't know how to install packages or where to get them at.. all i know is how to use apt-get and a little about editing something called sources.list. Can you please point me in the right direction? Also do you know what -C is in -C root?
@ghassanalhajj7673
@ghassanalhajj7673 26 күн бұрын
Great bro
@ramseyahmed5
@ramseyahmed5 Ай бұрын
Thank you!
@T3chnocr4t
@T3chnocr4t 7 ай бұрын
understandable thanks man
@muganzasuleyman1416
@muganzasuleyman1416 9 жыл бұрын
Big thanks! From kenya,
@spandanhalder7759
@spandanhalder7759 2 жыл бұрын
Thanks a lot for saving my ass as well as my assignment.
@Staticva25
@Staticva25 5 жыл бұрын
how can i make compress to directory?
@vishavkirat6969
@vishavkirat6969 2 жыл бұрын
gz -d is equivalent to gunzip command
@vishavkirat6969
@vishavkirat6969 2 жыл бұрын
1. Gzip is a compression tool used to reduce the size of a file 2. Tar is an archiver used to to combine multiple files into one (does not reduce the file size)
@rahneshin752
@rahneshin752 2 жыл бұрын
♥️♥️♥️
@nouriracho5272
@nouriracho5272 5 жыл бұрын
Amazing video
@jzhang221
@jzhang221 8 жыл бұрын
great work!
@paulmorrey733
@paulmorrey733 5 жыл бұрын
Great video Thanks
@liluna6731
@liluna6731 4 жыл бұрын
GUI everything. Bam. A toddler can do this.
@bartolj.4502
@bartolj.4502 8 жыл бұрын
how come compressed file takes up more space than uncompressed file
@4pxris3
@4pxris3 5 жыл бұрын
You should learn about some compression algorithms.
@miketh1234
@miketh1234 6 жыл бұрын
"c" means create a compressed file not only create a file. This distinction should be made when invoking the other argument "z" in order to belay confusion.
@arcadicus_ezevius
@arcadicus_ezevius 5 жыл бұрын
Michael Thomas what is z for?
@arcadicus_ezevius
@arcadicus_ezevius 5 жыл бұрын
Or did u mean x?
@ibrahimsadnam6353
@ibrahimsadnam6353 Жыл бұрын
Tnx
@thanhavictus
@thanhavictus 4 жыл бұрын
You didnt even explain why we have two different zip proceedures, or why youd commonly see tar.gz
@xcvsdxvsx
@xcvsdxvsx 7 жыл бұрын
jcvf with extension .tar.bz2 to compress and archive at the same time
@RunFMe
@RunFMe 9 жыл бұрын
You're great!
@harrizdanial3730
@harrizdanial3730 5 жыл бұрын
Love it
@felipeferreira5206
@felipeferreira5206 6 жыл бұрын
dang man, you are the bomb dot com
@randixlai9216
@randixlai9216 8 жыл бұрын
What the heck does that v and f mean? What the heck is the "option"? You didn't seem to teach these in previous tutorials. I'm confused now.
@oneonta310
@oneonta310 8 жыл бұрын
V stands for verbose i.e. it will show output in the terminal
@randixlai9216
@randixlai9216 8 жыл бұрын
Christian Herrera thanks for the reply now i know now. I've been messing with centos for some time and things seem to be a lot clearer now.
@bartolj.4502
@bartolj.4502 8 жыл бұрын
hey I have something that is pretty confusing, how come compressed file takes up more space than uncompressed file?
@Myllkanst
@Myllkanst 8 жыл бұрын
I suppose it applies for tiny files, that the compress code takes up a bit of space. Try bigger files and it should compress a lot.
@bartolj.4502
@bartolj.4502 8 жыл бұрын
yea thats what I was thinking but wasn't sure about it, thanks
@Kenlauderdale123
@Kenlauderdale123 7 жыл бұрын
idk, but the guy on this tutorial sounds like TechRax o_o
@adsick_ua
@adsick_ua 2 жыл бұрын
5 min is too long for these commands but still useful vid.
@beat461
@beat461 7 жыл бұрын
you didn't explain tar.gz and tar.gx and i thnk you just put these files in an archive but didn't compress them.
@eljaguar4789
@eljaguar4789 4 жыл бұрын
Why the f... eff did pop down there? :-)
@Edu4Dev
@Edu4Dev 2 жыл бұрын
have to trust me lol lol lol
What will he say ? 😱 #smarthome #cleaning #homecleaning #gadgets
01:00
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 20 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 20 МЛН
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,1 МЛН
Archiving and Compression on Linux - Basic tar Commands
16:11
tutoriaLinux
Рет қаралды 64 М.
60 Linux Commands you NEED to know (in 10 minutes)
10:50
NetworkChuck
Рет қаралды 1,5 МЛН
How to Use Tar on Linux | Command Line Tips from Linode's Top Docs
23:26
Stop using APT
9:56
Chris Titus Tech
Рет қаралды 514 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 58 М.
Linux Tutorial for Beginners - 8 - File Permissions
10:27
thenewboston
Рет қаралды 332 М.
Unix vs Linux
13:59
Gary Explains
Рет қаралды 1,6 МЛН
Basic Linux Navigation
12:30
Nathan Backman
Рет қаралды 12 М.
What will he say ? 😱 #smarthome #cleaning #homecleaning #gadgets
01:00