随笔分类 -  linux

CentOS7 MariaDB10
摘要:添加 yum 数据源:https://downloads.mariadb.org/mariadb/repositories/选择后生成:# MariaDB 10.0 CentOS repository list - created 2015-02-07 18:49 UTC# http://maria... 阅读全文

posted @ 2015-02-08 03:16 teolvp 阅读(232) 评论(0) 推荐(0)

CentOS Linux 挂载NTFS
摘要:1)sudo yum install ntfs-3gsudo mount -t ntfs-3g /dev/sda3 /mnt/ -ro force 阅读全文

posted @ 2015-02-08 02:04 teolvp 阅读(154) 评论(0) 推荐(0)

Linux访问Windows共享
摘要:1) 通过mount挂载sudo mount -t cifs -o username="Administrator",password="password" //192.168.1.236/Pub /mnt/windows/ 阅读全文

posted @ 2015-02-08 02:03 teolvp 阅读(133) 评论(0) 推荐(0)

Emacs配置与插件集记录
摘要:常用设置 ~/.emacs 1 ;; 一打开就起用 text 模式。 2 (setq default-major-mode 'text-mode) 3 4 ;; 语法高亮 5 (global-font-lock-mode t) 6 7 ;; 以 y/n代表 yes/no 8 (fset 'ye... 阅读全文

posted @ 2015-02-07 05:44 teolvp 阅读(352) 评论(0) 推荐(0)

显示外网IP
摘要:http://ws.sj.qq.com/webservices/ipAddress.do 阅读全文

posted @ 2014-06-10 12:24 teolvp 阅读(202) 评论(0) 推荐(0)

导航