網頁

2013年12月11日 星期三

[筆記] Visual Studio 開啟行數顯示

使用版本:Visual Studio 2013 



工具 → 選項




文字編輯器 → 所有語言 → 右邊勾選 行號



2013年12月2日 星期一

[筆記] User Script 武裝你的瀏覽器



User Script 中文硬翻的話是使用者腳本或是自定義腳本,能幫你的瀏覽器強化功能並增加使用體驗。

當然,工欲善其事,必先利其器 ,在使用這些好用的腳本之前,先要在你的瀏覽器安裝必要套件


2013年11月18日 星期一

[筆記] Windows 7環境變數列表

參考來源:
http://www.goodman-lai.idv.tw/2005/12/windows.html
http://learninginfree.blogspot.tw/2011/09/win-windows-xp7.html

環境變數
位置
說明
%HomeDrive%
C:\
使用者路徑下的磁碟機
%SystemDrive%
系統預設磁碟機
%SystemRoot%
C:\Windows
Windows路徑
%WinDir%
%HomePath%
C:\Users\{username}\
使用者資料夾路徑
%USERPROFILE%
%AppData%
C:\Users\{username}\AppData\Roaming
Roaming路徑
%LocalAppData%
C:\Users\{username}\AppData\Local
Local路徑
%Temp%
C:\Users\{username}\AppData\Local\Temp
暫存檔路徑
%Tmp%
%AllUsersProfile%
C:\ProgramData
設定檔路徑
%ProgramData%
%Public%
C:\Users\Public
公用資料夾路徑
%ProgramFiles%
C:\Program Files
應用程式路徑
%CommonProgramFiles%
C:\Program Files\Common Files
Common Files路徑
%ProgramFiles(X86)%
C:\Program Files (x86)
(64位元限定)
%CommonProgramFiles(x86)%
C:\Program Files (x86)\Common Files
(64位元限定)
%LogonServer%
\\{domain_logon_server} 
區域網路中的電腦位置路徑

CMD下能用的環境變數
%ComputerName%:電腦名稱
%OS%:作業系統名稱,其值固定為Windows_NT
%Path%:執行檔的搜尋路徑
%UserDomain%:包含使用者帳號的網域名稱,或者電腦名稱{userdomain}
%UserName%:使用者帳號名稱{username}

[筆記] 關閉VMware的BIOS啟動警示音

參考來源:http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1664

開啟VMware時遇到一些困擾,即使你沒有本機端上喇叭,主機總是會響起BIOS啟動警示音
如果周遭又是安靜的環境,就顯得相當突兀,這時可以參考以下設定。

先開啟Vmware的設定檔config.ini

Linux 路徑:
~/.vmware/config

Windows 2000 和 XP 路徑:
%AllUsersProfile%\Application Data\VMware\VMware_Product\config.ini

Windows Vista、Windows 7、Windows 2008 Server R2、Windows 8 和 Windows Server 2012 路徑:
%ProgramData%\VMWare\VMware Workstation\config.ini

在config.ini最後一行加入
mks.noBeep = "TRUE"
就可以了

2013年11月5日 星期二

[筆記] Mactype後的瀏覽器字體渲染 (過期)

參考連結:
http://www.wwqk.net/system/ie10-xuanran.html
http://ilowkey.net/kmteach-chrome-text-shadow/

環境:Windows 7 x64、Firefox 25.0、Chrome 30.0.1599.101、IE 10.0.10


Firefox -

FF關閉硬體加速就可以了




GC和IE比較特別,mactype無法直接渲染,只能用css的方式

2013年10月6日 星期日

[軟體] PicPick - 輕巧強大的擷圖軟體

PicPick起始畫面
官方網站:http://www.picpick.org/
官網下載:http://www.picpick.org/download
備用載點:http://goo.gl/F5GQzE (MEGA)

說明:輕巧好用的多功能截圖軟體,介面採用Ribbon界面。是過多款擷圖軟體之後依然覺得這款我比較容易上手且方便。除了基本的截圖,還帶附加的功能有:尺規、選色、調色盤、白板、量角器等....。除此之外,還支援直接上傳常用的圖片免空、FTP或社交網站。

2013年3月27日 星期三

