使用tsunami-udp备份


在需要备份的服务器上

安装tsunami-udp

  • 下载

http://pan.baidu.com/s/1mgHXmXU

  • 安装

    make && sudo make install

启动tsunami-udp:

cd ~/Downloads/virtualbox-bk//141125 && tsunamid *

在备份服务器上

tsunami
connect 192.168.1.5
get *
Read more ⟶

openwrt的功能


  • 共享文件夹-samba
  • ftp服务器-vftp
  • 可挂USB硬盘
  • 可作为无线路由器
  • 可ssh访问
  • 可安装其他软件
Read more ⟶

如何备份金蝶KIS帐套


屏幕左下角的开始,程序,找金蝶k3的菜单,找中间层,账套管理,进入后有界面的

Read more ⟶

得到当前电脑的公网IP


Read more ⟶

让linux进程在后台可靠运行的几种方法


  • nohup/setsid 无疑是临时需要时最方便的方法
  • disown 能帮助我们来事后补救当前已经在运行了的作业
  • screen 则是在大批量操作时不二的选择了。

详细见:http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/index.html

Read more ⟶