Page 1 of 2

Computer Geeks will like this...

Posted: Sat Mar 17, 2012 11:37 am
by sjfcontrol
Image
"rlol"

Re: Computer Geeks will like this...

Posted: Sat Mar 17, 2012 2:31 pm
by gigag04
I get it.

Re: Computer Geeks will like this...

Posted: Sat Mar 17, 2012 3:01 pm
by Bart
And a sandwich consists of a bread loaf or bread slices that contain one or more fillings.

Image

But I think the make command in the comic may throw an error, even with sudo.

Code: Select all

make [ -f makefile ] [ options ] ... [ targets ] ...  

Re: Computer Geeks will like this...

Posted: Sat Mar 17, 2012 3:44 pm
by WildBill
gigag04 wrote:I get it.
:iagree: Bart's post looks like a Vietnamese sandwich.

Re: Computer Geeks will like this...

Posted: Sat Mar 17, 2012 11:35 pm
by DocV
Bart wrote: ...
But I think the make command in the comic may throw an error, even with sudo.

Code: Select all

make [ -f makefile ] [ options ] ... [ targets ] ...  
## make me a sandwich
make: *** No rule to make target `me'. Stop.
## sudo make me a sandwich
Password:
make: *** No rule to make target `me'. Stop.

The xkcd version is better :lol::

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 6:50 pm
by LittleGun
That is very funny. I think I'll try it.

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 7:10 pm
by OldCannon
I get it.

One of my favorite computer nerd expressions was a bumper sticker I saw: "(my other car is a cdr)"

If you get this, you are VERY nerdy (no fair googling)

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 7:13 pm
by AggieMM
:smilelol5: :cheers2: "rlol"

Good one!!!!

Ryan

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 7:14 pm
by C-dub
WildBill wrote:
gigag04 wrote:I get it.
:iagree: Bart's post looks like a Vietnamese sandwich.
Looks more Mexican to me. Jalapeno's, cilantro, onion, carrots, beef or pork? Yum!

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 9:05 pm
by WildBill
C-dub wrote:
WildBill wrote:
gigag04 wrote:I get it.
:iagree: Bart's post looks like a Vietnamese sandwich.
Looks more Mexican to me. Jalapeno's, cilantro, onion, carrots, beef or pork? Yum!
Grilled beef and pork, jalapenos, cilantro and shredded/pickled carrots are very common ingredients for Bánh mì. The shape of the bread is also a good clue.
http://en.wikipedia.org/wiki/B%C3%A1nh_m%C3%AC" onclick="window.open(this.href);return false;

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 9:08 pm
by C-dub
WildBill wrote:
C-dub wrote:
WildBill wrote:
gigag04 wrote:I get it.
:iagree: Bart's post looks like a Vietnamese sandwich.
Looks more Mexican to me. Jalapeno's, cilantro, onion, carrots, beef or pork? Yum!
Grilled beef and pork, jalapenos, cilantro and shredded/pickled carrots are very common ingredients for Bánh mì.
http://en.wikipedia.org/wiki/B%C3%A1nh_m%C3%AC" onclick="window.open(this.href);return false;
Cool. I just didn't notice any of the other things like sprouts that I've also noticed in some Pho places around here.

Re: Computer Geeks will like this...

Posted: Sun Mar 18, 2012 9:11 pm
by WildBill
C-dub wrote:
WildBill wrote:
C-dub wrote:
WildBill wrote:
gigag04 wrote:I get it.
:iagree: Bart's post looks like a Vietnamese sandwich.
Looks more Mexican to me. Jalapeno's, cilantro, onion, carrots, beef or pork? Yum!
Grilled beef and pork, jalapenos, cilantro and shredded/pickled carrots are very common ingredients for Bánh mì.
http://en.wikipedia.org/wiki/B%C3%A1nh_m%C3%AC" onclick="window.open(this.href);return false;
Cool. I just didn't notice any of the other things like sprouts that I've also noticed in some Pho places around here.
The sprouts and basil are mostly for the noodles, not the sandwiches. Either way both are delicious. :thumbs2:

Re: Computer Geeks will like this...

Posted: Tue Mar 20, 2012 3:52 am
by wheelgun1958
sudo get-install bacon

Image

Re: Computer Geeks will like this...

Posted: Tue Mar 20, 2012 3:58 am
by Beiruty
AndyC wrote:hehe - spot on :)

For non-geeks, "sudo" is the command to run another command with root (admin or superuser) privileges.

Code: Select all

andy@box:~$ apt-get install xyz
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

andy@box:~$ sudo apt-get install xyz
[sudo] password for andy: **************
Reading package lists... Done
The worst part "someone with rooting privileges" "rlol" "rlol" commanding others to do something.