Linux CLI Diagnostic Commands

.intro { margin-bottom: 30px; padding: 20px; background: #f8f9fa; border-left: 5px solid #667eea; border-radius: 6px; } .intro h2 { margin-top: 0; color: #333; } .intro p { margin: 10px 0; color: #495057; line-height: 1.6; } .stats { display: flex; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; } .stat-card { flex: 1; min-width: 200px; padding: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .stat-label { font-size: 14px; opacity: 0.9; margin-bottom: 5px; } .stat-value { font-size: 32px; font-weight: bold; } .filter-section { margin-bottom: 20px; padding: 20px; background: white; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .filter-btn { padding: 6px 14px; margin: 4px; border: 2px solid #667eea; border-radius: 20px; background: white; color: #667eea; cursor: pointer; font-size: 13px; transition: all 0.2s ease; } .filter-btn:hover, .filter-btn.active { background: linear-gradient(135deg, #667eea, #764ba2); color: white; border-color: transparent; } .search-section { margin-bottom: 30px; padding: 20px; background: white; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .search-label { display: block; margin-bottom: 10px; font-weight: 600; color: #333; } #searchInput { width: 100%; padding: 14px 15px; font-size: 16px; border: 2px solid #ced4da; border-radius: 6px; transition: all 0.3s ease; box-sizing: border-box; } #searchInput:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); } .table-container { background: white; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.05); overflow-x: auto; } #commandsTable { width: 100%; border-collapse: collapse; } #commandsTable thead { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; position: sticky; top: 0; z-index: 10; } #commandsTable th { padding: 15px 12px; text-align: left; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; } #commandsTable td { padding: 12px; border-bottom: 1px solid #e9ecef; color: #495057; vertical-align: middle; } #commandsTable tbody tr:hover { background: #f8f9fa; transition: background 0.2s ease; } #commandsTable tbody tr:nth-child(even) { background: #fafbfc; } #commandsTable tbody tr:nth-child(even):hover { background: #f0f1f3; } .category-badge { display: inline-block; padding: 3px 8px; border-radius: 12px; font-size: 11px; font-weight: 600; white-space: nowrap; } .cmd-name { font-family: monospace; font-weight: 700; font-size: 14px; background: #f0f0f0; padding: 2px 6px; border-radius: 3px; white-space: nowrap; } .example-cell { font-family: monospace; font-size: 12px; color: #555; max-width: 280px; word-break: break-all; } .copy-btn { background: none; border: 1px solid #ccc; border-radius: 3px; padding: 1px 5px; cursor: pointer; font-size: 11px; margin-left: 6px; color: #666; vertical-align: middle; flex-shrink: 0; } .copy-btn:hover { background: #667eea; color: white; border-color: #667eea; } .loading { text-align: center; padding: 40px; color: #6c757d; } .loading-spinner { display: inline-block; width: 40px; height: 40px; border: 4px solid #f3f3f3; border-top: 4px solid #667eea; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .error { padding: 20px; background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; border-radius: 6px; margin: 20px 0; } .no-results { padding: 40px; text-align: center; color: #6c757d; font-size: 16px; } .col-man { white-space: nowrap; font-family: monospace; font-size: 12px; } @media (max-width: 768px) { #commandsTable { font-size: 14px; } #commandsTable th, #commandsTable td { padding: 8px; } .stats { flex-direction: column; } .stat-card { min-width: 100%; } .col-man { display: none; } #commandsTable th:nth-child(5), #commandsTable td:nth-child(5) { display: none; } } @media (max-width: 480px) { .example-cell { display: none; } #commandsTable th:nth-child(4), #commandsTable td:nth-child(4) { display: none; } .commands-container { padding: 10px; } }

لینکس CLI تشخیصی کمانڈز کا حوالہ

300+ لینکس کمانڈ لائن ٹولز کا ایک جامع حوالہ جس میں نیٹ ورک کی تشخیص، عمل کے معائنہ، ڈسک کا تجزیہ، میموری پروفائلنگ، سسٹم ایڈمنسٹریشن، لاگنگ، سیکیورٹی آڈیٹنگ، فائل آپریشنز، پرفارمنس بینچ مارکنگ، اور کنٹینر مینجمنٹ شامل ہیں۔

صحیح ٹول کو تیزی سے تلاش کرنے کے لیے زمرہ کے فلٹرز اور سرچ باکس کا استعمال کریں۔ ہر اندراج میں اصلی جھنڈوں کے ساتھ سب سے مفید تشخیصی مثال شامل ہوتی ہے۔ ایک مثال کو براہ راست اپنے کلپ بورڈ پر کاپی کرنے کے لیے کاپی بٹن پر کلک کریں۔

کل کمانڈز
-
فلٹر شدہ نتائج
-
زمرہ جات
-
حکم زمرہ تفصیل استعمال کی مثال مین پیج

کمانڈز لوڈ ہو رہی ہیں...