History often refers to the list of webpages viewed in a browser or commands used in a particular program. History is often used for undo/redo or back/forward functionality in programs of all kinds.

learn more… | top users | synonyms

0
votes
0answers
14 views

Windows Update history contradicting itself

I was just working on a Thinkpad with Windows 7 and in the homepage of Control Panel\System and Security\Windows Update it showed Most recent check for updates: Never Updates were installed: ...
0
votes
3answers
65 views

How can I ensure Firefox history is completely deleted after exiting?

I have set the option to clear my browsing history when I exit Firefox, but it does not clear completely. When I re-open Firefox, my History panel is clear but the address bar auto-completes websites ...
1
vote
1answer
43 views

Change directory to previous directory in Powershell

I am a Linux guy, but am trying to be open-minded and learn some Powershell. I miss the ability to cd - back to a previous directory, like in *nix shells. Is there a similar command in ...
0
votes
1answer
27 views

Retrieving Chrome History and History Archives for Mac

I've read some articles here that suggest that we are able to retrieve Chrome's history as SQLite databases: Export history from chome browser How can I view "archived" Google Chrome history ...
1
vote
3answers
68 views

How can I reset an edited history line in Bash?

In Bash, you can press the up (and down) arrow to traverse through history. You can then modify the command before executing it. Sometimes I've incorrectly modified the command, and wish to reset it ...
-2
votes
0answers
55 views

Yahoo Messenger NOT storing chat messages in conversation history when using Android app? [closed]

When I chat via Yahoo Messenger in Windows 7 desktop PC, the conversation is stored in the history and can be reviewed later. But when chatting on Android phone, it seems that the conversation is not ...
2
votes
2answers
73 views

Remove all web sites data

Does the "Remove all websites data" in Preferences → Privacy on Safari 5.1.7 remove them only from Safari or all other browsers installed on the computer? I get a warning: Are you sure you ...
0
votes
0answers
8 views

Bash history lost [duplicate]

My bash history in cygwin is lost between two consecutive shells. Here are the outputs of some commands that might help to understand the issue: set -o | grep history history on $ grep -i ...
4
votes
2answers
185 views

Firefox says “server not found” because it's adding WWW. How do I stop this?

This is very frustrating. I have been accessing servername.local on Firefox. That's its URL. No www. At some time, servername.local ceased to be available and I got an error message: "Server not ...
1
vote
0answers
27 views

How can I search and sort history in IE, or really any browser

I find this so frustrating. I read many technical articles in a day, none really that significant. Then a day or two later I realize something in that article is now relevant. I use the search ...
0
votes
1answer
29 views

Firefox does not show all history when viewed chronologically?

I was browsing through my Firefox search history to try and find a site I visited in the past. I found it by searching. However, I was more interested in finding out what I searched to find it, ...
0
votes
2answers
92 views

Google chrome disable url suggestions from history

I was searching for a solution which will help me to disable URL auto suggestion (from history) while I type url on adressbar. But I haven't found anything about this solution. I tryied to uncheck Use ...
2
votes
2answers
45 views

How to look at the past directory history the shell was in?

Sometimes I like to look back in the command history to figure out what I was doing. Sometimes it would help to know what the cwd was for each command. So, I'm wondering if there's some way to track ...
4
votes
1answer
80 views

How does my browser know I've visited a page if the URL is redirecting?

How do Chrome, Safari, Firefox or other browsers know you've visited the destination URL of a redirecting link? I've always found it interesting that the browsers know the URL a redirecting URL lands ...
5
votes
3answers
282 views

BASH history lost on reboot

For some reason, I cannot get my system to keep my BASH history after a reboot. Here are the relevant sections of my ~/.bashrc: shopt -s histappend PROMPT_COMMAND='history -a; updateWindowTitle' ...
-5
votes
1answer
48 views

How to access history in Seamonkey?

Seamonkey is so close to Firefox, but I cannot access history like in Firefox. Is this feature accessible in Seamonkey?
0
votes
0answers
32 views

Chrome extension that can open URLs

