
December 5, 2008 04:09 by
mic
#!/bin/sh
# Quick and dirty script to download and install various
# redistributable runtime libraries
#
# Copyright 2007, 2008 Google (Dan Kegel, dank@kegel.com)
# Thanks to Detlef Riekenberg for lots of updates
# Thanks to Saulius Krasuckas for corrections and suggestions
# Default value...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

December 4, 2008 02:44 by
mic
Wine icon folder
/home/<USER>/.local/share/applications/wine/Programs
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

December 4, 2008 01:57 by
mic
This is easy tutorial of how to install MS Office 2007 on Ubuntu under Wine. If you already have wine installed, skip to step 2.
Open terminal and enter:
sudo apt-get install wine
Download and save rpcrt4.dll file and msxml3.msi file.
From Applications/Wine select Browse C\: ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

December 2, 2008 19:11 by
mic
Problem
VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot.
VBox status code: -4011 (VERR_VMX_IN_VMX_ROOT_MODE).
Cause
kvm-intel module and vboxdrv module conflict only if VirtualBox tries to use hardware vir...
[More]
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 15, 2008 22:50 by
mic
ksh -x script
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 16, 2008 17:59 by
mic
sudo /etc/init.d/vboxdrv setup
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 11, 2008 23:54 by
mic
Command
find
Description
The
"find" command is very powerful. It
can search the entire filesystem for one or more files
that you specify to look for. This is very helpful when a
file has been "lost".
You can ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 5, 2008 22:28 by
mic
About grep
Finds text within a file.
Syntax
grep [options] PATTERN [FILE...]
grep [options] [-e PATTERN | -f FILE] [FILE...]
-A
NUM, --after-context=NUM
Print NUM lines of trailing context after matching lines. Places a line
containing -- between contigu...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

September 22, 2008 16:28 by
mic
The path is:
~/.local/share/Trash/
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

September 19, 2008 17:55 by
mic
Here is how to get Screenlets to work with compiz widget-layer.
First, install screenlets:
Quote:
sudo su -c 'echo deb http://hendrik.kaju.pri.ee/ubuntu gutsy screenlets >> /etc/apt/sources.list'
wget http://hendrik.kaju.pri.ee/ubuntu/hendrikkaju.gpg -O-...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5