Nano Banana prompt: Create an Instagram infographic (1080x1080 px) wit...
57views
0favorites
Model used
Nano Banananano-bananaCategory
nsfwGeneration parameters
Image1024x1024jpg
Prompt
Create an Instagram infographic (1080x1080 px) with a 3-section layout:
Top section (20%):
Headline: "Level Up Your Linux Skills: Command Cheatsheet!" in Montserrat Bold, glowing orange (#FF4500).
Background: deep teal (#008080 → #20B2AA gradient), with faint binary code overlay.
Middle section (60%):
3x3 clean infographic grid with categories.
Each cell shows a category title in Roboto (white on teal) + 2–3 commands in monospace (Source Code Pro).
Use icons: 📂 for Files, 🖥️ for System Info, 📦 for Compressing, 🌐 for Networking, 🔑 for Permissions, ⚙️ for Processes, 🧩 for Misc.
Commands to include:
Files & Navigating:
find / -name pattern – search files
ln -s source target – symbolic link
head file – first 10 lines
less file – view interactively
mkdir -p dir/subdir – create dirs
rmdir dir – remove empty dir
echo "text" > file – write text
file filename – check type
ls -l – list with details
ls -lt – list by modified date
cd foldername – enter dir
cd .. – back to parent
System Info:
top – processes in real-time
hostname – show/set name
lscpu – CPU info
lsblk – disks & partitions
fdisk -l – partition tables
dmidecode – BIOS info
cal – calendar
history – command history
Compressing:
tar -cf filename.tar sourcefiles
tar -tf filename.tar
tar -rf filename.tar file
tar -xf filename.tar
Networking:
ip addr show – IP info
ss -tuln – listening ports (Debian/Ubuntu)
netstat -tuln – listening ports (RHEL)
traceroute host – trace route
nslookup domain – DNS query
scp user@host:file local – copy remote file
ifconfig – legacy network info
netstat -r – routing table
Permissions:
chown user:group file – change owner
chgrp group file – change group
umask value – default perms
sudo command – run as superuser
su -user – switch user
id – user & group IDs
setfacl -m u:user:rwx file – set ACL
getfacl file – view ACL
Processes:
ps – list processes
ps aux – all process details
kill pid – stop process
killall proc – stop by name
nice -n 10 cmd – lower priority
renice -n 5 pid – change priority
bg %job – background job
fg %job – foreground job
jobs – list jobs
Miscellaneous:
grep pattern files – search text
grep -r pattern dir – recursive search
man command – command manual
crontab -e – schedule tasks
echo "Hello" > greeting.txt – redirect output
cat greeting.txt | grep -i hello – pipe example
Bottom section (20%):
Large CTA button in orange (#FF4500): "DM 'LINUX' for Full Guide!" with arrow icon.
Small footer: hashtags (#LinuxTips #CommandLine #SysAdmin) + subtle terminal watermark icon.
More by @bb45ca54744
Comments (0)
Please sign in to comment