rhel(centos)vnc使用
vnc 配置
yum install vnc
rpm -qa|grep vnc
vnc-4.1.2-14.el5_3.1
gtk-vnc-0.3.8-3.el5
gtk-vnc-python-0.3.8-3.el5
vnc-server-4.1.2-14.el5_3.1
1)vncpasswd 設定訪問密碼,不設定密碼時為機器的使用者密碼
2)啟動vncserver後
****啟動資訊如下注意[:2] 用於連線和關閉使用
[root@localhost ~]# vncserver
new 'localhost.localdomain:2 (root)' desktop is localhost.localdomain:2
log file is /root/.vnc/localhost.localdomain:2.log
3)kill掉vnc程序,命令如下:
vncserver -kill :2
4)在使用者目錄下,編輯vnc啟動檔案,格式如下
vi .vnc/xstartup
#!/bin/sh
# uncomment the following two lines for normal desktop:
unset session_manager
exec /etc/x11/xinit/xinitrc
#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $home/.xresources ] && xrdb $home/.xresources
#xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$vncdesktop desktop" &
#twm &
5)再次啟動vnc
預設啟動
vncserver 啟動
啟動時設定解析度
vncserver -geometry 640x480
6)進入vnc([:2]是localhost.localdomain:2.log裡面的2)
vncview ip:2
或vncview :2
按ctrl -c可關閉掉vnc彈出的視窗
檢視幫助
一、安裝相關samba軟體
yum install samba samba-client
二、關閉selinux
[root@localhost ~]# cat /etc/sysconfig/selinux
# this file controls the state of selinux on the system.
# selinux= can take one of these three values:
# enforcing - selinux security policy is enforced.
# permissive - selinux prints warnings instead of enforcing.
# disabled - no selinux policy is loaded.
selinux=disabled
三、編輯smb配置
[root@localhost ~]# vi /etc/samba/smb.conf
workgroup = workgroup
wins support = yes
[homes]
comment = home directories
browseable = no
writable = yes
path = /home/%s
valid users = %s
; valid users = mydomain\%s
四、啟動samba並開啟防火牆的samba埠 139及445
五、新增使用者smb使用者
smbpasswd -a username
六、linux下檢視共享-u使用者 -l sambaip
smbclient -u a -l
七、開機自啟動
[root@localhost ~]# chkconfig --level 35 smb on
[root@localhost ~]# chkconfig --list|grep smb
smb 0:off 1:off 2:off 3:on 4:off 5:on 6:off
八、windows訪問
\\192.168.6.166
訪問時會彈出輸入使用者名稱密碼介面,輸入即可
如共享不用使用了,進入cmd介面
執行net use檢視共享列表
如不需要此共享時可使用下列命令刪除共享
net use
\\192.168.6.166\ipc$ /del
php報500錯誤時
開啟php.ini裡的錯誤提示
display_errors = on
使用GraphEdit使用
1 註冊元件。其實乙個filter就是乙個com元件,所以使用之前需要註冊,可以有兩種方法對元件進行註冊。1.直接使用命令。命令列下輸入 regsvr32 hqtlystd.ax 編譯之後你會在工程目錄下的debug中找到hqtlystd.ax,這個就是要用的filter 即可註冊成功。2.vc6....
MySQL使用學習使用 mysql學習使用
1 mysql學習 1 安裝 ubuntu下直接安裝 apt get install mysql server 2 檢查伺服器是否啟動 sudo netstat tap grep mysql,如果啟動成功,出現以下資訊 tcp00localhost.localdomain mysql listen ...
學習使用CSDN markdown使用
建立乙個自定義列表 如何建立乙個註腳 注釋也是必不可少的 katex數學公式 新的甘特圖功能,豐富你的文章 uml 圖表 flowchart流程圖 匯出與匯入 你好!這是你第一次使用markdown編輯器所展示的歡迎頁。如果你想學習如何使用markdown編輯器,可以仔細閱讀這篇文章,了解一下mar...