安裝好rpmforge-release後,再安裝fuse-ntfs-3g即可
yum install fuse-ntfs-3g
yum install fuse-ntfs-3g
*&^(&%$^&*)
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
postgresql安裝好後用pgadmin連接出現如下的錯誤訊息:
Error connecting to the server:FATAL: password authentication failed for user "postgres"
[root@Vigor14 ~]# su -l postgres -bash-3.2$ psql psql (8.4.7) Type "help" for help. postgres=# select * from pg_shadow; usename | usesysid | usecreatedb | usesuper | usecatupd | passwd | valunti l | useconfig ----------+----------+-------------+----------+-----------+--------+-------- --+----------- postgres | 10 | t | t | t | | | (1 row) postgres=# alter user postgres with password 'postgres'; ALTER ROLE postgres=#