PDA

View Full Version : Compiling Amxx Plugin on Linux (Ubuntu)[Video]


AntiBots
03-22-2010, 20:16
Well, today I was with free time an I start making some modules under Ubuntu, So I have the idea to create this stupid video :P

http://www.youtube.com/watch?v=kr_95VlqaMI



I will create more Video Tutorial, Like Doing modules, configure Visual Studio, CodeBlocks an other great IDE's.

fysiks
03-22-2010, 20:20
"dir" in linux lol.

AntiBots
03-22-2010, 20:49
"dir" in linux lol.

And?

fysiks
03-22-2010, 22:27
I just thought it was funny because dir is a Windows thing.

AntiBots
03-22-2010, 22:29
I just thought it was funny because dir is a Windows thing.

dir, mkdir, cd, cd .., are very similar. They are somethings new, but Is the same.

Example for open a program in Windows: program.exe Linux: ./program

fysiks
03-22-2010, 22:52
I don't want to drag this on any longer. The reason I thought it was funny was because when I first started learning to use linux quite some time ago I always tried to use dir but never worked because it is not (or was not if they changed it in some versions) a linux function. I never use dir in linux anymore.

/OT sorry for taking your time.

joropito
03-23-2010, 15:29
dir, mkdir, cd, cd .., are very similar. They are somethings new, but Is the same.

Example for open a program in Windows: program.exe Linux: ./program

Sorry for offtopic.
dir is an alias of ls
Type alias to check the aliases list.


alias dir=ls
alias gotobed=shutdown -h now

01101101
03-23-2010, 19:29
alias gotobed=shutdown -h now

LOL

Seta00
03-24-2010, 06:27
`dir' is a POSIX specification, every POSIX conformant OS have it.

YamiKaitou
03-24-2010, 10:45
Sorry for offtopic.
dir is an alias of ls
Type alias to check the aliases list.

Whille it may be an alias, it behaves slightly differently. On Fedora, ls returns results in color whereas dir doesn't.