Skip to main content

Questions tagged [random]

UNIX random devices and utilities

12 votes
2 answers
1k views

I run a Raspberry Pi with a custom Yocto Linux. There's an rng-tools.service which runs rngd. On my Pi, it shows high CPU usage sometimes and others complain about its excessive logging. Before trying ...
Mo_'s user avatar
  • 259
3 votes
5 answers
717 views

In a certain script that we run routinely we configure hostnames in environment variables. Since hostnames can change overtime, we try to dynamically pick the current set of hosts using linux's ...
y2k-shubham's user avatar
2 votes
4 answers
321 views

Ubuntu 22.04 or AlmaLinux 9.5 I've seen a lot of questions about running scripts in random times during a day using bash's $RANDOM but a month exceeds the limit it has. How can I do that? It is a xdg-...
Daniel Stonek's user avatar
1 vote
2 answers
300 views

I have a Linux device with several services of my own. Kernel: 4.14.151 systemd: systemd 249 (249.11-0ubuntu3.12) My services are written as sysvinit services and automatically generated as systemd ...
hudac's user avatar
  • 791
3 votes
4 answers
2k views

Sometimes I need to batch rename files on a macOS system to random or pseudo-random filenames, eight lowercase letters and digits only, e.g. from mcmurdo-station.png to something like a12bc0xy.png. ...
jsx97's user avatar
  • 1,387
1 vote
0 answers
95 views

I kindly request any advice regarding the configuration of the HW RNG of TI AM335X. I'm aiming to achieve security certification for our device, which is based on the PLC Wago PFC200 750-8217. One of ...
bpob's user avatar
  • 11
-3 votes
1 answer
296 views

I want to know what happens when you run the contents of /dev/urandom as a shell script. I know when you cat it into a terminal it will set off a bunch of random things in the terminal environment. ...
Bunabyte's user avatar
  • 111
-1 votes
3 answers
111 views

Image imported from AZURE and converted to VMWARE. Booting stop after few seconds. Can't understanding why... Very long loading "random:" and no loading more.
Eugene Kononenko's user avatar
3 votes
1 answer
469 views

I need to use a cryptographically strong (certification requirement), which is of high quality (pass industry standard randomness tests) reasonably performant (see below) PRNG. Originally, I assumed ...
Alex O's user avatar
  • 133
0 votes
1 answer
58 views

I'm aware of a program that can simulate a right-click at specific coordinates on my display at any given interval. However, I'm wondering if it's possible to write a script that can perform a right-...
Ryan's user avatar
  • 1
-1 votes
1 answer
452 views

I am trying to randomize a list of words in LibreOffice Calc. Column A contains numbers 1 to 15, indicating the initial order of the words. Column B contains the words themselves. Here is the original ...
wvz93427's user avatar
3 votes
2 answers
3k views

I know that with dd if=/dev/urandom of=/dev/sdX bs=1M count=hdd_size_in_MB you can wipe a whole disk with random data. But urandom is very slow. So I wonder if it would be possible to just create ...
user3776738's user avatar
0 votes
0 answers
441 views

Edit to make the question more specific: Can a program just read from /dev/urandom to provide high quality, cryptographically strong random numbers at a rate of at least 1MB/sec on a Ubuntu LTS VM in ...
Alex O's user avatar
  • 133
2 votes
2 answers
4k views

I want to generate a secure random password for the encrypted Linux system. What offline tools should I use? Any advice if I should use xkcdpass, apg, diceware, or another utility, and how built ...
whiteman808's user avatar
0 votes
1 answer
1k views

The rngd program comes from package rng-tools5 on Ubuntu/Debian. # neofetch ...-:::::-... root@dell-7577 .-MMMMMMMMMMMMMMM-. -------------- ...
Vlastimil Burián's user avatar

15 30 50 per page
1
2 3 4 5
17