Linux |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
[writeup] **Warning: Tag still open at end of document: "pre"
**** Warnings occurred ****
I have spend hours searching for the answer to this problem, so now I have found it I will post it. Demonstrate problemSuppose I have a program that takes an option in the form: myprog -t "Title of Document" To test this we will create a script: #!/bin/bash echo option: «$1», title: «$2», ignore: «$3» When we run it we get: ./testopt.sh -t "Title of Document" >> option: «-t», title: «Title of Document», ignore: «» The problem shows up if instead of passing the arguments directly, we use a variable: opt='-t "Title of Document"' ./testopt.sh $opt > |
|||
I am about to set up a webdav server under CentOS 6.0 |
|||
Office 971. Install package from CD Note that this crashed when I tried to open an Access form Office XP-It seems to only install into a Win98 bottle |
|||
Here are a few CPU oriented benchmarks for Linux. (Please note that you will have to enable the community repositories for these) |
|||
#to unpack into a new folder #make changes and rebuild with: |
|||
Accessing remote computers via XDMCP: http://unixlab.blogspot.com/2009/10/accessing-remote-computers-via-xdmcp... |
|||
General keyboard shortcuts Ctrl+A = Select all (In Documents, Firefox, Nautilus, etc, not Terminal) F9 = Toggle Sidebar Ctrl+N = New (Create a new document, not in terminal) |
|||
|
|||
Documentation: http://www.centos.org/docs/5/html/yum/index.html You can install repository priorities: http://wiki.centos.org/PackageManagement/Yum/Priorities |
|||