[Linux][Mint] 筆電螢幕亮度調整

Linux環境:LinuxMint 14、Nvidia 550 Ti、Toshiba L750


無聊又換個環境(提外話...

只能說這個方法算治標...
因為FN無法使用,看其他人的品牌筆電倒是可以用...
不知道為什麼TOSHIBA的筆電只能用一半
照以下方法可以使用FN鍵使用開/關音量和開/關觸控板
而亮度依然無法直接使用,只能用裏面的電源管理調整螢幕亮度大小。
不過至少能調整亮度了,不用忍受高耗電、亮度全開的LCD來摧殘眼睛。

1.使用Nvidia閉源驅動




選單->偏好設定->軟體來源
進入軟體來源選擇上方頁籤"額外驅動程式"
點選下方Using Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library from nvidia-experimental-310 (專有)

套用變更

PS.如果是其他支系的Linux(像Fedora之類的)可能是要移除nouveau再安裝Nvidia官方驅動


2.手動輸入xorg.conf

開啟終端機

#vim /etc/X11/xorg.conf

增加紅色那段文字
藍色那段式額外附加的關閉Nvidia logo


Section "Device"
 Identifier    "Device0"
 Driver     "nvidia"
 VendorName   "NVIDIA Corporation"
 BoardName     "GeForce GTX 550 Ti"
 Option     "NoLogo" "True"
 Option     "RegistryDwords" "EnableBrightnessControl=1"
EndSection



這邊最好自己手打"引號的部份,因為有些複製是另外的符號
可能看起來一樣,可是Linux卻無法判讀

之後重新開機 就OK了

2013年3月20日 星期三

[筆記] 當Firefox關閉多個分頁卻遇到 "確認關閉" 警告提示

忘記是哪幾版firefox開始的
即使取消勾選如下圖的操作,火狐依然還是會給你警告


每次這樣的警告很不堪其擾,不是都勾選了,為何還要再問我一次?


請在網址列中輸入 about:config

在你發誓會小心之後在搜尋列上輸入 browser.tabs.warnOnCloseOtherTab
在 值 內點兩下 由 turn 改成 false


如此一來就不會再出現詢問視窗了


2013年2月25日 星期一

[Linux][Fedora] 安裝LibreOffice4




參考連結:http://www.if-not-true-then-false.com/2012/install-libreoffice-on-fedora-centos-red-hat-rhel/

下載x64和語言包

# wget http://download.documentfoundation.org/libreoffice/stable/4.0.0/rpm/x86_64/LibreOffice_4.0.0_Linux_x86-64_rpm.tar.gz
# wget http://download.documentfoundation.org/libreoffice/stable/4.0.0/rpm/x86_64/LibreOffice_4.0.0_Linux_x86-64_rpm_langpack_zh-TW.tar.gz


下載 仿windows介面(選,適用於fedora18以上)

# yum install pangox-compat


解壓縮

# tar -xvf LibreOffice_4.*.tar.gz


安裝

# cd LibreOffice_4.0.0_Linux_x86-64_rpm
# yum localinstall RPMS/*.rpm RPMS/desktop-integration/libreoffice4.0-freedesktop-menus-4.*.noarch.rpm

# cd LibreOffice_4.0.0_Linux_x86-64_rpm_langpack_zh-TW
# yum localinstall RPMS/*.rpm 

[Linux] 新增root權限帳戶

參考連結:
1. http://www.xiaoxiaozi.com/2009/07/21/1209/
2. http://linux.vbird.org/linux_basic/0410accountmanager.php
3. http://blog.yam.com/gavint/article/23251174

useradd -r -m -s /bin/bash -u 0 -o -g 0 <使用者帳戶>
passwd <使用者密碼>

-r 建立系統帳號
-m 建立家目錄
-s 定義使用者登入後所使用的 shell
-u <uid> uid為0是指派root權限
-o 允許使用相同的uid 搭配-u <uid>使用
-g <gid> gid為0是指配root群組


使用者帳號/密碼相關參數:/etc/passwd, /etc/shadow
使用者群組相關參數:/etc/group, /etc/gshadow
使用者個人檔案資料: /home/username

2013年2月21日 星期四

[Linux][Fedora] Nvidia重新安裝的Error問題

參考連結:http://dariofaggioli.wordpress.com/2013/02/19/nvidia-31032-kernel-377/

Linux環境:Fedora17、3.7.6-102.fc17.x86_64


終於搞定... 差點以為這次又要重灌了。
這次問題google了很久繞了一大圈,沒想到這麼簡單的一行指令就解決了...

原本預定升級kernel同時,打算跟著和以前一樣把Nvidia的驅動移除再重新安裝一次時,
沒想到竟然出現了下面的error訊息。

ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.

ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.


為了這個找出一堆patch、重新再編譯的解法,無奈還是無解。

當我找到了上方的參考連結一個簡單指令,解決。

# ln -s /usr/src/kernels/3.7.6-102.fc17.x86_64/include/generated/uapi/linux/version.h /usr/src/kernels/3.7.6-102.fc17.x86_64/include/linux/version.h

紅字地方請改上你家的kernel版本號

2013年2月6日 星期三

[筆記] 在Linux的環境下如何用root的權限下開啟chrome














網路上資料是不少,不過大部分跟著打都有問題。
所以用我自己能理解的方式自己紀錄一下。

Linux環境:CentOS 6.3

編輯 google-chrome

# vim /opt/google/chrome/google-chrome

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir=/opt/chrome





好了之後存檔就能執行了

2013年1月26日 星期六

[Search]

acpi

toshiba acpi linux

/proc/acpi/button/lid/LID

acpi linux

[Linux] 更新GRUB config

更新GRUB config

Grub2
grub2-mkconfig -o /boot/grub2/grub.cfg

Grub
grub-mkconfig -o /boot/grub/grub.cfg

2013年1月15日 星期二

[筆記] Imgburn 用筆電燒錄彈出光碟片的問題


參考來源:
1. http://www.ptt.cc/bbs/Notebook/M.1328181770.A.38C.html
2. http://imgburn.nnn2.com/?p=505

用筆電燒錄時,燒到一半光碟片自己就彈出來,然後出現以下訊息

All attempts to automatically close the drive tray have failed! Note: This is to be expected on laptop style slimline drives. Please close it manually and then click 'OK' to continue. 

嘗試自動關閉光碟機托盤失敗,這原因可能是因為薄型光碟機的設計限制,請自己手動推入,再按 ok 繼續

通常只有筆電的彈出式和吸入式光碟機才有這個問題,桌電的大多數可自動收回。
這個時候,只要將原光碟重新再置入即可。


想要完全解決這個方法有2個方法

第一個方法比較懶人一點:把"比對"取消勾選即可



第二個方法,想要保留比對檔案錯誤,又不想要他自動退出光碟請依照下圖操作即可。



2013年1月9日 星期三

[筆記] Windows 7 USB/DVD Download Tool 無法寫入至USB

參考網址:
1.http://www.ardamis.com/2012/03/03/windows-7-usbdvd-download-tool-unable-to-copy-files/
2.http://www.hualang8.com/reed/56.html
3.http://support.microsoft.com/kb/300415

隨身碟每每格式化過奇怪的格式之後,再用一次Windows 7 USB/DVD Download Tool燒錄時總是會遇見下面的提示

status:we were unable to copy your files,please check your USB device and the selected ISO file and try again.


這時候使用 "win+R" 執行中輸入 "cmd" 的啟動命令

在從cmd中輸入以下命令

diskpart
啟動磁碟延伸工具


list disk
列出所有磁碟代號

select disk #
選擇磁碟代號#


例如我的隨身碟是磁碟8 : select disk 8

clean
將磁扇區歸零,選擇的磁碟移除任何與所有磁碟分割或磁碟區的格式

create partition primary
建立磁碟分割區

select partition 1
指定磁碟分割

active
將選擇隨身碟標示為"使用中"

format quick fs=fat32
快速格式化FAT32

assign
掛載隨身碟

exit 離開 diskpart

再重新啟動Windows 7 USB/DVD Download Tool 應該就可以重新寫入了

--

PS.最近發現使用Universal USB Installer在安裝LINUX的過程中,如果也沒有出現預期的安裝畫面也可以用這個方法修修看,可以確定是隨身碟在Windows GUI介面下FAT32格式化會有格式化不完全的問題。