See [Unlocking a luks volume with a USB key (archive.org)][1].
Links
- [Unlocking a luks volume with a USB key (archive.org)][1]
Some RPMs allow to install it to an arbitrary location by use of --relocate
switch.
While at it, you might also want to specify a custom location for the rpm database files with --dbpath
swich to avoid contaminating the system rpm database.
rpm -i --dbpath <new install path>/.rpmdb \
--relocate <default installpath>=<new install path> \
openoffice.org-*.rpm
[myrepos][1]
You have a lot of version control repositories. Sometimes you want to update them all at once. Or push out all your local changes. You use special command lines in some repositories to implement specific workflows. Myrepos provides a mr command, which is a tool to manage all your version control repositories.
myrepos
is a command-line tool which adds the mr
command to your environment.
mr
does not care about different version control systems, it supports all of them.
The standard way to use mr
is to go into each one of your repositories and run the command mr register
for mr to add it to your configuration file in ~/.mrconfig
.
$ find mainline-build-* -maxdepth 2 -name "config.log" \
-exec grep -H "development files not found" {} \;
...
mainline-build-1.3.28-i686/config.log:configure:16837: OpenCL 32-bit development files not found, OpenCL won't be supported.
mainline-build-1.3.28-i686/config.log:configure:16837: libhal/libdbus 32-bit development files not found, no dynamic device support.
mainline-build-1.3.28-i686/config.log:configure:16837: liblcms 32-bit development files not found, Color Management won't be supported.
mainline-build-1.3.28-i686/config.log:configure:16837: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled
Courtesy of: [List git commits to master branch between two dates][1]
Using [Wine Bugzilla #9747][2] as example to find out relevant commit(s) based on bug report comment dates.
Reporter created the ticket on 2007-09-23 00:39:45 CDT
.
Reporter confirmed the problem is fixed on 2007-10-09 18:47:45 CDT
via comment.