Top "Dump" questions

Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis.

Bash script containing binary executable

Is it possible to write a bash script, which would contain a binary executable program inside? I mean a script, …

bash unix binary dump
How to make Java Thread Dump in Android?

I just want to get all dumps from java virtual machine threads, to look at what the threads lock and …

java android dump
How would I create a hex dump utility in C++?

Basically, I need to write a hex dump utility using C++. It'll look something like this (Part of a Word …

c++ hex binaryfiles dump utility
mysql, dump, database restore

I have dumped my database with the following command: mysqldump -uuser -ppassword db_name > file then I completely removed …

mysql database dump
How to get Java8 Metaspace dump (not heap dump)

Are there any tools that are able to get Metaspace dump from a Java8 hotspot vm ?

jvm dump metaspace
How to include MySQL database schema on GitHub?

Stackoverflow and MySQL-via-command-line n00b here, please be gentle! I've been looking around for answers to my question but could …

mysql github mysqldump database-schema dump
A lot of "invalid command \N" when I try to restore PostgreSQL dump

I made a backup of a database on my mac and tried to restore it on a computer with ubuntu. …

postgresql dump database-restore pg-dump
How to use dd on WSL?

How can I used the dd command to dump the contents of a removable disk in WSL? When I run, …

unix dump windows-subsystem-for-linux
WinDbg and SoS, how do I print/dump a large string?

I am debugging a hangdump coming from a production server using WinDbg with the SoS extension. There is a string …

.net debugging windbg dump sos
How to dump part of binary file

I have binary and want to extract part of it, starting from know byte string (i.e. FF D8 FF …

linux bash terminal dump