Author Topic: Useful commands  (Read 7429 times)

230RN

  • saw it coming.
  • friend
  • Senior Member
  • ***
  • Posts: 18,897
  • ...shall not be allowed.
Re: Useful commands
« Reply #25 on: August 13, 2010, 11:35:23 AM »
Sic brass.

You got a dog what'll fetch brass for you?  Does s/he actually retrieve?  Or just point?

In the words of Ben Stein:   "Woooooow...!"


Terry, 230RN
WHATEVER YOUR DEFINITION OF "INFRINGE " IS, YOU SHOULDN'T BE DOING IT.

tyme

  • expat
  • friend
  • Senior Member
  • ***
  • Posts: 1,056
  • Did you know that dolphins are just gay sharks?
    • TFL Library
Re: Useful commands
« Reply #26 on: August 13, 2010, 12:56:06 PM »
cd -

(goes back to last working directory, regardless of where it is)

<amazon recommendation>
You may also be interested in pushd and popd.  (consult manual pages for bash or zshall for details)
</amazon>
Support Range Voting.
End Software Patents

"Four people are dead.  There isn't time to talk to the police."  --Sherlock (BBC)

charby

  • Necromancer
  • Administrator
  • Senior Member
  • *****
  • Posts: 29,295
  • APS's Resident Sikh/Muslim
Re: Useful commands
« Reply #27 on: August 13, 2010, 01:02:02 PM »
sit, stay, heel, down, fetch, release, come, stay, off, hush, in the back, out, do it

I use "easy" instead of "woah" for when correcting a creeping dog on point. Woah sounds too much like no.

Iowa- 88% more livable that the rest of the US

Uranus is a gas giant.

Team 444: Member# 536

RevDisk

  • friend
  • Senior Member
  • ***
  • Posts: 12,633
    • RevDisk.net
Re: Useful commands
« Reply #28 on: August 13, 2010, 01:13:14 PM »

revdisk@wintermute.revdisk.org:~$ sudo apt-get install aview
revdisk@wintermute.revdisk.org:~$ convert OriginalPhoto.jpg Converted01.ppm
revdisk@wintermute.revdisk.org:~$ aview -width 135 -height 57 -dim -bold -reverse -normal Converted01.ppm
Cheated and screencaptured the window. Saved as Converted02.png
revdisk@wintermute.revdisk.org:~$ convert Converted02.png Converted03.ppm
revdisk@wintermute.revdisk.org:~$ convert -colorize 83/1/100 -crop 1080×720+0+10 – geometry 720×480 Converted03.ppm Converted04.ppm
revdisk@wintermute.revdisk.org:~$ convert Converted04.ppm Final.jpg
revdisk@wintermute.revdisk.org:~$ rm Converted01.ppm Converted02.png Converted03.ppm Converted04.ppm

echo "Whatever" |cat > some.file

shutdown -r now "BWAHAHAHAHA"

kill -9
« Last Edit: August 13, 2010, 01:18:35 PM by RevDisk »
"Rev, your picture is in my King James Bible, where Paul talks about "inventors of evil."  Yes, I know you'll take that as a compliment."  - Fistful, possibly highest compliment I've ever received.

Harold Tuttle

  • Professor Chromedome
  • friend
  • Senior Member
  • ***
  • Posts: 8,069
Re: Useful commands
« Reply #29 on: August 13, 2010, 01:36:07 PM »

Heed! PANTS! NOW!!!!
"The true mad scientist does not make public appearances! He does not wear the "Hello, my name is.." badge!
He strikes from below like a viper or on high like a penny dropped from the tallest building around!
He only has one purpose--Do bad things to good people! Mit science! What good is science if no one gets hurt?!"

seeker_two

  • friend
  • Senior Member
  • ***
  • Posts: 12,922
  • In short, most intelligence is false.
Re: Useful commands
« Reply #30 on: August 13, 2010, 02:03:15 PM »
zero zero zero destruct zero
Impressed yet befogged, they grasped at his vivid leading phrases, seeing only their surface meaning, and missing the deeper current of his thought.

Firethorn

  • friend
  • Senior Member
  • ***
  • Posts: 5,789
  • Where'd my explosive space modulator go?
Re: Useful commands
« Reply #31 on: August 13, 2010, 02:58:44 PM »
Two co-workers buggered up their laptops with spyware and other good fun.  Unknown whether their data they backed up is also infected, but I told them to back up everything of value and I would nuke the drives and reinstall the OS and apps, clean. 

Yep, that's going to make sure they're real clean.   :O

I'm surprised you didn't to /dev/random

RevDisk

  • friend
  • Senior Member
  • ***
  • Posts: 12,633
    • RevDisk.net
Re: Useful commands
« Reply #32 on: August 13, 2010, 03:33:38 PM »
Yep, that's going to make sure they're real clean.   :O

I'm surprised you didn't to /dev/random

Stock /dev/random isn't very random.  NIST found an AWESOME RNG.  A laser and a single photon counting module, that's it.  You just time between photons striking.   Insanely random.  Like quantum mechanics random.  Very high speed too.

