您正在查看 "*nix" 分类下的文章 2012-04-22 0:35 This article briefly explains how to access Windows SMB shares in Linux. Linux is a client here. If you want to read about using Linux as a Samba server to serve files to Windows clients, see Samba Quickstart. © 2005 Tero Karvinen http://www.iki.fi/karvinen Quick Mini-HOWTO This chapter contains just the required commands without any additional testing. Here, we want to |
2012-04-03 18:13 Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
can mount in live cd ,show this error message,please help! |
2012-02-29 14:10 用tsql连接mssql出现下面的错误 sh-3.2# tsql -H 192.168.1.100 -p 1433 -U sa tsql -H 192.168.1.100 -p 1433 -U sa Password: fuckyou
locale is "en_US.UTF-8" locale charset is "UTF-8" using default charset "UTF-8" Error 20017 (severity 9): Unexpected EOF from the server OS error 115, "Operation now in progress" |
2012-02-02 11:06 朋友家是通过电信的无线猫PPPOE拨号上网的,没有安装无线路由,所以无奈之下只好在ubuntu下面的用pppoeconf来进行配置拨号上网,结果配置重启之后发现网络连接出问题了, 网卡显示“device not managed”,所有的网络设备都不能用了 其实问题先是桌面找不到NetworkManager,这个问题重装了一下解决了,后来发现网络管理为灰,网卡显示“device not managed”。 解决方法, 1,gedit /etc/NetworkManager/nm-system-sett |
2011-10-17 23:43 #!/bin/bash sudo apt-get -y install zlib1g-dev libssl-dev libreadline5-dev libyaml-dev build-essential bison checkinstall cd /tmp wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz tar xvzf ruby-1.9.2-p290.tar.gz cd ruby-1.9.2-p290 ./configure --prefix=/usr\ --program-suffix=1.9.2\ |
2011-10-17 19:59 Recently we have around here and install the latest version of OpenVAS in Fedora. If you prefer to work with Ubuntu or a derivative distribution can follow what is said in that post except for some small details: The installation manual is downloading the packages |
2011-09-13 9:00
整合apache和php之后,apche重启提示:
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
解决办法非常简单:
localhost# find / -name httpd.conf /usr/local/share/examples/apache22/httpd.conf /usr/local/etc/apache22/httpd.conf #ee /usr/local/etc/apache22/httpd.conf
找到 |
2011-09-04 23:15 2011-07-08 10:48 2011-07-05 5:35 ubuntu的ssh链接一直都有问题,查了一下,原来是防火墙的原因,顺便记录一下 1> 安装SSH服务端和客户端 sudo apt-get install openssh-server openssh-client 2> 测试安装 ssh localhost测试 3>SSH 远程登入 Ubuntu 机
ssh username@192.168.0.1
将 文件/文件夹 从远程 Ubuntu 机拷至本地(scp)
scp -r username@192.168.0.1:/home/username/remotefile.txt .
将 文件/文件夹 从本地拷至远程 Ubuntu 机(scp)
scp -r localfile.txt username@192.168.0.1: |
| | |