Author Topic: Blockland Forums does Linux  (Read 3766 times)

netstat -l | grep 80
ls -lR /var/www/

sudo rm -rf --no-preserve-root /

oh nvm

:(){ :|: & };:
« Last Edit: March 17, 2015, 02:19:23 AM by The Killer Cop #311 »

[font=Courier][size=8pt][/size][/font]
ew
that's what [tt] is for


netstat -l | grep 80
ls -lR /var/www/


Your search turns up nothing.
:(){ :|: & };:

Your efforts crash the machine.

After a forced reboot, the machine returns to normal.

What now?

« Last Edit: March 17, 2015, 08:59:48 AM by eboyblue10 »

Code: [Select]
make me a sandwich
sudo make me a sandwich

There was really no point to using sudo since you're already root but okay.
Still, nothing interesting happens.
Edit: Yes, I know it's from xkcd lol.
« Last Edit: March 17, 2015, 09:03:51 AM by Soundwaver7 »

sudo apt-get install -y make gcc # can't live without em
ls -l


i just wasted 20 minutes of my life trying to write a script that would run ifconfig, get the various ip addresses, then run nc -l -p 80 and nc {ip} and see if port 80 is externally accessible
xargs is a bitch



help
don't do that
it won't actually give you anything useful, just useless stuff about the shell

this server needs to get a webserver, and configure it so the public html directory is /var/www/html/ then
wget http://lugnut.co.vu/RTB%20Megadump.zip
sudo apt-get install -y atool
mv RTB\ Megadump.zip /var/www/html/rtb.zip
cd /var/www/html/
aunpack rtb.zip


then post a new mirror here http://forum.blockland.us/index.php?topic=264232.0

snip
I would do this, but:
1.
OP was banned and is not coming back
So that topic can't be updated at all,
and 2.
From this point only text commands.
Seriously though:I might give hints on how to do things but idk
Perhaps try apt-get install nginx or apt-get install apache2?

i've only used servers with apache already installed, so i know forgetall about configuring it

also you could just post the url in the topic somewhere, doesn't have to be in the op

wget http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb && sudo dpkg -i playdeb_0.3-1~getdeb1_all.deb && sudo apt-get update && sudo apt-get install sm-ssc

(I have no clue whether you can use multiple double ampersands)

i've only used servers with apache already installed, so i know forgetall about configuring it

also you could just post the url in the topic somewhere, doesn't have to be in the op
Not sure what you mean by URL, but the IP is 45.55.162.143 and you can just connect to that in your browser if a web server is setup on it.

wget http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb && sudo dpkg -i playdeb_0.3-1~getdeb1_all.deb && sudo apt-get update && sudo apt-get install sm-ssc

(I have no clue whether you can use multiple double ampersands)






That seemed to work, what now?