Questions tagged [documentation]

Documentation is a file or set of files that come with a program which detail the programs operation.

155 questions
767
votes
12 answers

What does 'source' do?

$ whatis source source: nothing appropriate. $ man source No manual entry for source $ source bash: source: filename argument required source: usage: source filename [arguments] It exists, and it is runnable. Why isn't there any documentation about…
Andrea Ambu
  • 8,338
  • 4
  • 25
  • 21
49
votes
7 answers

Tool to annotate pictures (screenshots) for documentation purposes?

Long time ago, I saw someone use a software (on Windows) that was specifically created to annotate pictures. It made it simple to add arrows, boxes, circles in "outstanding" colors to the image. Unfortunatly, I don't remember what program that…
René Nyffenegger
  • 2,249
  • 7
  • 33
  • 46
19
votes
7 answers

How do I use the awesome window manager?

I've installed awesome on my Ubuntu laptop, and I like it. But I feel kind of lost. I don't know any keyboard shortcuts and the man pages aren't really any help (for instance, what does Mod4 mean?). Is there any kind of brief introduction to…
Jason Baker
  • 8,382
  • 9
  • 34
  • 50
16
votes
1 answer

Why is a second "tmpfs" parameter necessary when mounting a tmpfs?

Excerpted from the documentation So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs' will give you tmpfs instance on /mytmpfs which can allocate 10GB RAM/SWAP in 10240 inodes and it is only accessible by root. Please note the…
xmllmx
  • 444
  • 1
  • 3
  • 11
14
votes
4 answers

Sound quality in bluetooth headphones doesn't change to high

My Bluetooth headset Philips SHB6610 has several profiles. It can work as low-quality sound headset (HFP) and high-quality sound headphones (A2DP). Typically whenever I start to play the music in my favorite media player (Winamp) it switches…
Sergiy Belozorov
  • 1,862
  • 8
  • 29
  • 42
13
votes
1 answer

Getting started with Far Manager

I'm interested in learning Far Manager. Are there any walkthroughs or tutorials or feature tours out there? The F1 help system is good, but it's more of a reference than a beginners guide.
Charles Roper
  • 10,599
  • 16
  • 56
  • 75
12
votes
3 answers

Where is the Official list of Windows Environment Variables?

I'm working on some .bat stuff created in a legacy application, which uses many environment variables. I need to know exactly what is every one of them (%windir%, %os%, etc.). So I need the official Microsoft Documentation about the System…
11
votes
4 answers

Wiki & issue-tracking in one system?

I'm looking for an integrated solution that combines documentation of a software system with tracking of bugs, change requests and feature requests. Requirements: Documentation using a wiki would be nice, preferably one supporting CamelCase or…
Torben Gundtofte-Bruun
  • 18,100
  • 39
  • 108
  • 145
11
votes
3 answers

What does third symbol in "rw-" file mode mean in OS X ls manual page?

I have trouble understanding ls's manual regarding a file that has rw- mode. Here's the quote: If r, the file is readable; if −, it is not readable. If w, the file is writable; if −, it is not writable. The first of the following that applies: S  …
Max Yankov
  • 245
  • 1
  • 2
  • 9
11
votes
4 answers

Does this exist: a standardized way of documenting a file-system structure

At work, I'm in charge of maintaining the organization of a whole lot of varied data on a standard file-system. Part of this is coming up with sensible classification (by similarity, need, read/write access, etc), but the bigger part is actually…
jameshfisher
  • 1,412
  • 2
  • 11
  • 18
10
votes
5 answers

Adding programming code into LaTex / LyX

Maybe I'm just being thick, but I can't find any sensible way to simply paste in my (python) code into latex without losing all the indent information (kinda important for python). Anyone got any bright ideas? I'm not worried about syntax…
Andrew Bolster
  • 1,388
  • 3
  • 15
  • 31
9
votes
4 answers

Bash Shell Tutorials

What are some good bash tutorials? I would like to learn more about the bash shells commands and how to use them.
The Green Frog
  • 952
  • 1
  • 12
  • 34
7
votes
2 answers

Where can I find complete documentation on desktop.ini for Windows 7?

The documentation at the Windows Dev Center is fairly limited compared not only to third party sites, but to even what I can create by changing folder settings and opening up the resulting desktop.ini file. The problem with third party sites is that…
7
votes
3 answers

Mac OS X Lion - Xcode components simulator location

When we downloaded Xcode 4.5.1, to test applications in older simulators we installed it from Settings->Downloads->Components Now there is Xcode 4.5.2 available. Again we need to download simulators for that Xcode ? or is there any location where…
Janak Nirmal
  • 123
  • 9
7
votes
1 answer

Old KB articles on MSDN

Microsoft removes KB articles when they get old. Its really frustrating to come up to a page for a KB article you know should exist, (you bookmarked it) but its just been removed. Does Microsoft put them anywhere we can get at them, or are they just…
bobobobo
  • 5,302
  • 8
  • 46
  • 61
1
2 3
10 11