Wednesday, September 23, 2009

install bin file in ubuntu

very easy step so always forget about this lol
chmod +x filename.bin
./filename.bin

change file right
chmod 755 filename

change file ownerwhip
chown -r username filename
-r is to function as recursive

vi
next page ctrl + f
previous page ctrl + b
end of the file shift + g

cli
go to first of the line ctrl + a
go to end of the line ctrl + e
delete every thing on line ctrl + u
end everything ctrl + z
copy ctrl + insert
paste shift + insert

No comments:

Post a Comment