All language subtitles for 5. Useful Linux Commands

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian Download
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,300 --> 00:00:06,450 Hi and welcome back in this tutorial, I will cover some really useful Linux commands. 2 00:00:06,870 --> 00:00:08,460 So let's get started. 3 00:00:09,000 --> 00:00:18,330 First Command is P W D, which displays the present working directory l a list directory contains CD 4 00:00:18,540 --> 00:00:20,010 is the change directory. 5 00:00:20,010 --> 00:00:29,100 Common History prints the history man displays the only manual for a given command clear clears the 6 00:00:29,100 --> 00:00:32,550 screen and Kadir to make a directory. 7 00:00:32,880 --> 00:00:42,420 CB copy grep displays the matching lines alias create a shortcut to a command touch to create a new 8 00:00:42,420 --> 00:00:43,080 file. 9 00:00:43,470 --> 00:00:50,310 A B Advanced Package tool is used to install and remove different programs. 10 00:00:51,410 --> 00:01:00,970 I ifconfig, in short, interface configuration i w config is similar to ifconfig, but is dedicated 11 00:01:01,050 --> 00:01:02,930 wireless interfaces. 12 00:01:03,530 --> 00:01:10,220 Locate, find files by name and nano, which is a command line text editor. 13 00:01:10,970 --> 00:01:13,760 So let's see these commands in action. 14 00:01:14,120 --> 00:01:17,630 Open up terminal by clicking on the terminal icon. 15 00:01:18,050 --> 00:01:23,600 It's important to keep in mind that unlike Windows, Linux is case sensitive. 16 00:01:24,020 --> 00:01:32,150 This means that it is is different from L use p w d to print the working directory. 17 00:01:32,660 --> 00:01:40,940 The director you are in is route in this case, so use see command to move to a different location by 18 00:01:40,940 --> 00:01:48,830 typing c d slash been enter p w d command again and you are in the bin directory. 19 00:01:49,610 --> 00:01:58,010 If you want to see the contents of director, you are in use as command or L is with Option L. 20 00:01:58,490 --> 00:02:05,900 This will show you the size, date, permission and all normal file to go back to your root folder. 21 00:02:06,170 --> 00:02:15,590 Just type C D and to make a directory used mkdir and type the name of your directory to remove the directory. 22 00:02:15,590 --> 00:02:23,890 Use Error Command with Option R, you can use men to display the manual over specific command, and 23 00:02:23,890 --> 00:02:27,590 the very handy command to clear your screen is clear. 24 00:02:28,040 --> 00:02:35,750 If you want to install or remove a program, use up to get command to install, type up to get, install 25 00:02:35,750 --> 00:02:39,770 and the name of the program and to remove type output. 26 00:02:39,980 --> 00:02:44,450 Get to remove used tab key for auto completion. 27 00:02:45,170 --> 00:02:51,620 Touch Command is the easiest way to create the file type touch and the name of the file. 28 00:02:52,640 --> 00:03:01,080 CPE is used to make copies of files and directories, type C, B and the name of your file and then 29 00:03:01,080 --> 00:03:02,310 the destination. 30 00:03:03,340 --> 00:03:09,970 Greg is a powerful command, which looks for the pattern of the text that you specify on the command 31 00:03:09,970 --> 00:03:10,360 line. 32 00:03:10,870 --> 00:03:16,630 Let's say you want to find every line which contains the string password in this walls. 33 00:03:16,630 --> 00:03:25,960 Fire type grep, password word list alias command can be useful if you want to create a shortcut to 34 00:03:25,960 --> 00:03:31,150 a command type alias name equal in the command. 35 00:03:31,630 --> 00:03:37,270 This will create an alias called Ace, which will use the clear command. 36 00:03:38,310 --> 00:03:46,230 Historical men can be used to list commands, you have time to delete all history you see option locate 37 00:03:46,230 --> 00:03:50,970 command is the simplest way to find the location of files on Linux. 38 00:03:51,330 --> 00:03:58,650 Just type locate in the name of the file, and here is a list of places where the file is located. 39 00:03:59,470 --> 00:04:03,450 I ifconfig stands for interface configuration. 40 00:04:03,780 --> 00:04:09,240 It is used to view and change the configuration of the network interfaces. 41 00:04:09,870 --> 00:04:14,310 To view the configuration of a specific interface, type its name. 42 00:04:14,310 --> 00:04:18,540 Here you can see the IP address and the Mac address. 43 00:04:19,140 --> 00:04:25,560 I w config is used to display the wireless interfaces on your system. 44 00:04:26,340 --> 00:04:34,380 Nano is a small and friendly text editor, just type nano, and the part of the file nano will follow 45 00:04:34,380 --> 00:04:44,550 the pad and open that file use control plus o to write and press enter to save changes to exit press 46 00:04:44,550 --> 00:04:46,170 control plus eggs. 47 00:04:46,890 --> 00:04:49,140 So that's it for this lesson. 48 00:04:49,500 --> 00:04:52,680 Thanks for watching, and I'll see you next time. 5148

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.