Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4053840
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:29:54+00:00 2026-05-20T14:29:54+00:00

OK, this isn’t really a question to achieve anything practical, but still it is

  • 0

OK, this isn’t really a question to achieve anything practical, but still it is a serious question and I hope it will be taken seriously and mods won’t punish me for this 🙂

I’m sure majority of you have seen some good action movie, where CIA or FBI or hackers or any other “pc nerds” are “retrieving some information” and when they actually show their screens/monitors/desktops, there is a lot of random data being displayed and it’s just so thrilling 😀

So, we’re shooting a movie and I need to reconstruct such a scene. My OS is ubuntu 10.10.

I think i’ve read somewhere on the internet once that shell can actually be recorded and then played back, but I’m not sure how it worked.

Basically, any script/program/code/solution which does the trick is very well welcome.

If there’s anyone who could come up with a solution, it would be so cool!

Let’s make this fun, shall we?

BOUNTY EDIT: Still need some more ideas, so I’m offering a bounty for the best new upcoming idea.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T14:29:54+00:00Added an answer on May 20, 2026 at 2:29 pm

    There’s a utility call script (ironically) that does what you’re talking about. It can even record timing data so the playback is done at the same rate the original actions were performed.

    To start recording and capture timing data:

    $ script -t script.out 2>timing.out
    

    When you’re finished, enter exit.

    To replay the recorded session including the original timing:

    $ scriptreplay timing.out script.out
    

    Edit:

    You can simulate typing or slow dialup data transmission using the pv utility. The command below will output the file at 37 characters per second (roughly approximating a 300 baud modem).

    pv -q -L 37 somefile
    

    Here’s another idea:

    hexdump -C /dev/urandom | pv -q -L 1200
    

    This gives Matrix-like output on the screen:

    #!/bin/bash
    printf "\e[32m\n"
    while :
    do
        for i in {1..16}
        do
            ((r = $RANDOM % 2))
            if (($RANDOM % 5 == 1))
            then
                if (($RANDOM % 4 == 1))
                then
                    v+="\e[1m $r   "
                else
                    v+="\e[2m $r   "
                fi
            else
                v+="     "
            fi
        done
        printf "$v\n"
        v=""
    done
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This isn't really a programming question but more about programming and testing tools. Is
This isn't a question but I thought I'd start a thread where links to
I know this isn't strictly a programming question but y'all must have experienced this.
I know this isn't strictly speaking a programming question but something I always hear
This isn't necessarily a programming question but i'm sure you folks know how to
Hopefully this isn't a dupe of another question, but I couldn't see it anywhere
I hope this isn't too off topic for this forum, but I have been
This isn't a crucial piece of knowledge for me, but I would still like
This isn't a programming question but it's about the SDKs and the IDE. I've
This isn't necessarily a programming question, but I've hit a performance bottleneck with disk

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.