MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{ "batchcomplete": "", "continue": { "lecontinue": "20250518082005|2", "continue": "-||" }, "query": { "logevents": [ { "logid": 12, "ns": 0, "title": "Core Dumps", "pageid": 12, "logpage": 12, "revid": 63, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-07-02T03:26:56Z", "comment": "Created page with \"= What is a Core Dump ? = * A core dump is a snapshot of the programs memory mappings and state when it crashed. * A core dump can be used to analyze the reason for the crash. * A core can come from User space programs or even kernel. ::- Core get generated when the user space program receives certain signal like (For detail check **man -7 signal** * Kernel is having special mechanism for booting a secondary kernel and collect the core for primary kernal. ::- In linux th...\"" }, { "logid": 11, "ns": 0, "title": "Commands Line Utilities", "pageid": 11, "logpage": 11, "revid": 59, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T13:11:14Z", "comment": "Created page with \"= Process = * Find PID of a known program. <pre> pidof <application name> </pre> * Find all the direct and indirect child processes of a process. <pre> pstree -p <PID> </pre> * List all the files opened by a process with PID. <pre> lsof -p <PID> </pre> * Find details of a file descriptor corresponding to a PID. <pre> lsof -p <PID> -a -d <FD> </pre> ::- -a => Stands for 'AND' Operation. ::- -d => File descriptor for which we need to find details. * Find Parent (PPID)...\"" }, { "logid": 10, "ns": 0, "title": "DataBases", "pageid": 10, "logpage": 10, "revid": 55, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T12:52:52Z", "comment": "Created page with \"= Redis = = Portgress = = MariaDB =\"" }, { "logid": 9, "ns": 0, "title": "Build Systems", "pageid": 9, "logpage": 9, "revid": 52, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T12:47:10Z", "comment": "Created page with \"* Build System's Goals # Automate the compilation and linking of source files into executables. # Recompile only the changed portion of the source code, and the portions dependent on the changed code. # The build system should be a programming language that allows you to avoid redundant code. = CMAKE = = Makefile = = Bmake = = Automake & Autotools = = Cross Compilation =\"" }, { "logid": 8, "ns": 0, "title": "Terminal Multiplexer (TMUX)", "pageid": 8, "logpage": 8, "revid": 44, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T12:32:41Z", "comment": "Created page with \"* Open a tmux session in shared mode. <pre> tmux -S /tmp/<name> </pre> * Connect to a shared session. <pre> tmux -S /tmp/<name> attach * Detach from current session <pre> <prefix> + d </pre> * View all the tmux sessions running. <pre> tmux ls </pre> * Attach to a session. <pre> tmux attach -t <name/number> </pre> * Rename a tmux session. <pre> tmux rename-session -t <session name/number> <new name> </pre> * Start a new tmux session with name <pre> tmux new -s <sess...\"" }, { "logid": 7, "ns": 0, "title": "File System", "pageid": 7, "logpage": 7, "revid": 34, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T11:08:43Z", "comment": "Created page with \"* Check filesystem type. <pre> df -T <Path> </pre> * See details about a mount. <pre> findmnt -T <Path> </pre>\"" }, { "logid": 6, "ns": 0, "title": "Explore Processes", "pageid": 6, "logpage": 6, "revid": 32, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T11:05:42Z", "comment": "Created page with \"* Find PID of a known program. <pre> pidof <application name> </pre> * Find all the direct and indirect child processes of a process. <pre> pstree -p <PID> </pre> * List all the files opened by a process with PID. <pre> lsof -p <PID> </pre> * Find details of a file descriptor corresponding to a PID. <pre> lsof -p <PID> -a -d <FD> </pre> ::- -a => Stands for 'AND' Operation. ::- -d => File descriptor for which we need to find details. * Find Parent (PPID) of a process...\"" }, { "logid": 5, "ns": 0, "title": "Formating Output", "pageid": 5, "logpage": 5, "revid": 29, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-06-16T09:48:49Z", "comment": "Created page with \"<pre> <command> | uniq </pre> ::- Prints only unique line.\"" }, { "logid": 4, "ns": 0, "title": "Apache", "pageid": 4, "logpage": 4, "revid": 27, "params": {}, "type": "create", "action": "create", "user": "162.158.216.160", "anon": "", "timestamp": "2025-06-16T04:43:42Z", "comment": "Created page with \"= Overview = * Apache2 server like Nginx, operates in Layer 7/Application Layer. It understands http, https...etc * It is the first webserver that was deployed over the web. * Apache2 is extended using modules. Actually module is a shared library. <pre> root@vector:/etc/apache2# a2query Usage: /usr/sbin/a2query -q -m [MODULE] -s [SITE] -c [CONF] -a -v -M -d -h -q suppress any output. Useful for invocation from scripts -m [MODULE] checks whether the mod...\"" }, { "logid": 3, "ns": 0, "title": "Networking", "pageid": 3, "logpage": 3, "revid": 15, "params": {}, "type": "create", "action": "create", "user": "Pristal", "timestamp": "2025-05-18T08:34:32Z", "comment": "Created page with \"= NetCat Command = * nc = Dig Command = * dig = Nmap Command = = Curl Command = = Wget Command =\"" } ] } }