cygwin shell setting for windows
add set Term=cygwin to Cygwin.bat
Labels: Cygwin
Tried to install ocr feeder in ubuntu. The ocr feeder requires python package which has been installed by default. However, there are several packages that required to be installed. apt-get is enought for the job. The packages are: python-gtk, python-imaging-sane, python-reportlab, python-enchant, python-gtkspell, gnome-docs-utils etc. An update of package intltool is required as well.
Labels: apps
Every time when I want to use find or grep in bash shell, it just doesn't work. Not even after I check the man page. I have to find examples online eventually. It's kinda weird. I'm not trying to make full use of them. The most simple function would suit me just fine. I always get the sequence of the arguments wrong or miss some controller. Sometimes, you have to write it down to memorize something. That's what I'm trying to do. Here are the examples of these two commands.
find files: find -iname '*' ./*(path) -r(search subdirs)
find text within files: grep -i(ignore cases) *(patterns to search) ./*(path) -r(search subdirs)
Labels: Shell
In the other day, a problem popped out when I wanted to upgrade the system. It said that the disk space is not enough although i already set the disk to expansible. The successful solution is doing it from inside the system. I used GParted iso to boot the virtual machine instead of the hard disk and expanded the partition. After that, upgrade could be done using system application.
However, there were two problems after the upgrade. First one is described in the previous post. The other one I encountered today is that it said no swap space available in the system monitor application. I guess it caused by changing the partition information expanding the disk. Here is the solution.
Labels: Kubuntu, System, VirtualBox
After several upgrade process, the Kubuntu system won't install guest additions properly until I tried this.
bash$ sudo mount /dev/sr0 -t iso9660 -r /cdrom
bash$ cd /cdrom
bash$ sudo ./VBoxLinuxAdditions-x86.run
1. sudo dpkg -i package.deb
2. tar xzvf package.gz
3. Share files through VirtualBox on Windows host and Kubuntu client
Dropbox installation on Kubuntu (KDE)
Labels: Kubuntu