随笔分类 -  PC Maintenance

1 2 下一页
How to new a screen in linux
摘要:screen -R -D: create a screenCtrl + A & Ctrl + D: leave a screen 阅读全文
posted @ 2015-08-13 19:02 -Anny-
Use SFTP in Linux (转)
摘要:Fromhttp://www.cnblogs.com/chen1987lei/archive/2010/11/26/1888391.htmlsftp 是一个交互式文件传输程式。它类似于 ftp, 但它进行加密传输,比FTP有更高的安全性。下边就简单介绍一下如何远程连接主机,进行文件的上传和下载,以及... 阅读全文
posted @ 2015-07-17 16:42 -Anny- 阅读(201) 评论(0) 推荐(0)
在Ubuntu上源码安装NodeJS
摘要:Referhttp://nqdeng.github.io/7-days-nodejs/#7.1前提条件:确保系统下g++版本(g++ -v)在4.6以上,python版本(python --version)在2.6以上步骤:1. 从官网https://nodejs.org/download/下载源码... 阅读全文
posted @ 2015-04-17 15:35 -Anny- 阅读(353) 评论(0) 推荐(0)
Free GIS Software
摘要:Refer to There are lots of free gis software listed in the website:http://www.freegis.org/http://www.freegis.org/database/viewobj?obj=1116 FreeGIS-sum... 阅读全文
posted @ 2015-02-16 17:26 -Anny- 阅读(195) 评论(0) 推荐(0)
跨平台的图形软件Dia
摘要:一款非常不错的软件Dia,软件很小,免费、好用、跨平台(linux、windows、mac)、可导出多种格式图片,除了流程图、UML建模图,还可以绘制其他很多图。ubuntu下可以直接通过命令行sudo apt-get install dia即可安装,windows的可以去官方网站下载:http:/... 阅读全文
posted @ 2015-01-30 17:54 -Anny- 阅读(398) 评论(0) 推荐(0)
How to install Freemind 1.0.1 to Ubuntu 14
摘要:安装了Freemind0.9后发现不能打开windows的1.0.1保存的*.mm文件,便对版本开始升级。1. 从http://freemind.sourceforge.net/wiki/index.php/Download找到ubuntu的对应版本下载http://www.getdeb.net/a... 阅读全文
posted @ 2015-01-19 18:54 -Anny- 阅读(346) 评论(0) 推荐(0)
Ubuntu Java Env
摘要:Fromhttp://www.cnblogs.com/BigIdiot/archive/2012/03/26/2417547.htmlJava 环境变量用户环境变量通常被存储在下面的文件中:~/.profileJAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.15PAT... 阅读全文
posted @ 2015-01-12 17:07 -Anny- 阅读(429) 评论(0) 推荐(0)
Cisco VPN Client Error 56解决(转)
摘要:Fromhttp://www.2cto.com/net/201304/201586.htmlVPN Client报错在网上搜索一番后找到解决方案,其实就是VPN的服务被关闭了计算机----> 管理 ------->服务和应用程序 -----> 服务 ----->Cisco Systems, Inc.... 阅读全文
posted @ 2014-12-12 17:13 -Anny- 阅读(73) 评论(0) 推荐(0)
How to fix broken packages?(转)
摘要:TryCode:sudo apt-get updateto update your package list.ThenCode:sudo apt-get autocleanto clean up any partial packages.ThenCode:sudo apt-get cleanto clean up the apt cache.Code:sudo apt-get autoremovewill clean up any unneeded dependencies.If while doing this you can identify the broken package this 阅读全文
posted @ 2014-01-29 17:10 -Anny- 阅读(332) 评论(0) 推荐(0)
Ubuntu 12.04开机默认启动IBus
摘要:Refer tohttp://wsysisibeibei.blog.163.com/blog/static/165368061201272062728241/根据Ubuntu官网的描述,安装了IBus Pinying。但是开机的时候,默认不起动IBus。而且通过 Laguage Support修改 Keyboard Input Method为Ibus也不其作用。最后采用如下办法解决:点击菜单Dash Home 在输入框内搜索Startup Applications并进入。Click the button: AddName: IBusCommand: /usr/bin/ibus-daemon - 阅读全文
posted @ 2013-06-06 14:43 -Anny- 阅读(351) 评论(0) 推荐(0)
Windows failed to start or 0xc0000225 boot error in Virtualbox
摘要:I setup a virtualbox in Ubuntu12.04 and setup a win7 in it.1. Win7->Settings->Storge - Choose a virtual CD/DVD disk file(iso file)2. Set the root seq is CD/DVD first in Settings -> System3. Start Win7Unfortunately,0xc0000225 boot error in Virtualbox occurs.Resolution: Before #3, we need to 阅读全文
posted @ 2013-06-05 18:15 -Anny- 阅读(327) 评论(0) 推荐(0)
Install chinese input method in Ubuntu12.04
摘要:Refer to http://www.2cto.com/os/201207/144189.htmlUbuntu 12.04中文输入法的安装Ubuntu上的输入法主要有小小输入平台(支持拼音/二笔/五笔等),Fcitx,Ibus,Scim等。其中Scim和Ibus是输入法框架。在Ubuntu的中文系统中自带了中文输入法,通过Ctrl+Space可切换中英文输入法。这里我们主要说下Ubuntu英文系统中,中文输入法的安装。安装输入法的第一步,是安装语言包。我们选择System Settings-->Language Support-->Install/Remove Languages 阅读全文
posted @ 2013-05-30 00:48 -Anny- 阅读(979) 评论(0) 推荐(0)
Cisco vpn client minimized to taskbar and stays in status: disconnect(转)
摘要:Fromhttp://answers.microsoft.com/en-us/windows/forum/windows_7-networking/cisco-vpn-client-minimized-to-taskbar-and-stays-in/1ded6917-019d-4761-8a67-00efc1c033e4I had the same problem, but it wasn't my logwindX and logwindowy values that were large, it was the WindowX and WindowY numbers. I chan 阅读全文
posted @ 2013-03-27 10:03 -Anny- 阅读(84) 评论(0) 推荐(0)
How to create a dynamic range source(转)
摘要:Refer to http://www.contextures.com/xlDataVal05.htmlRefer to http://www.mrexcel.com/forum/excel-questions/188444-auto-increment-source-range-drop-down-list-box.htmlOne way is to define a 'Dynamic' named range via insert/name/define and use a formula like this instead of a cell reference. The 阅读全文
posted @ 2013-01-14 23:13 -Anny- 阅读(235) 评论(0) 推荐(0)
Managing Range Names in Excel 2010(转)
摘要:Refer to http://www.dummies.com/how-to/content/managing-range-names-in-excel-2010.htmlA range in Excel is a group of one or more cells in a worksheet.A name can be given to a range to make it easier to identify this cell or cells when creating formulas or charts.If you’ve created a number of range n 阅读全文
posted @ 2013-01-14 22:11 -Anny- 阅读(418) 评论(0) 推荐(0)
Create a shared folder in Oracle VM VirtualBox
摘要:A new VM is created. If you want to share the folder with VM, please do these steps below:1. Host machineStop the VM and Click Settings...Go to Shared Folders tab and specify the folder you want to shareStart the VM2. VMRight click on My ComputerMap network drive...Select the folder you shared in Ho 阅读全文
posted @ 2012-11-01 19:14 -Anny- 阅读(227) 评论(0) 推荐(0)
How to access google map if the connection is blocked
摘要:In our production, we use google map api. But one day I found I cannot load google map. My collegue helped resolving it.Add below items in hosts file:#---google map----74.125.236.63 ssl.gstatic.com74.125.236.63 maps.gstatic.com 阅读全文
posted @ 2012-10-16 10:36 -Anny- 阅读(195) 评论(0) 推荐(0)
How to upgrade IE6 to IE7
摘要:1. Download IE7 from http://www.microsoft.com/downloads/details.aspx?FamilyID=9ae91ebe-3385-447c-8a30-081805b2f90b&DisplayLang=zh-cn2. Install it directly then restart PCIf you meet other issues when istalling, please refer to http://zhidao.baidu.com/question/44675279.html&__bd_tkn__=73f0192 阅读全文
posted @ 2012-10-09 14:04 -Anny- 阅读(148) 评论(0) 推荐(0)
How to "enalbe mouse integration" and make screen display fully in Oracle VM VirtualBox in Ubuntu
摘要:1. Install a xp virtual pc2. Start Virtual Machine3. Install Guest Additions: Menu bar->Devices->Install Guest Additions...->Next->Note: Virtual Guest Additions is checked by default -> Install4. Now observe Menu bar->Machine->Disable mouse integration, it is highlighted and not 阅读全文
posted @ 2012-10-09 14:02 -Anny- 阅读(268) 评论(0) 推荐(0)
How to resolve USB device is disabled in Ubuntu Virtualbox
摘要:项目告一段落,有时间搞搞偶滴虚拟机了,偶的宿主机是Ubuntu,虚拟机是XP,插上USB设备之后虚拟机一直识别不出来,从网上搜罗一下找到有效滴解决方案Refer to: http://blog.csdn.net/evilcode/article/details/63199451. Add Groups: groupadd usbfs#groupadd vboxusers(this is added automatically)2. Add user into the groupssudo adduser [username] usbfssudo adduser [username] vboxu 阅读全文
posted @ 2012-09-27 16:47 -Anny- 阅读(281) 评论(0) 推荐(0)

1 2 下一页