Schweppes
Account Details
SteamID64 76561198019310688
SteamID3 [U:1:59044960]
SteamID32 STEAM_0:0:29522480
Country Belgium
Signed Up January 20, 2014
Last Posted July 10, 2018 at 4:05 PM
Posts 983 (0.2 per day)
Game Settings
In-game Sensitivity 1.25
Windows Sensitivity 6/11
Raw Input 1
DPI
800
Resolution
1024x768 bb
Refresh Rate
144
Hardware Peripherals
Mouse Logitech G403
Keyboard Steelseries 6gv2
Mousepad Steelseries QCK XXL
Headphones Steelseries Siberia V2 Frost Blue
Monitor BENQ XL2411Z
1 ⋅⋅ 56 57 58 59 60 61 62 ⋅⋅ 66
#139 How to get a girlfriend? (tips and tricks) in The Dumpster

Prove that you are an interesting, individual and unique person and not part of the sheeple by having a blog where you discuss religion and atheism, a mac, posting on reddit, wearing stylish leather headgear and growing a beard (ironically!). Don't work out, you don't want to give in to this macho culture where people who do get girls, but you, the intellectual alpha male don't. If girls reject you, post about it on /r/friendzone or 9gag and explain that girls only like assholes and not nice guys such as yourself.

girls will flock to you I guarantee

posted about 10 years ago
#9 TF2Lobby in TF2 General Discussion

background-image: url('/images/IPRC_Seized_2011_05_Baltimore.gif');

just a simple image he put there himself lol

posted about 10 years ago
#10 Guardian of the Galaxy soundtrack in Off Topic

for the people that enjoy this one, some of the fanmade ones are pretty good

https://www.youtube.com/watch?v=u2RDVeOGmao

posted about 10 years ago
#164 Christmas Presents in Off Topic

€350, seiko watch, scotch and a t-shirt

gave my brother a seattle seahawks sweater and one of those Bongo breakfast reservations for my parents. Got my granddad a bottle of Aachener Domliqueur he likes

posted about 10 years ago
#734 Post your setup in Off Topic
ScilliantSchweppeshttp://i.imgur.com/iIv8ChZ.png
not the best quality though
What's with the filter

I have no idea man, should probably have taken this with a camera instead of my 3mp phone

posted about 10 years ago
#732 Post your setup in Off Topic

http://i.imgur.com/iIv8ChZ.png

not the best quality though... also no that is not an hourglass

posted about 10 years ago
#3 Cringy christmas songs? in Off Topic

I win this one

https://www.youtube.com/watch?v=9KzOZPRv5rs

posted about 10 years ago
#17 linux pingsweeper script in Off Topic
Stochast1cSchweppesArienmap -sn 192.168.1.0/24This was cool too, but not allowed to use nmap as it requires apt get. ty though
What do you mean it requires apt-get? Are you using a different distro that uses a different package manager? Every distro that I know of has nmap in its repos. Even if it doesn't you can always build from the source code.

Are you on a network without root access? IF yes, then why the hell are you trying to scan addresses of other people's computers without their permission?

I'm using ubuntu (not updated) since that's the distribution we're using, might be possible it was already then but when I tried arie's command it said nmap was not installed

CHERRYStochast1cSchweppesArienmap -sn 192.168.1.0/24This was cool too, but not allowed to use nmap as it requires apt get. ty though
What do you mean it requires apt-get? Are you using a different distro that uses a different package manager? Every distro that I know of has nmap in its repos. Even if it doesn't you can always build from the source code.

Are you on a network without root access? IF yes, then why the hell are you trying to scan addresses of other people's computers without their permission?
Cause he wants to troll his classmates using nasty scripts found on the internet, hellooo? :D

To the OP: If that's what you want to do it's not a good idea.
Given that you needed help for that you won't cover tracks and your administrator will know who did it plus your colleagues certainly won't find it fun.
Please treat it more like an advice and don't take any offence. Play some 8Ball if you're bored during lessons since this won't take you anywhere.

