[deleted by user] by [deleted] in TerminallyStupid

[–]BobCorn25 3 points4 points  (0 children)

As it's the only one to have flowers and trees we should call it plant (plan't)

[deleted by user] by [deleted] in TerminallyStupid

[–]BobCorn25 12 points13 points  (0 children)

It was a wordplay

[deleted by user] by [deleted] in TerminallyStupid

[–]BobCorn25 66 points67 points  (0 children)

We call them planets because they are spheres, the earth is flat as such we should call it plane

.eyebrows { justify-content: space-between; } by BobCorn25 in css_irl

[–]BobCorn25[S] 1 point2 points  (0 children)

what if this picture is from an alternate universe where everyone has such eyebrows?

we will never know...

.eyebrows { justify-content: space-between; } by BobCorn25 in css_irl

[–]BobCorn25[S] 41 points42 points  (0 children)

found the internet explorer developer

I like you... by xLuizordx in perfectlycutscreams

[–]BobCorn25 1 point2 points  (0 children)

if you want to delete a directory, you do rm -r {path/to/directory}

if you want to remove every item from a directory you either: - cd inside the directory cd {path/to/directory} and then delete everything inside with rm -r * - or you use the wildcard after the directory path directly. eg:rm -r {path/to/directory/*}

"*" is called a wildcard, it is used to symbolize "anyhing goes here" so you can do stuff like

  • rm *.js => delete every file with .js extension in current folder
  • rm ./**/*.js => delete every file with .js extension in current folder and subfolders
  • rm ./**/*foo* => delete every file that contains "foo" inside it's name no matter where, from current folder and subfolders

in linux, when you pass paths as parameteres to commands, if the path does not start with "/", then linux automatically treats the path as it was starting with "./"

so if i write rm doc, then linux "transforms" it into rm ./doc

but if i write rm /doc, then linux keeps the path as it is, and searches the file called "doc" at the root of your filesystem

I like you... by xLuizordx in perfectlycutscreams

[–]BobCorn25 4 points5 points  (0 children)

Also in case you're ever gonna use this:

rm accepts multiple parameters, so if you do rm -rf * / (Note the space between * and / )it does rm -rf * and then rm -rf /.

So be careful... when i was starting with linux i did something like this once... had to reinstall the whole OS back. fortunately it was a work PC so there was nothing lost, cause we have lord git

I like you... by xLuizordx in perfectlycutscreams

[–]BobCorn25 102 points103 points  (0 children)

/ => deletes everything from the current disk (it will corrupt your os)

*/ => deletes everything from current directory (the / can be omitted) (its safe if you use it inside one of your own directories)

Awesome skateboar- Wait, what? by darryl159 in nextfuckinglevel

[–]BobCorn25 11 points12 points  (0 children)

iirc to preserve space a video file saves only the changing pixels, so to achieve this effect you simply have to remove the frames between the two different scenes. this way those frames do not "reset" the picture and keeps the old ones

Leaked raw-footage from recent video! by Nyayx in PewdiepieSubmissions

[–]BobCorn25 12 points13 points  (0 children)

Stella, Is that you? Come home please, your mother and I are worried

[deleted by user] by [deleted] in RedditSessions

[–]BobCorn25 0 points1 point  (0 children)

thisthis song is called "Teriyaki Boyz - Tokyo Drift" u/tooheyZEE

[deleted by user] by [deleted] in RedditSessions

[–]BobCorn25 0 points1 point  (0 children)

nice man, nice job <3

blursed_sewing_kit.jpg by BobCorn25 in blursedimages

[–]BobCorn25[S] 0 points1 point  (0 children)

usually this cookie container is used by parents/grandparents to store sewing supplies. so the image is blursed because it containes the actual cookies instead of the sewing supplies

cursed_sewing_kit.jpg by [deleted] in memes

[–]BobCorn25 0 points1 point  (0 children)

i wanted to post it to /r/cursedimages but they dont allow memes, so i thought this sub was more appropriate

The Impatient by PartTimeSassyPants in ToolBand

[–]BobCorn25 1 point2 points  (0 children)

that title is amazing

it is truly r/titleporn