Just a collection of some random cool stuff. PS. Almost 99% of the contents here are not mine and I don't take credit for them, I reference and copy part of the interesting sections.
Friday, April 30, 2010
Ubuntu LAMP Drupal
http://drupal.org/node/439204
http://mazesolutions.me/web-development-blog/linuxunix/installing-lamp-on-ubuntu-710-linuxapachemysqlphp/100
$ sudo /etc/init.d/apache2 restart
$ sudo /etc/init.d/apache2 stop
http://ubuntuforums.org/showthread.php?t=550454
To remove apache2 permanently from startup scripts:
sudo update-rc.d -f apache2 remove
To reinstate apache2 in the startup scripts:
sudo update-rc.d apache2 defaults
http://ubuntuforums.org/showthread.php?t=550454
Edit /etc/default/apache2 as root and set NO_BOOT to 1.
http://mazesolutions.me/web-development-blog/linuxunix/installing-lamp-on-ubuntu-710-linuxapachemysqlphp/100
<?php echo "Hello World"; ?>
$ sudo /etc/init.d/apache2 restart
$ sudo /etc/init.d/apache2 stop
http://ubuntuforums.org/showthread.php?t=550454
To remove apache2 permanently from startup scripts:
sudo update-rc.d -f apache2 remove
To reinstate apache2 in the startup scripts:
sudo update-rc.d apache2 defaults
http://ubuntuforums.org/showthread.php?t=550454
Edit /etc/default/apache2 as root and set NO_BOOT to 1.
Thursday, April 29, 2010
NDS Bookmark
http://www.teamcyclops.com/forum/showthread.php?p=9757
Download moonshell v1.71 from here and don't touch it.
Go here: right here.... and download the latest R4 firmware. Extract it with something like WinRAR.
Ignore the _system_ folder and the _DS_MENU.DAT, take the _DS_MSHL.nds and drag it into the moonshl folder that came with it.
Open the moonshl folder and find the .nds file you just dragged into it. Rename it moonshell.nds instead of _DS_MSHL.nds.
Go to the Evolution moonshell you downloaded and extract it. Open up the PLUGINS folder. Find reset.mse.
Drag it to the R4 moonshell's PLUGINS folder. When it asks you if you want to replace the existing reset.mse say yes.
Now Just take the R4's moonshl folder and drag it to the root of your MicroSD.
Download moonshell v1.71 from here and don't touch it.
Go here: right here.... and download the latest R4 firmware. Extract it with something like WinRAR.
Ignore the _system_ folder and the _DS_MENU.DAT, take the _DS_MSHL.nds and drag it into the moonshl folder that came with it.
Open the moonshl folder and find the .nds file you just dragged into it. Rename it moonshell.nds instead of _DS_MSHL.nds.
Go to the Evolution moonshell you downloaded and extract it. Open up the PLUGINS folder. Find reset.mse.
Drag it to the R4 moonshell's PLUGINS folder. When it asks you if you want to replace the existing reset.mse say yes.
Now Just take the R4's moonshl folder and drag it to the root of your MicroSD.
How to type Korean in Linux
IBus Keyboard Input Method
-----------------------------
System > Administration > Language Support
Keyboard Input Methods "ibus"
Install Languages > Korean
IBus Input Method > Korean > Add
Ctrl+Space to enable/disable (or click the keyboard icon on the toolbar and select Korean)
You have two options: remap your English keyboard (a) and put sticky notes or do a lot of scrolling (b).
Option a: Korean 2bul
-----------------------------
The 'm' in Korean is the character 'a' in the English keyboard, etc.
ㅁ m = korean 2bul (a)
ㄴ n = korean 2bul (s)
ㅎ h = korean 2bul (g)
ㅓ eo = korean 2bul (j)
ㅏ a = korean 2bul (k)
So
한 = han = korean 2bul type 'gks'
This method, you can type Chinese too.
Option b: Hangul Romaja
-----------------------------
Hangul Romaja (안년 하세요 = annyeon haseyo):
안 an
년 nyeon
하 ha
세 se
요 yo
Problem is, I got these to work with a lot of scrolling in the pop-up, the ones I want are always the last one the list!
SCIM (can't get it to work ...)
-----------------------------
Have SCIM Manager installed, Install scim-tables-ko and scim-hangul
$ sudo apt-get install scim scim-tables-ko scim-hangul
Select your chosen input type in IMEngine > SCIM Global Setup and IMEngine > Hangul (keyboard layout 2bul)
$ scim-setup
Start SCIM (might need to add in System > Preferences > Startup Applications)
$ scim
Restart Ubuntu
References
-----------------------------
http://translate.google.com/#ko|ko|annyeon%20haseyo
http://ubuntuforums.org/archive/index.php/t-30517.html
http://webcache.googleusercontent.com/search?q=cache:KikFlNNizUIJ:ubuntuforums.org/archive/index.php/t-30517.html+korean+2bul+in+linux&cd=5&hl=en&ct=clnk&client=ubuntu&source=www.google.com
http://ubuntuforums.org/showthread.php?t=30981
http://en.wikipedia.org/wiki/Keyboard_layout#Hangul_.28for_Korean.29
http://langintro.com/kintro/syllable.htm
http://www.mrbass.org/linux/ubuntu/scim/
http://ubuntuforums.org/archive/index.php/t-205098.html (Nabi package)
-----------------------------
System > Administration > Language Support
Keyboard Input Methods "ibus"
Install Languages > Korean
IBus Input Method > Korean > Add
Ctrl+Space to enable/disable (or click the keyboard icon on the toolbar and select Korean)
You have two options: remap your English keyboard (a) and put sticky notes or do a lot of scrolling (b).
Option a: Korean 2bul
-----------------------------
The 'm' in Korean is the character 'a' in the English keyboard, etc.
ㅁ m = korean 2bul (a)
ㄴ n = korean 2bul (s)
ㅎ h = korean 2bul (g)
ㅓ eo = korean 2bul (j)
ㅏ a = korean 2bul (k)
So
한 = han = korean 2bul type 'gks'
This method, you can type Chinese too.
Option b: Hangul Romaja
-----------------------------
Hangul Romaja (안년 하세요 = annyeon haseyo):
안 an
년 nyeon
하 ha
세 se
요 yo
Problem is, I got these to work with a lot of scrolling in the pop-up, the ones I want are always the last one the list!
SCIM (can't get it to work ...)
-----------------------------
Have SCIM Manager installed, Install scim-tables-ko and scim-hangul
$ sudo apt-get install scim scim-tables-ko scim-hangul
Select your chosen input type in IMEngine > SCIM Global Setup and IMEngine > Hangul (keyboard layout 2bul)
$ scim-setup
Start SCIM (might need to add in System > Preferences > Startup Applications)
$ scim
Restart Ubuntu
References
-----------------------------
http://translate.google.com/#ko|ko|annyeon%20haseyo
http://ubuntuforums.org/archive/index.php/t-30517.html
http://webcache.googleusercontent.com/search?q=cache:KikFlNNizUIJ:ubuntuforums.org/archive/index.php/t-30517.html+korean+2bul+in+linux&cd=5&hl=en&ct=clnk&client=ubuntu&source=www.google.com
http://ubuntuforums.org/showthread.php?t=30981
http://en.wikipedia.org/wiki/Keyboard_layout#Hangul_.28for_Korean.29
http://langintro.com/kintro/syllable.htm
http://www.mrbass.org/linux/ubuntu/scim/
http://ubuntuforums.org/archive/index.php/t-205098.html (Nabi package)
Wednesday, April 28, 2010
PubMed API
PubMed API
The NCBI provides a web service interface to PubMed. For searching this is a two-step process that first performs the search then retrieves the results. Here's an example in PHP5:
http://hublog.hubmed.org/archives/001518.html
The NCBI provides a web service interface to PubMed. For searching this is a two-step process that first performs the search then retrieves the results. Here's an example in PHP5:
http://hublog.hubmed.org/archives/001518.html
return of the jedi
i'll come back 2 years from now ... Apr 28 2012 , if not sooner
100 credits so far, 9 in progress, 39 transferred = 148 credits!
100 credits so far, 9 in progress, 39 transferred = 148 credits!
Tuesday, April 27, 2010
the fork
was at the fork today, time seems to fly by so fast, was waiting for an e-mail you see ... 3:30 hits
no e-mail received, so had to send the other e-mail and so that's that
west won in the end.
no e-mail received, so had to send the other e-mail and so that's that
west won in the end.
Monday, April 26, 2010
Alpacas
Love Story Korean Movie Trio
A Moment To Remember
My Sassy Girl
The Classic
http://www.youtube.com/watch?v=xXbwzPDL_MU
... been sappy these couple of days ...
My Sassy Girl
The Classic
http://www.youtube.com/watch?v=xXbwzPDL_MU
... been sappy these couple of days ...
Subscribe to:
Posts (Atom)
