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. History can also refer to the dictionary definition of the word, what happened in the past.
2
votes
3answers
79 views
Remove a certain line from Bash history file
How can I remove a certain line from history's database?
3
votes
2answers
59 views
Per-directory bash/zsh history log files
I find I do a lot of work on a project in a set directory. Sometimes - a few months down the track, I need to redo something on that project but I can't remember what the hell I did. I use mercurial ...
1
vote
2answers
77 views
is there a way to view Google Chrome browsing history past three months ago?
I'm trying to find a tutorial I found months ago but it looks like it's disappeared off the face of the planet. I thought I would have better luck looking through my Google Chrome browsing history but ...
37
votes
9answers
2k views
What did computers use for output before monitors?
How did the early industrial computers, such as UNIVAC, ENIAC, MARK I, etc display output before monitors existed?
Did the first personal computers, like the Altair 8800 or the Simon use monitors, or ...
0
votes
0answers
43 views
Export history from chome browser
I'd like to be able to export the history from chrome so I can keep track of things like, for example, how many wikipedia articles I've looked at in the last week - all I'm really looking for is a url ...
2
votes
1answer
91 views
Delete Google Chrome's tab history
After browsing the web for a while, I want to delete my history. So I press
CTRL and H keys, and click the Edit items on the blue bar at the top of the page. Then I select the checkboxes for the ...
1
vote
0answers
46 views
Find all Skype conversations in containing a username and a given text?
I cannot find Skype conversation history search feature via Skype itself. This is inconvinient for me when I since I often chat with one customer in serval groups and cannot remember important ...
3
votes
2answers
164 views
Where does the term “motherboard” come from?
How did the "motherboard" get its name? I know that the name fits because it's the main circuit board in the computer, but how did that name come to be?
6
votes
2answers
347 views
Why do “ls” in unix and “dir” in dos have different names?
Why do they have different names for the same command, listing a directory? Surely, they could have talked to each other and agreed on one common name, such as for example cd which is the same for ...
2
votes
2answers
44 views
Is there a way (e.g. an extension) to avoid Google Chrome from saving a specific site to the History?
I use to visit erotic websites, and I would like those websites to not be logged to the browser's history (so I don't have to always removing them manually), is there a way?
I believe I can just turn ...
-1
votes
1answer
149 views
How do I make Firefox 7 remember my history shorter/longer?
I want to setup Firefox 7 to store my history for longer or shorter (setting period of time, just like in Options), but I can't seem to find an option to do that in dialog; all I can see is "Remember ...
0
votes
0answers
24 views
Bash history timestamp is mangled when I boot up the next day (“+” inserted before timestamp)
Whenever I shut my computer down and boot it up the next day, my history timestamps get mangled, like so:
1 Wed 19 10:57:36 #+1319008301
2 Wed 19 10:57:36 mv ...
0
votes
0answers
31 views
History Timeline of free disk space on a windows system
What is a good and simple tool to monitor and graph free disk space over time on a windows machine?
The usual disk visualization tools are not a good fit, as the result should be an timeline of the ...
5
votes
2answers
104 views
Can I use Vim editing mode on the command line without losing recursive history search?
I'm uzing zsh and, because I'm an avid Vim user, I just switched to using Vim-style editing on the command line. (That means if I type ls foo/bar and decide I want to cd instead, I can hit Esc ^ to ...
1
vote
1answer
62 views
Re-run command with prepended text from bash history
How do I repeat the last bash command with some text pre-pended to the front of it.
So if the previous command was:
$ ls /somedir
I want to run the following command utilizing the bash history to ...
5
votes
2answers
122 views
Execute a terminal command without saving it to .bash_history on OS X?
This site says that on Linux you can add a space before a terminal command to keep it out of .bash_history.
This does not seem to work for Mac OS X. Does anyone know of a way to execute a single ...
-1
votes
2answers
108 views
Who invented control-alt-delete? [closed]
This goes back to the early PC days when somebody coded into the first IBM PC BIOS that when you press control, alt and delete at the same time the machine would reboot. This keyboard combination has ...
1
vote
2answers
543 views
Is there a way to export chat history in Skype 5.2.x for OS X?
I'm currently running 5.2.x on OS X 10.6.8 and I need to some deep searching of the past history in a conversation with a colleague. Skype tells me the term I'm looking for is in the long-running chat ...
5
votes
1answer
161 views
How did the Cyrix 586 chip work in an Intel 486 computer?
When I was a kid we had a 486 DX, 33mhz machine. Pretty sweet eh? Well as it got older we tricked it out, added 8 megs of ram so we could place Space Quest 6 and an 2x External CD-Rom drive etc... I ...
0
votes
1answer
94 views
Jabber group chat history - receive all offline messages
I want to receive all Jabber messages that were written while I was offline, like in Skype. It's not exactly ALL messages to be honest, it's somewhat like month but it is enough.
For now I receive ...
1
vote
1answer
100 views
Remembering history in Google Chrome
How can I set the length of storage for history items in Google Chrome?
After having re-installed Windows 7 and all applications on my computer, I am not able to set the length of time I want it to ...
2
votes
3answers
142 views
Unix history not working
I'm using ksh on unix and connect through putty.
My .sh_history stores all history commands but when I press up arrow nothing comes, please help me.
1
vote
4answers
78 views
How can I view more of my history in Screen on Linux?
I was running scripts overnight from the command line (inside Screen on a Linux EC2 instance) and some errors that I was not tracking occurred. I want to "scroll up" or view more of the history in ...
9
votes
2answers
126 views
How to prevent Bash from altering history?
If I press the Up or Down arrows on my keyboard and then modify something from my history, it's changed forever. Even if I press Ctrl-C and then try to bring it up again, it's still changed -- I've ...
4
votes
2answers
111 views
Is there a directory history for bash?
Is there something like bash's reverse-search-history (Ctrl-r), but for only directories?
I have some deep folder hierarchies that I want to jump to, so I'd like to use something like ...
5
votes
2answers
2k views
Google Chrome address bar is slow, can't delete URLs with clock icon from history
I can't delete history items or visited webpages from Google Chrome that have the clock icon.
I recently visited some websites with very long URLs with about 600,000 characters each. Ever since, ...
0
votes
2answers
210 views
What is written on the side of the 'mystery key' on a IBM PC 3180 keyboard?
What is written on the side of the 'mystery key' on an IBM PC 3180 keyboard?
To be more specific, I'm talking about the text seen here...
161
votes
7answers
10k views
Purpose of a “mystery key” on an IBM PC 3270 keyboard
A colleague has just come into possession of a large number of IBM PC 3270 keyboards (don't ask!). These keyboards have a number of very interesting looking keys, but the one that most intrigued us ...
1
vote
0answers
21 views
How can I track time on a website from multiple IPs
I was wondering if there is a way to track time on a certain web site from my local computers / devices here. I wanna track from iPods, iPhones, laptops, desktops, etc to lets say facebook.com or ...
2
votes
1answer
108 views
How to find out revision history from hidden Word files
I have a project – have been using MS Word 2003 – should have been keeping a time sheet, but didn't think I'd be spending MUCH time on this.
Now, I would like to find these so called ...
0
votes
0answers
54 views
Changes History & Auto-Save in Mathematica & Others
Does anybody know of way to save changes history ?
In Matheamtica but also for other type of documents ?
58
votes
8answers
5k views
What is the origin of K = 1024? [closed]
Why does the discrepancy in the number of bytes in a kilobyte exist? In some places I've seen the number 1024 (210) while in others it's 1000 (and the difference gets increasingly large with M, G, T, ...
2
votes
2answers
701 views
Does VLC media player store the files or its history in a hidden location?
Does VLC media player store the played files hidden somewhere? I share my computer with a fellow student and do not want him to see what I have been watching.
Is the history or files of what's ...
0
votes
2answers
128 views
Windows Standard Mode: When did it first appear?
I have read conflicting tales of when Windows first ran in protected mode and ran one DOS application in real mode (this mixture is the so-called standard mode, I think). Some sources claim it was ...
0
votes
1answer
286 views
Safari open a web page from cache offline
I want to open a web page which i could see in safari's history offline. At-least i want to get the html contents out of it.
It would be of great help if anyone could help me do it.
2
votes
1answer
313 views
I need to monitor an adult relative's internet useage without his/her knowledge [closed]
Possible Duplicate:
How to track websites that have been visited?
I need to monitor an adult relative's internet usage without his or her
knowledge. The laptop I need to watch is a Mac, ...
1
vote
1answer
213 views
How can I see a timestamp for when a command was executed using history?
I'd like to check at what time/date a command in bash history was executed. Is this possible?
4
votes
0answers
151 views
How to search page content in firefox history (like is possible in Google Chrome)? [closed]
Possible Duplicate:
Is there a way to search the text of my browsing history in Firefox?
In Google Chrome it is possible to search the content of the pages in your search history (I suppose ...
0
votes
2answers
55 views
Linux history command
I am working on Ubuntu 9.10. I would like to ask if is there a way to print all the commands typed in Linux? I took a break of a few months on Linux and now I would like to have a list with everything ...
4
votes
3answers
206 views
reverse history search with regular expressions
I'm looking for a tool to allow reverse incremental searching with simple regular expression (or just multiple matches) support. For example, if I want to find the command 'foo bar baz', I could do ...
-2
votes
1answer
101 views
Why did AMD CPU go from K8 architecture to K10? [closed]
Looking at this website, it seems that AMD processsors went from the K8 architecture to the K10 architecture. Why was the K9 architecture skipped?
1
vote
1answer
79 views
1
vote
2answers
80 views
When did the Pentium II come out?
Wikipedia says it came out in 1997, but this site says it came out in 1995.
0
votes
1answer
47 views
3
votes
2answers
159 views
zsh, up arrow only repeats unique commands?
I'm looking for a setting that will make it so that when i hit the up arrow, zsh shows commands i have recently edited. The catch is, i only want unique commands. Currently, if i type echo "hello ...
2
votes
0answers
66 views
Amd 386 vs. Intel 386 [closed]
How was the AMD 386 different from the Intel 386? Did it have any advantages?
1
vote
2answers
208 views
AMD CPU clones of Intel chips [closed]
When did AMD start making clones of Intel chips? What was the first chip they cloned?
3
votes
2answers
4k views
Clear history of usernames in Skype [closed]
Possible Duplicate:
Remove username suggest function in Skype 4.2, Windows Vista?
I'm looking for a way to clear the login name history on my Skype (Windows 7).
I don't know where it is ...
2
votes
1answer
385 views
Google Chrome does not show all results if I type a searchword into the address bar
It's been two months since I've been using Chrome and now I found the first thing that really annoys me:
If type a word into the address bar I would except to make a search in the history for that ...
0
votes
0answers
249 views
How do I read an index.dat file from another machine to help them restore accidentally deleted history?
User is using Internet Explorer 7 and Windows Xp.
I was troubleshooting an issue for a user who used their history as their bookmarks. I should have caught that at the time; however, as part of a fix ...