2014年12月8日 星期一

How to change linux kernel on Ubuntu

-----Ubuntu 10.04 linux kernel upgrade form 2.6.32-21-generic to 3.18.0 --------

P.S. Commands marks as purple.


1.
Download linux kernel from https://www.kernel.org/
Choose file: linux-3.18.tar.xz

2.
sudo apt-get install xz-utils
tar Jxvf linux-3.18.tar.xz

3.
sudo apt-get install libncurses5-dev
sudo apt-get install kernel-package
cd linux-3.18
sudo cp /boot/config-2.6.32-21-generic .config
make menuconfig
fakeroot make-kpkg --initrd --revision huang.001 --append-to-version -20141208 kernel_image

4.
double click and install "linux-image-3.18.0-20141208_huang.001_i386.deb"

5.
check new linux kernel module name:
ls /lib/modules/
2.6.32-21-generic    3.18.0-20141208

6. create initrd:
cd /boot
sudo makinitramfs -k -o initrd.img-3.18.0-20141208 3.18.0-20141208
sudo update-grub2
sudo reboot

P.S. if you doesn't do step6 will occur "kernel panic - not syncing : VFS : unable to mount root fs on unknown block (0,0)".

7.
When Ubuntu reboot, long press SHIFT will into GRUB menu,
Select new kernel "3.18.0-20141208", done.

2014年11月3日 星期一

Bluestacks更改視窗大小新方法!!


之前有找到更改Bluestacks視窗大小都是改regedit登錄值的方法,但改來改去還是沒用.

現在有一個更快更簡便的方法,重點是一定會成功!!!

就是用這個軟體:Divvy ----- Windows or Mac的視窗分割軟體

Divvy : http://mizage.com/windivvy/

下載網址 : windows
                    mac

簡介使用方法就是安裝完後:

1. 先設置快捷鍵如圖,意思是當你想要改變視窗大小時就按"space" :
     P.S. 個人是設定鍵盤最右邊的減號(-),因為空白鍵太常用了,截圖用space是為了方便辨識.



 2. 點選欲縮小的視窗,按space,之後拖曳想要的大小, 完成!!!!!!!!



從此擺脫用regedit修改BS的方法!!


2014年10月6日 星期一

死亡之屋House of the Dead Overkill file not found main.35.com.sega.hodoklr.obb solution

1.  Your phone must root.

2.  Check "main.35.com.sega.hodoklr.obb" file path should be placed at "/mnt/sdcard/Android/obb/com.sega.hodoklr/main.35.com.sega.hodoklr.obb"


    if not, change sdcard shourtcut to the file.

2014年9月23日 星期二

How to change Android Graphical Layout preview

1. Before change.



2. Click on  "Android icon" and select "API17", finish.


2014年9月9日 星期二

台南在地人美食

身為台南人,總是會遇過朋友問:台南有什麼好吃的啊?
電視上報導一大堆,到底是真的好吃還是只是為了吸引人潮??

在此個人列出常去吃的店家,讓各位參考...(編號無關名次)

1.小豆豆鍋燒意麵

2.台南"香港"朱記茶水攤

3.榮吉炒牛肉專賣店

4.老友小吃店

5.上海好味道小籠湯包

6.晴天包子

7.山根壽司

8.慈香庭素食餐廳

9.太陽堂冰店

10.丹丹漢堡

11.台北米粉湯

12.崇德市場蝦仁肉圓

13.同記安平豆花

14.

-------------想到再補充...... last update: 2014/09/09-----------

2014年4月21日 星期一

Linux svn subversion log out log in with other username

Just add this command:
--username xxxxx

Password for 'default' GNOME keyring: solution

When meet error like

Password for 'default' GNOME keyring: 

you can edit ~/.subversion/config in section [Auth] add:
password-stores = 

2014年4月11日 星期五

Password for '(null)' GNOME keyring



用svn checkout時發生以下問題,無法登入:
Password for '(null)' GNOME keyring:

解決辦法:
rm ~/.gnome2/keyrings/login.keyring

再重新輸入帳密即可

2014年3月26日 星期三

ubuntu 10.04 libstdc++5 not found solution

1. download libstdc++5_3.3.6-20~lucid1_i386.deb from here .

2. dpkg -i libstdc++5_3.3.6-20~lucid1_i386.deb

done!

-------------------------------------------------------------------------------------

If you using Debian OS, just type:

sudo apt-get install libstdc++5

done!

2014年1月16日 星期四

Install Pagavcs and Pagavcs-bigmem

Update!! 20140116

Install

The Ubuntu Launchpad PPA repository has to be set, it provides automatic updates too.
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 9B17F2B406D92A67
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 9B17F2B406D92A67
sudo add-apt-repository ppa:gaborgabor/pagavcs
sudo apt-get update
sudo apt-get install pagavcs
nautilus -q
If you are behind proxy you may need to change the first instruction to (substituting your own proxy and port):
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com --keyserver-options http-proxy=http://[proxy]:[port] 9B17F2B406D92A67"

===========================
Warring!!

There is a bug that right-click menu does not display when using new version pagavcs (1.4.56).

The solution is under below, install old version Pagavcs and Pagavcs-bigmem.

==========================================
1. Download Pagavcs 1.4.41 and Pagavcs-bigmem 1.0.0.

2. Do not add software path: deb http://pagavcs.googlecode.com/svn/repo karmic main, nor you will install new version Pagavcs automatically.

3. Install Pagavcs first, then Pagavcs-bigmem.

4. If there is no affect, log out then log in, and type $nautilus -q.

5. Have fun!

P.S. pagavcs-bigmem is used to fix that svn's total file size is too big. For example, up to 2GB.