文章分类 -  4.Linux

linux的学习笔记
How To Install MySQL on CentOS 7
摘要:How To Install MySQL on CentOS 7 https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-7 PostedDecember 1, 2016 341.6kviews  阅读全文
posted @ 2018-07-04 18:49 查祝兆 阅读(220) 评论(0) 推荐(0)
centos7 修改yum源为阿里源
摘要:centos7 修改yum源为阿里源,某下网络下速度比较快 首先是到yum源设置文件夹里 原文 1.安装base reop源 1 接着备份旧的配置文件 1 下载阿里源的文件 1 2 安装epel repo源: epel(RHEL 7) 1 epel(RHEL 6) 1 epel(RHEL 5) 1 阅读全文
posted @ 2018-06-08 23:07 查祝兆 阅读(195) 评论(0) 推荐(0)
Ubuntu 15.04 – Enable Desktop Sharing (VNC-Server)
摘要:https://www.hitbits.net/2015/07/24/ubuntu-15-04-enable-desktop-sharing-vnc-server/ Open search, and search and open “Desktop Sharing.” To let others v 阅读全文
posted @ 2017-11-16 23:21 查祝兆 阅读(620) 评论(0) 推荐(0)
Get Linux hardware info
摘要:原文出处:http://www.51testing.com/?uid-225738-action-viewspace-itemid-210333 测试机器的硬件信息: 查看CPU信息(型号) # cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq - 阅读全文
posted @ 2017-07-06 18:28 查祝兆 阅读(273) 评论(0) 推荐(0)
linux中获取相应端口的进程号和程序名
摘要:linux中获取相应端口的进程号和程序名 sudo lsof -i sudo netstat -lptu sudo netstat -tulpn 阅读全文
posted @ 2017-03-08 16:46 查祝兆 阅读(425) 评论(0) 推荐(0)
ubuntu install opengl
摘要:ubuntu install opengl sudo apt-get install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev 我是在新得利里面把上面那些一个个找出来装的,效果一样的,然后新建个文件sample.cp 阅读全文
posted @ 2016-03-16 11:18 查祝兆 阅读(410) 评论(0) 推荐(0)
常用Linux命令查看Version、Kernel
摘要:当我们需要在Linux系统中安装一些软件而去下载安装文件时,一般都需要确认到底下载哪个版本的安装包,这就需要我们知道自己的Linux系统到底是什么版本、什么内核,常见的版本、内核查看命令或者文件有如下几个:version、uname、lsb_release、issue、redhat-release;... 阅读全文
posted @ 2015-10-28 17:34 查祝兆 阅读(2162) 评论(0) 推荐(0)
VPN client setup 配置
摘要:VPN配置1. 安装工具 # yum install ppp # yum install pptp # yum install pptp-setup2. VPN配置 # pptpsetup --create vpn_company --server vpn.company.com --user ... 阅读全文
posted @ 2015-10-19 23:37 查祝兆 阅读(27) 评论(0) 推荐(0)
How to install PPTP VPN server in RHEL/Centos 6.4 Linux
摘要:How to install PPTP VPN server in RHEL/Centos 6.4 LinuxBYRASHO· 30/08/2013http://lintut.com/how-to-install-pptp-vpn-server-in-rhelcentos-6-4-linux/In ... 阅读全文
posted @ 2015-10-14 23:24 查祝兆 阅读(48) 评论(0) 推荐(0)
Learn Vim Progressively
摘要:Learn Vim ProgressivelyTL;DR:You want to teach yourself vim (the best text editor known to human kind) in the fastest way possible. This is my way of ... 阅读全文
posted @ 2015-09-15 15:11 查祝兆 阅读(200) 评论(0) 推荐(0)
Linux 101: Easy VNC server setup
摘要:http://www.techrepublic.com/blog/linux-and-open-source/linux-101-easy-vnc-server-setup/If you need to remote into your Linux server, VNC might be the ... 阅读全文
posted @ 2015-08-11 10:37 查祝兆 阅读(293) 评论(0) 推荐(0)
Linux Crontab 定时任务
摘要:Linux Crontab 定时任务http://itindex.net/detail/43278-linux-crontab标签:linuxcrontab| 发表时间:2013-03-24 02:55 | 作者:xifeijian分享到:出处:http://blog.csdn.net一、Cront... 阅读全文
posted @ 2015-08-06 15:39 查祝兆 阅读(122) 评论(0) 推荐(0)
Linux 技巧:让进程在后台可靠运行的几种方法
摘要:http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/index.htmlLinux 技巧:让进程在后台可靠运行的几种方法想让进程在断开连接后依然保持运行?如果该进程已经开始运行了该如何补救? 如果有大量这类需求如何简化操作?我们经常会碰到这样的... 阅读全文
posted @ 2015-08-01 20:57 查祝兆 阅读(161) 评论(0) 推荐(0)
开发人员需要熟知的常用Linux命令Version、Kernel查看
摘要:开发人员需要熟知的常用Linux命令Version、Kernel查看http://blog.csdn.net/txgc1009/article/details/7026401当我们需要在Linux系统中安装一些软件而去下载安装文件时,一般都需要确认到底下载哪个版本的安装包,这就需要我们知道自己的Li... 阅读全文
posted @ 2015-07-10 22:49 查祝兆 阅读(311) 评论(0) 推荐(0)
centos remote to win7
摘要:rdesktop -f 192.168.1.188远程访问Windows的机器,如果加-f参数会进入全屏模式。这里的全屏是彻彻底底全屏了,完全挡住了Linux界面。ctrl+alt+enter可以退出全屏。。。 阅读全文
posted @ 2015-02-24 12:38 查祝兆 阅读(141) 评论(0) 推荐(0)
linux yum dvd 镜像安装软件
摘要:1、先挂载镜像:mkdir /mnt/rheldvdmount /dev/cdrom /mnt/rheldvd2、修改配置:vim /etc/yum.repos.d/rhel-local.repo[rhel-local]name=Red Hat Enterprise Linux 6.4baseurl... 阅读全文
posted @ 2014-08-20 12:00 查祝兆 阅读(192) 评论(0) 推荐(0)
vi 的使用
摘要:vi 的使用源地址:http://vbird.dic.ksu.edu.tw/linux_basic/0310vi_2.php基本上 vi 共分为三种模式,分别是『一般模式』、『编辑模式』与『指令列命令模式』。 这三种模式的作用分别是: 一般模式: 以 vi 打开一个档案就直接进入一般模式了(这是默认... 阅读全文
posted @ 2014-07-16 15:35 查祝兆 阅读(273) 评论(0) 推荐(0)