<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>debian on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/debian/</link><description>Recent content in debian on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 14 Jan 2023 20:15:49 +0400</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/debian/index.xml" rel="self" type="application/rss+xml"/><item><title>Interacting with processes in Linux(Debian)</title><link>https://jaaved.netlify.app/notes/interacting_with_processes_in_linux_debian--20220322-104228/</link><pubDate>Sat, 14 Jan 2023 20:15:49 +0400</pubDate><guid>https://jaaved.netlify.app/notes/interacting_with_processes_in_linux_debian--20220322-104228/</guid><description>Summary # Commands to show running processes # ps: snap short of current processes top: Display and update sorted information about Linux processes. atop: Advanced System &amp;amp; Process Monitor for Linux. htop: Interactive process viewer in Linux. pgrep: Look up or signal processes based on name and other pstree: Display a tree of processes. ps # ps -aux | grep buildbot ref</description></item><item><title>Linux CS</title><link>https://jaaved.netlify.app/notes/202106081201-linux_cs-jaavedkhans-conflicted-copy-2021-07-26/</link><pubDate>Mon, 04 Apr 2022 10:31:18 +0300</pubDate><guid>https://jaaved.netlify.app/notes/202106081201-linux_cs-jaavedkhans-conflicted-copy-2021-07-26/</guid><description>Commands # Logging # journalctl -f [f]ollow new messages (like `tail -f` for traditional syslog): journalctl -u kibana -f journalctl &amp;ndash;since now|today|yesterday|tomorrow &amp;ndash;until YYYY-MM-DD HH:MM:SS Filter messages within a time range (either timestamp or placeholders like &amp;ldquo;yesterday&amp;rdquo;): journalctl _PID=pid Show all messages by a specific process: Process # Files # Users # Kernel # lsmod Shows the status of linux kernel modules. modprobe Add or remove modules from the Linux kernel.</description></item></channel></rss>