761 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
1
replies
41
views
Recent calls list recover
I need to recover the "recent calls list" in iphone 15 for the last six months in 2025 its not backedup in icloud and tried to delete the last call to appear the call befor it so its going to need a ...
Advice
2
votes
3
replies
79
views
How to recover a git repository when you have partial content available locally while saving bandwidth?
I have a git repository, which has lost its .git repository. I want to simply reinstate the .git folder without having to reclone the whole repository. The files of the repository are already present ...
-1
votes
1
answer
105
views
How to remove CVS metadata from binary files
I was able to recover one of my first Java projects in a CVS repository from 2002, but those files have text metadata mixed with the file data. Most of the text/sourcecode files have the metadata ...
0
votes
0
answers
61
views
Changing SN with ADB
I need to change the serial number (SN) on my Android device. Is it possible to do this using the Android Debug Bridge (ADB)?
The IMEI and SN were erased from the device when I tried to restore the ...
0
votes
1
answer
57
views
Postgres: service start but endless loop into log file start-recovery-crash-restart-recovery-crash etc
on windows server postgres 10 service start but does not accept connection and into log file I see that is in loop.
If I start postgres from command line (same command as the service but with start ...
2
votes
1
answer
700
views
Where do deleted files go in VS Code installed as a Snap?
When using the VS code, I selected a folder in the left sidebar explorer and pressed the delete button. It prompted me saying
I clicked the Move to Trash button. However, now I cannot find this ...
0
votes
1
answer
39
views
How to recover contents of a Jupyter Notebook that refuses to be saved
I have a jupyter notebook that is saved on a local Windows onedrive folder. For reasons I do not understand, I can open and edit it but when it comes to save it, Jupyter responds:
Error while saving ...
-1
votes
1
answer
114
views
Restoring database from backup with NoRecovery option is getting stuck in Recovery state [duplicate]
I am trying to restore database from a full back up (.fbk) and a quick backup (.qbk). In that sequence when it comes to
USE MASTER
RESTORE DATABASE [" + DB_NAME + "]
FROM DISK = \'" + ...
0
votes
1
answer
53
views
Does NServiceBus guarantee publishing messages from ASP.NET Core Controller?
I am publishing messages from my ASP.NET Core Controller in response to some synchronous command. If a partial failure happens in between successfully committing my database transaction and ...
1
vote
1
answer
142
views
ZeroMQ Binary Star pattern ( for high availability )
Reading the ZeroMQ Guide I stumbled upon some part of the text that I don't understand very well. This is in Chapter 4, Reliable Request-Reply Patterns, specifically Binary Star pattern.
A suitably ...
0
votes
0
answers
63
views
Solr backup not getting created in both solr nodes
I have solr cloud version 9.5 with two nodes deployed in kubernetes cluster. I am trying to take solr backup using the Solr backup API
Bakup API -
http://localhost:8982/solr/admin/collections?action=...
0
votes
1
answer
128
views
Restoring BizTalk Server
We have to configure BizTalk environment that will be replica of our current production environment, the one way to do this could be export the msi and binding files from production and import. Is ...
-1
votes
1
answer
595
views
Is there any way to recover deleted Test Suite from Azure Devops?
Was rearranging suites under one test plan. Using Import feature Imported the test suites to a new plan and deleted the Old original test suite. Now Im not able to find the test results in Imported ...
1
vote
0
answers
179
views
Is there a way to have an Azure SQL DB backup the backup file to a different region
Say I have a VM or SQL DB in UAE North , I want the backup file to go to UAE Central and I can restore to both regions. I need to understand how this can be implemented for other Azure services like ...
-1
votes
1
answer
444
views
How to generate backup codes and securely store for account recovery in .NET 8
I am creating an ASP.NET Core Web Application to setup a web application for individual accounts. I'm considering providing a new user with backup codes for account recovery during account creation, ...