Grace, grace, grace, which I always confused
When I read Catechism, the term “grace” is quite confusing. There are at least four types of grace I read: sanctifying grace, habitual grace, actual grace, and special grace. So, recently, I tried to solve my confusion by going through these differences. By reading the Catechism again and again (the related part only), and also some other resources, so, I simplify them,
Sanctifying (or deifying) grace = 圣化恩宠, permanent state of grace. Habitual grace = 常居的恩宠(宠爱), is also sanctifying grace. Actual grace = 现时的恩宠(宠佑), transient help to act (intervention of God), different from habitual grace. Also called “gratuitous grace” in Summa Theologica. Special grace = 特别的恩宠(神恩), also charism, oriented to sanctifying grace. Considered actual grace.
Linux shutdown battery draining problem solved
My HP laptop always has a shutdown problem. This problem affected the hibernation. That is, after I shutdown in Linux, my laptop battery will keep draining, and the battery is still warm after shutting down.
To solve this problem untechnically, there are two ways. Never shutdown, but restart. Because I have dual boot, there is a grub menu when startup the computer. So, during the grub menu, press the power button, this will shutdown the computer without battery draining.
Arch Linux with Canon iP1600 printer (virtualisation)
Finally, I solved the problem doing printing with my Arch Linux with Canon iP1600 printer. It is an old printer. With several tries of those drivers mentioned in forums and other discussions, I never success to use this printer with Arch Linux. That is why, whenever I want to print, I need to reboot into Windows 7, print, then reboot into Arch Linux again. This is really troublesome.
However, recently, I found a possible solution. That is using hardware virtualisation. Actually, it is using the guest OS to detect the printer, then print from the guest OS. So, my guest OS is still Windows. Meaning that, Linux is still not working with Canon iP1600. But, this solution avoid rebooting for different OSes.
Trying Arch Install Scripts
Latest Arch Linux announcement mentioned that AIF (Arch Installation Framework) is no longer included. And this installation method is replaced with Arch Install Scripts. Users who are willing to install Arch Linux need to follow the guide. So, I just tried the installation of this latest Arch Linux with the VirtualBox.
If you follow the guide accordingly, everything should be fine. But without the basic Linux knowledge, it is really a hell (I think so).
Firefox or Chromium (Google Chrome)
Yes, again web browser. I am using Firefox. Only sometimes Chromium (Google Chrome). Mainly Firefox. If someone ask me, which one I choose, I definitely answer Firefox. But, if someone ask me, which one I prefer, then it will be difficult to answer.
Firstly, I would like to go through why I choose Firefox as my primary web browser.
Because of DownThemAll. There is no alternative extension in Google Chrome like DownThemAll. Why I like DownThemAll so much? I use DownThemAll with GreaseMonkey to download my favourite mangas (comics). This is something Google Chrome still cannot do it, based on my current knowledge. GreaseMonkey generates the links, right-click, then I DownThemAll.
My Chinese blog
Recently, just created a Chinese blog. The reason is, I have a lot of philosophical thinking, difficult to express in English, because my mother tongue language is Chinese. When I do reasoning, I am using Chinese in my mind.
A review on several Linux major distribution with LiveCD
Use Arch Linux quite a while, I like the “pacman” command-line, simple and easy installing packages. Then I think about the other package managers such as deb with aptitude, rpm with yum or zypper or urpmi, how will they look like? Because of this, I tried several LiveCDs/LiveDVDs with VirtualBox: LinuxMint 13, Ubuntu 12.04, Fedora 17, OpenSUSE 12.1, Debian 6.0, CentOS 6.2, PCLinuxOS 2012.02, and Mageia 2.
I didn’t go through all the distribution thoroughly, just tried the installation, a web-browser, and the package manager.
GIMP does not support CMYK PSD file, then how?
I downloaded some PSD files, which is a file format by Photoshop. I tried to open it with GIMP, can be known as most popular open source image editor. However, opening the file showed some error message,
Error loading PSD file: Unsupported color mode: CMYK
Then I tried to install the “gimp-plugin-separate”, but it does not work. According to this post, the author also mentioned that “gimp-plugin-separate” does not work. But, the author mentioned some solutions. One of the solution is using “imagemagick” to convert the file into several PNG files.
Replacing OpenJDK with JRE 6 in Arch Linux
In Arch Linux Wiki page, it mentioned that OpenJDK is nearly perfect which we need not to install Oracle proprietary Java. But sadly to know, there are some Java applet which needs Java Runtime Environment version 6 instead of 7. That means, neither OpenJDK nor Oracle proprietary Java 7 works.
Therefore, I need to replace the jdk7-openjdk, jre7-openjdk, and jre7-openjdk-headless with AUR jre6 and jdk6. Besides that, icedtea-web-java7 is also no needed.
Installing games with CD iso images and change disc in WINE
Previously I mentioned about playing games in WINE and enabling Ibus input and CJK fonts. Recently, I solved another problem, that is installing the game with ISO images.
We know that, in Linux, we can mount the ISO image easily. However, some old games will need to install with several discs, that means we need to change discs during the installation. When my disc 1 was completed, I tried to unmount, it failed. Even I tried with symlink, the disc 2 with the symlink is not detected by the installer, failed also.