FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Demo for ShellGPT
How-ToSystems

Demo for ShellGPT

via Dev.toAnand Vikkath23h ago

Compare functionality Requirement You need a quick and dirty way to get all errors from syslog file on your ubuntu machine. Without ShellGPT export GOOGLE_API_KEY = "your_actual_key_here" curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key= $GOOGLE_API_KEY " \ -H 'Content-Type: application/json' \ -X POST \ -d '{ "contents": [{ "parts":[{"text": "Create a Linux shell script to list errors reported in syslog file"}] }] }' With ShellGPT sgpt --shell "Create a Linux shell script to list errors reported in syslog file" Without ShellGPT (Better prompt) curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key= $GOOGLE_API_KEY " \ -H 'Content-Type: application/json' \ -X POST \ -d '{ "contents": [{ "parts":[{"text": "Create a Linux shell script to list errors reported in syslog file. Make it quick and dirty. I dont want all the comments and error handling in the script."}] }] }' Using system files The Sec

Continue reading on Dev.to

Opens in a new tab

Read Full Article
1 views

Related Articles

Hey I'm new here. This is Masih Ahmed, officially Mr Ahmed, but you can call me just Masih. Whatever, As ya know I'm new here and I'm looking for friends to develop new things togerther. I'm a student, College 1st year and I'd like to share my learnings
How-To

Hey I'm new here. This is Masih Ahmed, officially Mr Ahmed, but you can call me just Masih. Whatever, As ya know I'm new here and I'm looking for friends to develop new things togerther. I'm a student, College 1st year and I'd like to share my learnings

Dev.to • 31m ago

️ Build Production-Ready Real-Time Voice Calls in Flutter with WebRTC
How-To

️ Build Production-Ready Real-Time Voice Calls in Flutter with WebRTC

Medium Programming • 57m ago

Why I Stopped Watching Endless Coding Tutorials (And What Happened Next)
How-To

Why I Stopped Watching Endless Coding Tutorials (And What Happened Next)

Medium Programming • 2h ago

How-To

How to Vulkan in 2026

Lobsters • 3h ago

Why Feeling Lost in Programming Is Completely Normal
How-To

Why Feeling Lost in Programming Is Completely Normal

Medium Programming • 4h ago

Discover More Articles