"Rev, your picture is in my King James Bible, where Paul talks about "inventors of evil."  Yes, I know you'll take that as a compliment."  - Fistful, possibly highest compliment I've ever received.

dogmush

  • friend
  • Senior Member
  • ***
  • Posts: 13,916
Re: Useful commands
« Reply #33 on: August 13, 2010, 03:52:10 PM »
LOAD "*",8,1

Marnoot

  • friend
  • Senior Member
  • ***
  • Posts: 2,965
Re: Useful commands
« Reply #34 on: August 13, 2010, 04:24:50 PM »
LOAD "*",8,1

Ah yes. Only for disk though, right?

LOAD "*",1,1 for tape, I believe...

tyme

  • expat
  • friend
  • Senior Member
  • ***
  • Posts: 1,056
  • Did you know that dolphins are just gay sharks?
    • TFL Library
Support Range Voting.
End Software Patents

"Four people are dead.  There isn't time to talk to the police."  --Sherlock (BBC)

sanglant

  • friend
  • Senior Member
  • ***
  • Posts: 3,475
Re: Useful commands
« Reply #36 on: August 13, 2010, 09:39:09 PM »
This is an easy one, but I just learned it:

cd -

(goes back to last working directory, regardless of where it is)
and cd .. (to parent) cd . (display current) [popcorn] oh and clr is handy. if your on a unix like system that has it lynx can be fun, for awhile. really handy while doing a command based system install. gg gentoo, before it was hobbled.

zahc

  • friend
  • Senior Member
  • ***
  • Posts: 5,799
Re: Useful commands
« Reply #37 on: August 13, 2010, 10:18:04 PM »
A guy I knew in college had lynx hooked up with the libcaca image-to-text program somehow to display images, and he made his terminal font tiny, and colored, and I swear to God, on his iPhone it looked almost like a normal browser.
Maybe a rare occurence, but then you only have to get murdered once to ruin your whole day.
--Tallpine

rcnixon

  • friend
  • Member
  • ***
  • Posts: 250
Re: Useful commands
« Reply #38 on: August 14, 2010, 06:48:03 AM »
#copy running-config startup-config

#reload

tyme

  • expat
  • friend
  • Senior Member
  • ***
  • Posts: 1,056
  • Did you know that dolphins are just gay sharks?
    • TFL Library
Re: Useful commands
« Reply #39 on: August 14, 2010, 01:32:50 PM »
"Hi, is this rcnixon?  The internet is down!"
Support Range Voting.
End Software Patents

"Four people are dead.  There isn't time to talk to the police."  --Sherlock (BBC)

sanglant

  • friend
  • Senior Member
  • ***
  • Posts: 3,475
Re: Useful commands
« Reply #40 on: August 14, 2010, 08:10:48 PM »
on dav/random, http://www.lavarnd.org/ can't seem to find the original site. had lots of pics. :facepalm:

BridgeRunner

  • friend
  • Senior Member
  • ***
  • Posts: 4,845
Re: Useful commands
« Reply #41 on: August 14, 2010, 08:20:06 PM »
STFU

Perd Hapley

  • Superstar of the Internet
  • friend
  • Senior Member
  • ***
  • Posts: 61,435
  • My prepositions are on/in
Re: Useful commands
« Reply #42 on: August 15, 2010, 02:07:03 AM »
Release the kraken!
"Doggies are angel babies!" -- my wife

Tallpine

  • friends
  • Senior Member
  • ***
  • Posts: 23,172
  • Grumpy Old Grandpa
Re: Useful commands
« Reply #43 on: August 15, 2010, 08:51:48 AM »
Get off my lawn!   :mad:
Freedom is a heavy load, a great and strange burden for the spirit to undertake. It is not easy. It is not a gift given, but a choice made, and the choice may be a hard one. The road goes upward toward the light; but the laden traveller may never reach the end of it.  - Ursula Le Guin

rcnixon

  • friend
  • Member
  • ***
  • Posts: 250
Re: Useful commands
« Reply #44 on: August 17, 2010, 02:01:57 AM »
"Hi, is this rcnixon?  The internet is down!"

No, that would be "write erase"; copy run start; reload

Russ

TechMan

  • Administrator
  • Senior Member
  • *****
  • Posts: 10,562
  • Yes, your moderation has been outsourced.
Re: Useful commands
« Reply #45 on: August 17, 2010, 11:04:16 AM »
RTFM
Quote
Hawkmoon - Never underestimate another person's capacity for stupidity. Any time you think someone can't possibly be that dumb ... they'll prove you wrong.

Bacon and Eggs - A day's work for a chicken; A lifetime commitment for a pig.
Stupidity will always be its own reward.
Bad decisions make good stories.

Quote
Viking - The problem with the modern world is that there aren't really any predators eating stupid people.

Jocassee

  • Buster Scruggs Respecter
  • friends
  • Senior Member
  • ***
  • Posts: 4,591
  • "First time?"
Re: Useful commands
« Reply #46 on: August 17, 2010, 11:21:31 AM »
Don't shoot till you see the whites of their eyes.
I shall not die alone, alone, but kin to all the powers,
As merry as the ancient sun and fighting like the flowers.