I'm new to all of this so please explain why I can't do it like this, the task was to make a script that reads your ip from ifconfig and then using this pings every ip from 1-254 to see if they're up/down.

Keep in mind I'm just following orders here, I have no intention to use something like this myself. I don't even know what I could do with it, other than ping address with 1 packet

posted about 10 years ago
#14 linux pingsweeper script in Off Topic
Arienmap -sn 192.168.1.0/24

This was cool too, but not allowed to use nmap as it requires apt get. ty though

mr64bit_for i in `seq 0 255`; do
ping -c 1 192.168.1.$i
done

This will just ping each address between 192.168.1.0 and 225 once and give normal output. From there, you can parse the output and decide if it's up or down.

Ty for this

posted about 10 years ago
#13 linux pingsweeper script in Off Topic

#!/bin/bash

ip=$(ifconfig | grep "Bcast:" | cut -d: -f3 | cut -d' ' -f1 | cut -d'.' -f1-3)

for i in `seq 0 255`;

do
ping -c 1 $ip.$i
if []
then
echo "Host "$ip.$i" is up."
else
echo "Host "$ip.$i" is down."
fi
done

The pinging works but I can't seem to figure out how to get a return value for my if statement

If I wish to do it this way, what would I need to enter between the [] to check if the ping was succesful or not? Anything I should add?

this seems to work:
#!/bin/bash
ip=$(ifconfig | grep Bcast | cut -d: -f 3 | cut -d. -f 1,2,3)"."
for i in $(seq 1 254)
do
code=$(ping -c 1 "$ip$i" | grep received | cut -d, -f 2 | cut -d' ' -f $
if [ $code != 0 ]
then
echo "Host "$ip$i" is up."
else
echo "Host "$ip$i" is down."
fi
done

Probably an easier way to do this though :(

posted about 10 years ago
#1 linux pingsweeper script in Off Topic

I need to create a pingsweep script in bash (.sh) for linux, but I have no idea how to start creating one. It would read your current ip and perform one in the last octet of the network, so a possible output would be
Host 192.168.0.1 is down.
Host 192.168.0.2 is down.
Host 192.168.0.3 is up.
Host 192.168.0.4 is up.
Host 192.168.0.5 is down.
Host 192.168.0.6 is up.
...

I don't want to copy anything but help would be appreciated. Can reward helpful posts/good advice with virtual headgear, if you wish

also general tips for someone who's new to linux command prompt are cool too

posted about 10 years ago
#8 ESEA-I S18 Happenings/Predictions in TF2 General Discussion
enigmawe dead

tf2 is kill

posted about 10 years ago
#544 OFFICIAL DREAMHACK WINTER THREAD in CS2 General Discussion

http://esportsexpress.com/2014/12/isis-fnatic-csgo-sponsorship/
ayy

posted about 10 years ago
#528 OFFICIAL DREAMHACK WINTER THREAD in CS2 General Discussion
mustardoverlordI mean hes not wrong

death threats over a video game is pretty lame

the only thing in his statement up for dispute is whether or not he cheated, but all the stuff around it is right

of course it's lame, no denying that
It's just the fact he never actually states he hasn't cheated, only that he hasn't gotten banned for cheating
sf and kqly didn't get caught for several years as well

"I lift my mouse up a lot" also is not a good explenation for dozens of clips where his crosshair perfectly snaps and locks onto someone's head through a wall
"this is why i have never cared about the community, social medias and other stuff like that. I only do these things for the sponsors of my team." This is also some 10/10 PR right here

posted about 10 years ago
#525 OFFICIAL DREAMHACK WINTER THREAD in CS2 General Discussion

https://www.facebook.com/flushaCSGO/posts/1017158358301049
lol this guy

posted about 10 years ago
1 ⋅⋅ 56 57 58 59 60 61 62 ⋅⋅ 66