User contributions for Pristal
From mylearnings
Jump to navigationJump to search
7 July 2025
- 15:5415:54, 7 July 2025 diff hist −4 A Neural Probabilistic Language Model →Authors current
- 15:5415:54, 7 July 2025 diff hist +88 A Neural Probabilistic Language Model No edit summary
- 15:5215:52, 7 July 2025 diff hist +83 N A Neural Probabilistic Language Model Created page with "= Abstract = * Learn Joint Probability function of sequence of words in a language."
- 15:5115:51, 7 July 2025 diff hist +115 Main Page No edit summary current
- 15:2515:25, 7 July 2025 diff hist +57 GNU Debugger (GDB) No edit summary current
- 15:1915:19, 7 July 2025 diff hist +2 GNU Debugger (GDB) No edit summary
- 15:1815:18, 7 July 2025 diff hist +904 GNU Debugger (GDB) No edit summary
- 14:3914:39, 7 July 2025 diff hist +321 N GNU Debugger (GDB) Created page with "* Find start address and end address of a function <pre> info line <Function Name> </pre> * To view the instruction at a specific address. <pre> x/i <Address> </pre> * Print string pointed by a register. <pre> x/s $rdi </pre> * Disassemble a specific range of address. <pre> disass <start address> <end address> </pre>"
2 July 2025
- 03:4203:42, 2 July 2025 diff hist +1 Core Dumps →What is a Core Dump ? current
- 03:4103:41, 2 July 2025 diff hist +355 Core Dumps →What is a Core Dump ?
- 03:2703:27, 2 July 2025 diff hist +7 Core Dumps →What is a Core Dump ?
- 03:2603:26, 2 July 2025 diff hist +505 N Core Dumps 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..."
16 June 2025
- 13:1513:15, 16 June 2025 diff hist +592 Commands Line Utilities No edit summary current
- 13:1413:14, 16 June 2025 diff hist +955 Commands Line Utilities No edit summary
- 13:1213:12, 16 June 2025 diff hist +130 Commands Line Utilities No edit summary
- 13:1113:11, 16 June 2025 diff hist +533 N Commands Line Utilities 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)..."
- 13:0813:08, 16 June 2025 diff hist −108 Main Page →Linux
- 12:5512:55, 16 June 2025 diff hist −29 Main Page →Web Development and Hosting
- 12:5312:53, 16 June 2025 diff hist +46 Main Page →Programming
- 12:5212:52, 16 June 2025 diff hist +37 N DataBases Created page with "= Redis = = Portgress = = MariaDB =" current
- 12:5012:50, 16 June 2025 diff hist +34 Main Page →Compilers & Linkers
- 12:4912:49, 16 June 2025 diff hist +23 Main Page →Compilers & Linkers
- 12:4712:47, 16 June 2025 diff hist +378 N Build Systems 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 =" current
- 12:4112:41, 16 June 2025 diff hist +20 Main Page →C/C++ Programming
- 12:4012:40, 16 June 2025 diff hist +23 Main Page →Linux
- 12:3812:38, 16 June 2025 diff hist +17 Main Page →Linux
- 12:3812:38, 16 June 2025 diff hist −20 Main Page →Command Line Utilities
- 12:3612:36, 16 June 2025 diff hist −1 Main Page No edit summary
- 12:3612:36, 16 June 2025 diff hist +24 Main Page →Linux
- 12:3412:34, 16 June 2025 diff hist +59 Main Page →Linux
- 12:3212:32, 16 June 2025 diff hist +844 N Terminal Multiplexer (TMUX) 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..." current
- 12:2212:22, 16 June 2025 diff hist +26 Main Page →Web Development and Hosting
- 12:2112:21, 16 June 2025 diff hist +26 Main Page →Web Development and Hosting
- 12:1912:19, 16 June 2025 diff hist +40 Main Page →Programming
- 12:1912:19, 16 June 2025 diff hist +59 Main Page →Kernel
- 12:1712:17, 16 June 2025 diff hist +45 Main Page →Web Development and Hosting
- 12:1512:15, 16 June 2025 diff hist +34 Main Page →Command Line Utilities
- 12:1312:13, 16 June 2025 diff hist +15 Main Page →Web Development and Hosting
- 12:1212:12, 16 June 2025 diff hist +29 Main Page No edit summary
- 12:1112:11, 16 June 2025 diff hist −441 Main Page No edit summary
- 11:0811:08, 16 June 2025 diff hist +111 N File System Created page with "* Check filesystem type. <pre> df -T <Path> </pre> * See details about a mount. <pre> findmnt -T <Path> </pre>" current
- 11:0711:07, 16 June 2025 diff hist −12 Main Page →Command Line Utilities
- 11:0511:05, 16 June 2025 diff hist +889 N Explore Processes 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..." current
- 10:5410:54, 16 June 2025 diff hist +272 Formating Output No edit summary current
- 09:5309:53, 16 June 2025 diff hist +242 Formating Output No edit summary
- 09:4809:48, 16 June 2025 diff hist +58 N Formating Output Created page with "<pre> <command> | uniq </pre> ::- Prints only unique line."
- 09:4609:46, 16 June 2025 diff hist +44 Main Page No edit summary
18 May 2025
- 10:4810:48, 18 May 2025 diff hist +70 Main Page No edit summary
- 10:3710:37, 18 May 2025 diff hist +60 Main Page No edit summary
- 08:5208:52, 18 May 2025 diff hist +21 Networking No edit summary current