Top "Recover" questions

The recover tag is used to mark questions that have something to do with recovering data.

Git recover uncommitted changes

I had a lot of local changes. I just accidentally did git merge another_branch git reset --hard HEAD^ on …

git recover
Linux wrong path exported. How to recover ~./bashrc file

While I try to set java path on ~./bashrc file i exported like: PATH=/usr/local/jdk1.6.0/bin export PATH …

bash recover
Is it possible to get the deleted file from Eclipse workspace?

I have accidentally deleted a Java file from my Eclipse workspace. Can i recover that? It's not in the recycle …

java eclipse recover
is it possible to recover the Oracle Data Pump master table?

I'm trying to import a few files with a published Oracle Data Pump perl script: dumpinfo.pl After successfully importing …

oracle oracle11g oracle11gr2 recover datapump
Safe close connection in Golang

When I open a socket connection, I immediately put the socket.Close() logic in a defer function after the opening …

go recover panic
Need to recover older $PATH setting

I have just installed an app which overwrote my $PATH variable... so now, a bunch of stuff will not work. …

path recover
Golang panic crash prevention

In Golang a panic without a recover will crash the process, so I end up putting the following code snippet …

go crash recover panic
git deleted everything, how to recover files and folders

It was the first time that I was using git, I wanted to import an existing project into github and …

git github git-pull recover
Recovering MySQl database from .frm, ibdata and ib_logfile

I have .frm, ibdata and ib_logfile from my previous version of MySQl and now I have shifting to a …

mysql recover