發表文章

目前顯示的是有「Tech」標籤的文章

Excel tips - Row to Column (Transpose)

圖片
Step 1. Select the range of the table which you would like to convert from column to row. Step 2. Press the drop-down arrow of the "Paste" icon on the menu, then press the "T" (transpose)  The Outcome is below:

Fixed PPSAP background issue

Step1. Create PPSAP.bat  ++++++++++++++++++++++++++++ @echo off  cd c:\"program files (x86)"\ppstream  ppstream.exe  taskkill /im ppsap.exe /f /t  reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v "PPS Accelerator" /f ++++++++++++++++++++++++++++ Step2. Create PPSAP.vbs file ++++++++++++++++++++++++++++ set ws=wscript.createobject("wscript.shell")  ws.run "PPSAP.bat /start",0   ++++++++++++++++++++++++++++ Step3. Put these two file together under  C:\Program Files (x86)\PPStream\ Step4.  Modify PPStream shutcut with "C:\Program Files (x86)\PPStream\ppsap.vbs" in your Target

Turn ON telnet in Windows 7

圖片
There is an easy way to turn-on telnet client instead of using other telnet client such as putty or teraterm. Got to control panel -> Select Turn Windows features on or off then you can turn the feature on.

warning: implicit declaration of function 'open'

Mostly, "warning: implicit declaration of function " tell you some header are not correctly include in you c code. By check man menu, it will tell you these tree headers are required.  #include <types.h>  #include <stat.h>  #include <fcntl.h> However, to fix the problem you have to add "#include <unistd.h >" to fix the problem.

Linux Link status command

Two useful tools can be use to check link in different speed. 1> mii-tool eth0: no autonegotiation, 100 baseTX-HD, link ok 2> ethtool eth0 ....

Good Article for Zombie

http://www.ibm.com/developerworks/cn/linux/kernel/syscall/part3/index.html I found a good article regarding the zombie process handling, it might help for solve some issue when you have zombie process in Linux programing.

Reset Master Password For The Software Security Device in Firefox

圖片
In some cases, you might ask for enter master password as below "Please Enter The Master Password For The Software Security Device" But you might not remember your master password, then some process will not be go through until you enter the right master password. How to Fix it? I google the some key words and found a good solution Step1. Enther "chrome://pippki/content/resetpassword.xul" in your URL location field. Step2. Press "Reset" button Step3. Check the password check-box from "Tools\Options\Security ". The "Use a mater password" should un-selected.

Fix your PC's error to increase speed

Just suffer this web site for testing the internet bandwidth, and found a interesting software. If this is truth, you might give a try to download it over here http://www.freshpcfix.com/regcure.php?t=Bandwidth%20Speed I haven't try it yet, once I got time. I will update my testing result again.