post  n00b h3r3

Grey Wolf (1617)   Link to this post
Shouldn't that be Windows, IIS, MS SQL and ASP = WIMA?

Only if you want asp in your stack...

Replace MySQL with SQL Server and you have WISA. :0)
chrisname (2570)   Link to this post
Only if you want asp in your stack...

I wouldn't because I hate ASP; the point is then you only have microsoft code running on your server.
DrChill (558)   Link to this post
Ok after one hour of attempting to set up and install everything I suddenly realised that I was running linux.Land of the free, home of the brave so I looked up a sudo command and it worked I was ecstatic.And now I want to set up a website so I looked up a tutorial and started following it but the first thing it told us to do was access the folder and create a new directory so to make a relatively short story shorter:

jacob@ubuntu:~$ cd //
jacob@ubuntu://$ dir
bin etc initrd.img.old mnt sbin tmp vmlinuz.old
boot home lib opt selinux usr
cdrom host lost+found proc srv var
dev initrd.img media root sys vmlinuz

jacob@ubuntu://$ cd /var/www
jacob@ubuntu:/var/www$ dir
index.html
jacob@ubuntu:/var/www$ mkdir testsrvr
mkdir: cannot create directory `testsrvr': Permission denied


How do I gain access to meh files?
Last edited on
chrisname (2570)   Link to this post
You need to sudo.
See http://cplusplus.com/forum/lounge/16462/page2.html#msg82872
Last edited on
DrChill (558)   Link to this post
Yes bazzy just helped me with that, now I am on the way to being an epic z0mg Hax0r :)

Pages: [1] [2] [3]


This topic is archived - New replies not allowed.