Linux下用dd指令產生隨機字串

on bash
declare variable=`dd if=/dev/urandom bs=1 count=3`

on tcsh
set variable=`dd if=/dev/urandom bs=1 count=3`

這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)