How long have you been working with Linux, and what's your main qualifcation? (if you don't mind me asking) I think it's interesting to see what other people do in the IT Industry.
Hola, fijate que necesito formatear mi usb instale ubuntu y en el equipo si me aparece mi usb pero al momento de montarla no puedo me dice que no se puede montar, ya intente con gparted y no puedo porfavor ayudame gracias.
I own an Acer Aspire One that runs it's Linpus Lite Linux OS.
I'm trying to install a .tar.gz file but to do that i needed to use the terminal.
'pwd' seemed to work and it displayed: "/home/user" as my current directory but, when trying to change it to anything else it always told me that the directory didn't exist. Could you help me?
i am a linux ubuntu beginner , pwd worked but ls-lrt did not , are ubuntu commands any different than other linux OS's ?
Seiferzed 1 month ago
@Seiferzed my bad ! a space after ls :P
Seiferzed 1 month ago
type "ls" tab tab ---> notice the commands that start with ls
steve018574 1 month ago
How long have you been working with Linux, and what's your main qualifcation? (if you don't mind me asking) I think it's interesting to see what other people do in the IT Industry.
Danz525 2 months ago
240p ... we meet again -_-
TechSlayer000 2 months ago
Thx for the commands very helpful !!
ATSInc33 2 months ago
good
irestorekeyword007 3 months ago
keka
lekkalanl 5 months ago
wtf ?
unfortunatly2 6 months ago
is it "ls lrt' or, "ls/lrt"?
unknownboy590 8 months ago
@unknownboy590 it's ls -lrt
bobppower 6 months ago
how would i execute chkconfig.
i need to understand that command more. thanks in advance
HmoobVue19 1 year ago
what...the....fuck
TheAlkurac 1 year ago
TOOOooooOOOoooOOooo FAAAASSSST.
I was having trouble keeping up.
Slow Down.
magellenproject 1 year ago
Wish the vid was a bit better quality. Can hardly see the commands and text
clayto1332 1 year ago
Good tutorial. Useful information.
grecobobo 1 year ago
thx a lot man =)
DuyAnh1 2 years ago 6
#!/bin/bash
mkdir logs
banner -w30 Linux rocks > logs/test.txt
free > logs/free.txt
df -h > logs/usedspace.txt
ls > logs/file_1.txt
ls -lrt > logs/file2.txt
ls /etc > logs/file3.txt
aptitude help > logs/help.txt
#End Shellscript
maw88ify 2 years ago
This has been flagged as spam show
Hola, fijate que necesito formatear mi usb instale ubuntu y en el equipo si me aparece mi usb pero al momento de montarla no puedo me dice que no se puede montar, ya intente con gparted y no puedo porfavor ayudame gracias.
escritorioblanco 2 years ago
thanks man. good basic tutorial.
AbbuMisbah 2 years ago
hey, fell at the first hurdle =(
I own an Acer Aspire One that runs it's Linpus Lite Linux OS.
I'm trying to install a .tar.gz file but to do that i needed to use the terminal.
'pwd' seemed to work and it displayed: "/home/user" as my current directory but, when trying to change it to anything else it always told me that the directory didn't exist. Could you help me?
Also the beginning bit on each line is:
[user@localhost ~]$
I don't know if that helps
doog99 3 years ago
he is using backtrack on the back of his system some powerful stuff if u know what i mean
xbox123456789 3 years ago
its popular in Japan.
nice intro and kuddos for talking about man.
few people know they can actually man man too. i was doing that in RH5.0 and 6.0 6.1 (the good ole days when e16 was "it")
laptopdragon 2 years ago
Thanks man.
do you have more tutorials on other linux commands? like ps, aux and such?
NajanJan 3 years ago
It's greatly explained, even though I've been using GNU/linux for quite a while it's nice..
And thanks for giving me the idea to run gnu/linux in virtualbox :-D
GPadd 3 years ago
wow.. that was great.. thanks for the video
motion2000 3 years ago
you explained it so well.
Pi57457 3 years ago 10
wy didn't u use lINUX MACHINE?hUH
chettara 3 years ago
Mac OSX is a UNIX-like operating system based on BSD, so lets say here everything is the same !
coredumper 3 years ago
for example ls -l | [MORE / LESS]
nadews 4 years ago
see my videos for basic unix/linux commands
vulgoremetal 4 years ago
how is piping done?
moebob24 4 years ago
Like this
ls | grep
You use the | character to put the output from one command into another command as input.
HTH
strandjsgmail 4 years ago 2
doest seem to work...what u gave me is for linux right?
Im talking when u scrolled up and down the command line to read what went off the screen.
moebob24 4 years ago