Apr
28
Scan to PDF directly using gscan2pdf in Ubuntu
Filed Under PDF, Ubuntu, Linux, Software | 2 Comments
I like to backup my important documents or briefs into my computer in PDF file type. But in my experiment using a scan in Ubuntu is not easy as in Windows System.
The gscan2pdf is a GUI program to directly create a multipage PDF from a scan. It should work on almost any Linux/BSD system.
How […]
Apr
26
爬高上低
Filed Under Story of Sissi | Leave a Comment
Sissi 又长大了,她现在特别喜欢爬高上低,沙发,床,椅子都是她练习的好场所。
一天,她自己搬了个小板凳放在客厅的茶几旁,然后先上了小板凳,接着又麻利的爬上了茶几,最后她站在茶几上高兴的来回走动。大人想过来扶着她,她还不愿意呢。
今天,Sissi 午觉醒来后,爬上了床上叠好的被子,然后对奶奶说,高!奶奶问她,Sissi, 你怕不怕? Sissi 就连忙爬了下来,然后搂着奶奶的脖子说,怕!怕!
Apr
16
How to mount or burn a .bin Image
Filed Under Ubuntu, How-to, Linux | Leave a Comment
I choose a easy way. First change the .bin/.cue file to a standard .iso image. Then use the normal methods to mount or burn the image.
You can also use bchunk to convert bin/cue CD-images to iso Image.
bchunk movie.bin movie.cue movie
Then you can mount the iso image use:
mount -t iso9660 -o loop [isofile] [mountpoint]
To burn […]
Apr
15
RAR archiver in Ubuntu by examples
Filed Under Ubuntu, Command, How-to, Linux | Leave a Comment
rar is one of the common file format use for data compression and archiving. It have a high compression rate and powerful functions. How to decompress a RAR file in Linux? Here is some introductions about rar in Linux system.
How to install RAR Archive Compression and Decompress Software in Ubuntu (rar)
Prerequisites: add universe and […]
Apr
14
当 Oma 做饭的时候
Filed Under Story of Sissi | Leave a Comment
当 Oma 在厨房做饭的时候,由于油烟大,而且菜下锅的时候声音也很大, 就让 Sissi 离厨房远一些,去客厅或书房玩一会儿。于是 Sissi 就远远的跑开,双手捂住小耳朵,然后大声叫着:啪!!!啪!!!学着菜下锅时发出的啪啪声音。
今天,Oma 在厨房做饭,Sissi 在客厅独自玩耍。过了一会,Oma 没有听见 Sissi 的动静或声响,便有些担心的叫道: Sissi ,你在哪儿? 话音才落,就听见客厅里传来 Sissi 用力的回答:哎!!!
Apr
13
tar command basic operations
Filed Under Ubuntu, Command, How-to, Linux | Leave a Comment
The tar (i.e., tape archive) command is used to convert a group of files into an archive (no compress).
Unlike some other archiving programs, and consistent with the Unix philosophy that each individual program should be designed to do only one thing but do it well, tar does not perform compression. However, it is very easy […]