Author Archives: ziki

TCP/IP协议栈

TCP/IP协议栈是一组由不同协议构成的协议组合。其模型实现了OSI网络模型的功能。TCP/IP网络协议栈分为应用层(Application)、传输层(Transport)、网络层(Network)和链路层(Link)四层

TCP/IP字面上代表了两个协议:TCP传输控制协议和IP互联网协议。

[......]

Read more

Posted in server | Tagged , , , | Leave a comment

html5+css3+js库收集

1、impress.js

impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behi[......]

Read more

Posted in javascript, soft | Tagged , , , , | Leave a comment

ubuntu安装mysqlserver

sudo apt-get install mysql-server
 

配置

sudo gedit /etc/mysql/my.cnf

[mysqld]增加

default-character-set=utf8
collation_server = utf8_general[......]

Read more

Posted in server | Tagged | Leave a comment

ubuntu下使用wine登录qq

ubuntu11.10

1、
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine 1.3
2、wine中文乱码
http://blog.csdn.net/h[......]

Read more

Posted in soft | Tagged , , , | Leave a comment

ubuntu11.10桌面新机安装软件列表

1、
sudo apt-get install gnome-shell;
sudo apt-get install network-manager-vpnc;
sudo apt-get install putty;
sudo apt-get install aria2;
sudo apt-[......]

Read more

Posted in server, soft | Tagged , , | Leave a comment

ubuntu挂载网络共享文件夹

1、ubuntu挂载ubuntu网络共享文件夹
假设ubuntu机器A访问ubuntu机器B(192.168.1.1)
1)机器A安装
安装共享服务器
sudo apt-get install nfs-kernel-server;

配置
sudo gedit /etc/exports[......]

Read more

Posted in server | Tagged , | Leave a comment

ubuntu下chroot的ssh帐户登录

参考http://blog.tianya.cn/blogger/post_show.asp?BlogID=19235&PostID=17196941这个文章
sudo apt-get install libpam-chroot;
发现后边的步骤很繁琐,就放弃了安装,结果导致重新使用root ss[......]

Read more

Posted in server | Leave a comment

ubuntu安装redmine

redmine是一个bug跟踪系统
1、sudo apt-get install ruby1.8 ruby1.8-dev
安装完查看版本
sudo ruby -version
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]

2、s[......]

Read more

Posted in server, soft | Tagged , , , | Leave a comment

ubuntu使用SQuirreL SQL客户端乱码

1、ubuntu的本地local语言是英文

2、设置SQuirreL界面中文

File--->Global Preferences--->General--->Locale设置为

zh_CN

并确保squirrel-sql/lib中存在squirrel-sq[......]

Read more

Posted in javaee, soft | Tagged , , | Leave a comment

ubuntu安装vsftpd服务器

1、安装软件

sudo apt-get install vsftp;
sudo apt-get install mysql-server
sudo apt-get install mysql-client;
sudo apt-get install libpam-mysql;
2、创建[......]

Read more

Posted in server, soft | Tagged , , , | Leave a comment
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 Next