There are some extensions for Google Chrome browser - History 2, Better History Manager, etc. I need this one, but with feature of open URLs of founded via search masks. For example, I open my history ...
1
vote
0answers
86 views

How to export all archived yahoo messenger chat history quickly?

Currently I have to open chat history, clicking on each nick to see the chat content and keep clicking load more to see more That is very bothering. How to export all chat entries quickly?
0
votes
1answer
36 views

How to hide password while sending mail from linux commad line

I tried the approach in http://superuser.com/a/462871 and it works. But I don't want my gmail password to be stored in command history. Is there a way to avoid this?
3
votes
4answers
46 views

Save command to history without executing in bash

Is there a way to save a command in bash history without executing it? e.g. $ cmd [a long list of arguments] and now during typing i remember I'd like to do something else first. Can I have ...
0
votes
0answers
73 views

Clear Firefox history on exit except open pages

I would like to clear the entire Firefox history on exit, except for currently open windows, tab groups, tabs, pages so that they can be opened the next time Firefox starts, by the click of a single ...
0
votes
0answers
23 views

Storing the current working directory information with history in bash?

Bash history only stores the commands used and time. Is there any way to store where the commands are invoked? such as 1 2013-02-27 13:21:38 ls ~/SCRATCH 2 2013-02-27 13:21:38 cd ~/SCRATCH
0
votes
1answer
77 views

Why does Firefox fetch the page when I hit the back button?

Isn't Firefox supposed to display a cached version of the page when I use the back button? Is there something I can to do prevent Firefox from doing this ? I understand it makes less sense nowadays ...
0
votes
1answer
120 views

Search Google Chrome web history for a PDF file

Is there any way to search in your Google Chrome history for a pdf file? I know you can accomplish this in the regular Google search box with filetype:pdf. But this does not work in the history search ...
0
votes
0answers
21 views

Chrome: 'Find on page' box with history (NOT google search!)

Is there an chrome extension which adds sort of dropdown to the 'Find' box so I can quickly select words I already searched for? NOTE: I'm not talking about internet search history. I'm talking about ...
1
vote
1answer
118 views

History and completion not working in coffeescript repl on linux mint

I have recently switched from Ubuntu 12.04 to Linux Mint 14. One thing that is mysteriously not working is autocompletion (tab) and history (uparrow) in coffeescript repl (coffee command). Instead of ...
2
votes
0answers
206 views

How does Google Chrome know my Firefox history if I never imported it?

I have Firefox and Google Chrome installed in the same machine (Linux). It happens when I type something in Chrome Omnibox it suggests pages I have already visited in Firefox. I have never connected ...
1
vote
2answers
77 views

What determines what shows up in the bash history command?

