How to restore deleted files ShowHow to restore deleted files
Download a recovery tool
There are easy and effective recovery tools available for download on the web and some have the major advantage of being free.
Zero Assumption Recovery
Download Link: http://www.z-a...
VBA: How to know everything about the file folder ShowVBA: How to know everything about the file folder
Preliminaries
In module
In sheet1 module
Preliminaries
Open a new workbook
Add a module
In module
' Declare variables for wizard.
Public balloon1 As Balloon
Public balloon2...
Permanently delete files from trash bin ShowPermanently delete files from trash
Sometimes when emptying the trash some files stays and refused to be deleted!
You just have to use a command:
Start the Terminal
- Type "sudo rm • • •-R"
- Drag files, folders that you want...
Unable to delete file: Argument list too long ShowUnable to delete file: Argument list too long
Solutions
Xargs
Command find
loop for (bash)
Program Perl
When trying to delete a file , you receive the following error message :
bash: /bin/rm: Argument list too long
This is...
[Ubuntu]Preventing recovery of deleted files Show[Ubuntu]Preventing recovery of deleted files
Here below is a simple method, on how preventing the recovery of deleted files:
First, make sure the recycle bin of Nautilus (the file browser) is empty.
Right click on it and choose the...
What to do if a file cannot be deleted ShowWhat to do if a file cannot be deleted
How to get rid of the file?
Solution 1: Ensure that the file/folder is not in use
Solution 2: Run your system on Safe Mode
Solution 3: Download or update your Antivirus program
Solution 4: Use...
UNIX Commands ShowTable of the main UNIX commands
Unix Commands
Description
Options
ls
lists the content of a directory
-a
Displays all files, including hidden files
-I
Displays a...
Operating Systems - MS-DOS - Commands ShowCommand
Description
dir
lists the contents of a folder
cd
changes folder
cd ..
parent folder
md or mkdir
creates a new folder
deltree
deletes a folder and all sub-folders
copy, xcopy
copies...