Skip to main content

Posts

Application :: Mozilla Prism

Mozilla released new application named Prism. It can be used as the local application for web application. It can make the icon onto the application folder and desktop. However, for me, it looks just a web browser..... It can make shortcut to choice some site from bookmarks. However, our application folder or desktop will get jam..... Maybe, the merit by the Prism is that we can separate between private informations as user name and password and web browsing on our common life. Prism (Mozilla lab) http://prism.mozilla.com/ If someone can find something to use for this application then let me know about it please.

Adium :: MSN Messenger :: Mac OSX

Adium is one of the messenger client for MSN Messenger, Yahoo Messenger, Jabber.....and some other kind of messenger. It is very useful application for mac osx. However, it has one problem for data transfer. One of friends told me on messenger. And the friend gave me the photo data. After getting data, the free memory space began to small. And after restarting the adium then more than 800M bite of used memory space was released. I think that the adium keeps the receaveing the data until the application get restart (MAYBE) or.....it has some function for releaseing the receaving data space.

Mac Book :: Apple Remote :: pairing

Many of peoples are using Mac Book. And Some time, we see that some of talkers are using remote controller for presentation. If we don't use pairing function between apple remote and Mac book then many of Mac book/ Mac book pro will receive that signals. So, we should make pairing for our mac and remote controller. To make pairing is easy. You just need to push "menu" and "Next" button at same time inside the 10 cm from Mac Book/ Mac book pro. Then you will see the chain and Apple remote on your monitor. Then the pairing will be finished.

Ubuntu:: root password

I could not understand the policy of password for root user when I start to use Ubuntu linux. I didn't know root password on Ubuntu Linux. Actually, no one know about it...... because it is null. The policy of root password is that if root has no password then no one can attack it. However, some one wont to use root as other distribution of linux. You can make password for root on Ubuntu Linux. But, it makes risks for attacked by malicious user. Be careful to make your root password. If you want to make password for root then you should check your root password is safty or not by some kind of password checking site. # sudo passwd root enter password for current user (if your account has authority for using sudo command) enter new password for root user enter same password for root user

MEMO:NEKO:Logger

This is memo. ABOUT NEKO(http://ddg.jaist.ac.jp/neko/) We can see message in log.log, when protocol send/receive NekoMessage  to/from other protocols. However, if some message extends NekoMessage then the send/receive log doesn't print into log. Because, the message is extended class from NekoMessage. The log mechanisms are working as (MAYBE) calling NekoMessage.getSource(). HOW TO PRINT LOG INTO "log.log" One of the solutions is to call Logger.info(). This meaning is .... #####BEGIN EXAMPLE###### (This is not completed code...... You need implements more for implementing protocols. ) Logger logger = new NekoLogger.getLogger(YourClassName.class.getName()); SenderInterface sender; public void send(NekoMessage m) { logger.info("ANY MESSAGE  " + m.getSource());  sender.send(m); } public void setSender(SenderInterface sender) { this.sender = sender; } ###########END EXAMPLE###############

Ubuntu 8.10 Intellistation

I was using Ubuntu 8.04 on Intellistation Z Pro. This ubuntu was upgraded from Ubuntu 7.04 -> 7.10 -> 8.04. Last week, I upgraded it to 8.10. Then I could install it. But it was not working. I got error before kernel loading. The error messages are following. ###################### Starting up..... Loading, please wait.... Gave up waiting for root device. Common problems: -Boot args (cat /prcc/cmdline) -Check rootdelay= (did the system wit long enough?) - Check root=(did the system wait for he right device?) - Missing module (cat /proc/modules; ls /dev) ALERT! /dev/disk/by-uuid/ed...( 16進数の数字列) does not exist. Dropping to a shell! BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash) Enter `help` for a list of bult-in commands. ###################### I sourch some other same problems. Then, I could find it on Ubuntu forum. The problem is kernel version. On defaults, Ubuntu 8.10 supports Kernel 2.6.27. However, he/she also said that Kernel 2.6.27 is not work

Virtual Memory

My mac laptop got crash by (null) process. Before crash it, I captured it from active monitor. The process had virtual memory more than 1600000TB. Where this mac hid such a big storage?????