When I run history, I get a list of commands. However, it does not appear to be complete, even for a given period of time. (It doesn't feel like it has continuous coverage of the past N commands - it ...
1
vote
1answer
224 views

Is it possible to search tmux scrollback history?

I'm starting to use tmux, and I already love it. But if I could search through scrollback history it would be even better (e.g. like in iTerm2). Is there a way to do it as of now?
3
votes
1answer
571 views

Display Chrome full history

How do I display all of my browsing history in Google Chrome? When I press Ctrl+H I get most of the visited pages, but there are few missing as shown on following screenshot: Is there a way to get ...
2
votes
3answers
66 views

change the first word of the previous command

For example I enter cat /very/long/path/textfile and right after that I decide to give the next command rm /very/long/path/textfile So, my question is: What is the easiest/fastest way to replace ...
1
vote
0answers
120 views

How to manage cookies when GPO prevents history delete

I've disabled history deletion in the default GPO. Works great. However, now when I have a user who does nees to clear cookies (buggy website), I can't figure out how to clear them. Is there a ...
2
votes
1answer
125 views

Remove launch from Run/Debug drop down in Eclipse

I often have many run configurations that gets in this history which I don't want, like unit tests or when I change project. I don't want to remove the launch configuration, just remove it from the ...
0
votes
0answers
42 views

Disable passwd history feature with remember=0

PAM version - pam-0.79 Is setting 0 allowed on "remember" option in /etc/pam.d/common-passwd file of pam.d module to disable passwd history feature? With "remember=0" in /etc/pam.d/common-passwd ...
0
votes
1answer
331 views

Editing Chrome omnibox history

I was wondering if it is possible to modify what values show up in the Chrome omnibox when typing certain phrases. For example, when I start typing "basecamp" it goes to ...
2
votes
1answer
104 views

Record bash_history to private database for all users?

I want to be able to setup a MySQL database and record all commands issued on my server by username and command. Is this possible, and if so, how would I set it up?
4
votes
1answer
121 views

Track deleted internet history

I have got a copy of the jumpListCache folder of firefox, which contains the favicon.ico files of deleted history. Is there a way to find the url of the site to which the each favicon belongs? Thanks ...
0
votes
0answers
14 views

Prevent certain URLs and anything referring from them from going to the Firefox history [duplicate]

Possible Duplicate: Prevent urls from specific domains from being saved in firefox’s history Without using PornPrivate Browsing Mode, is there a way to prevent Firefox from saving URLs ...
2
votes
0answers
138 views

Up key for XTerm, Korn shell (while vt100 through telnet/putty works) dont work

I am using xterm on korn shell. I have defined in .kshrc as follows: set -o emacs alias __A=echo "\020" # up arrow = ^p = back a command alias __B=echo "\016" # down arrow = ^n = down a ...
0
votes
4answers
262 views

Copy Entire Command Prompt History

So I'm running windows 7 and I have a long program that runs through command prompt and I need the output of it. I put my Buffer Size and Number of Buffers to 999 but I still am unable to get the ...
3
votes
2answers
637 views

How to delete Chrome temp data (history, cookies, cache) using command line

On Windows 7, I tried running this script but still cannot clear Chrome temp data. Can someone figure out what's wrong with the script? Where do Chrome store history and cache ? Thanks ECHO ...
2
votes
1answer
103 views

Figuring out how my /etc/ folder got deleted [closed]

I was playing around with my sendmail configuration in the /etc/ folder, and then, somehow, the contents of my /etc/ folder went away, and I'm unsure of how. From /var/log/auth.log: Nov 8 10:28:42 ...
-7
votes
1answer
443 views

Retrieving deleted IE8 history [closed]

How can I retrieve the browsing history in internet explorer 8 after it's been deleted?
2
votes
1answer
306 views

How to remove Google Reader URLs from Google Chrome address bar?

How can I remove Google Reader URLs from my Chrome omnibox? Usually FnShiftDel works, but it doesn't appear to work here.
2
votes
3answers
211 views

Firefox completes the address bar with content absent from my history

I have set Firefox to complete the address bar with elements from the history only ( other options are: nothing, bookmarks, and a history+bookmarks). However, Firefox still continues to complete the ...
0
votes
0answers
26 views

history at a glance [closed]

Is there a tool that would let me compare the events from several web services including google hostory and twitter connect. Context: I follow Bill Scott on twitter. Usually this means that I read ...
0
votes
1answer
156 views

How to access firefox history remotely

I want to monitor the Firefox history of a PC from another remotely. Is there any add on or something else which exports and uploads / syncs Firefox history to an FTP server so that I can access it ...
2
votes
1answer
235 views

URLs in Chrome won't delete, even when history is cleared

I tried CCleaner and History Eraser. Nothing works. What should I do? Also, going down over the URL and hitting ShiftDel didn't work.
1
vote
2answers
49 views

Cannot clear URL history in Firefox 13 for OS X

I use Firefox 13 in OS X. I can not clear my URL history after doing the following: Running Click & Clean add-on for Firefox Tools » Clear Recent History OnyX for OS X, cleaning all Internet ...
7
votes
1answer
116 views

How can I get Skype-like shared history among all clients using Jabber?

Skype does this neat thing where it sends the same history (event log, message log) to all clients connected to that account. This results in exactly the same chat log on all clients, even containing ...

1 2 3 4 5 6