Skip to content

Instantly share code, notes, and snippets.

View yobi9's full-sized avatar

wael alyoubi yobi9

View GitHub Profile
@yobi9
yobi9 / prompt.md
Last active August 2, 2026 22:15 — forked from Pythonation/prompt.md
3 PROMPTS OF CODING AGENTS

1. برومبت التخطيط المطوّر (The Planning Protocol)

[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]

[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":

@yobi9
yobi9 / clear_systemd_journal_logs.md
Created September 3, 2024 21:43 — forked from bearlike/clear_systemd_journal_logs.md
Clear Systemd Journal Logs in Ubuntu 20.04

Clear Systemd Journal Logs in Ubuntu 20.04

Systemd has its own logging system called the journal, and the log files are stored in /var/log/journal.

Check current disk usage of journal files

sudo journalctl --disk-usage

Rotate journal files

  • Active journal files will be marked as archived, so that they are never written to in future.