Difference between pages "Template:Disk file systems" and "Opera"
From Forensics Wiki
(Difference between pages)
Uwe Hermann (Talk | contribs) m |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | [[Category: | + | {{expand}} |
| + | |||
| + | == Data directory == | ||
| + | Opera stores the user data in the following locations: | ||
| + | |||
| + | On Linux: | ||
| + | <pre> | ||
| + | /home/$USER/.opera/ | ||
| + | </pre> | ||
| + | |||
| + | === Global history === | ||
| + | The file '''global_history.dat''' is a text file. | ||
| + | |||
| + | <pre> | ||
| + | Welcome to Opera | ||
| + | http://www.opera.com/portal/upgrade/ | ||
| + | 1319089117 | ||
| + | -1 | ||
| + | </pre> | ||
| + | |||
| + | Where the fields are: | ||
| + | * Title | ||
| + | * URL | ||
| + | * date and time (32-bit POSIX or Unix epoch timestamp) | ||
| + | |||
| + | === Search field history === | ||
| + | The file '''search_field_history.dat''' is an XML file that contains the history of queries typed in the search bar by the user. | ||
| + | |||
| + | === Typed history === | ||
| + | The file '''typed_history.xml''' contains the history of the URLs typed in the address bar by the user. | ||
| + | |||
| + | == External Links == | ||
| + | |||
| + | * [http://www.opera.com/ Official website] | ||
| + | * [http://www.opera.com/docs/operafiles/ Opera: Files used by Opera] | ||
| + | |||
| + | [[Category:Applications]] | ||
| + | [[Category:Web Browsers]] | ||
Latest revision as of 06:11, 26 October 2011
|
Please help to improve this article by expanding it.
|
Contents |
[edit] Data directory
Opera stores the user data in the following locations:
On Linux:
/home/$USER/.opera/
[edit] Global history
The file global_history.dat is a text file.
Welcome to Opera http://www.opera.com/portal/upgrade/ 1319089117 -1
Where the fields are:
- Title
- URL
- date and time (32-bit POSIX or Unix epoch timestamp)
[edit] Search field history
The file search_field_history.dat is an XML file that contains the history of queries typed in the search bar by the user.
[edit] Typed history
The file typed_history.xml contains the history of the URLs typed in the address bar by the user.