- 
            	  安装glib的问题???所属栏目:[Linux] 日期:2021-02-24 热度:107 请问:系统已安装了底版本glib,rpm格式,我下载了glib高版本,原码,我想更新他,按照文档所说的: tar?vzfx?glib-XXXXXXX.tar.gz?./configure?make?make?install? 后,我再 rpm?-q?glib? 显示的还是以前底版本的glib,我又想rpm -e 底版本的glib,可是这种蠢办法行[详细] 
- 
            	  GLib-2.2.1 amp;amp; glib、GTK+ 官网及下载地址所属栏目:[Linux] 日期:2021-02-24 热度:197 div class="sect2" h2 class="sect2" a name="AEN3617"介绍 GLib table border="0" width="100%" bgcolor="#e0e0e0" trtd pre class="screen"下载地址(HTTP): a href="http://www.cnblogs.com/xiaochaohuashengmi/admin/" target="_top" 下载地址(FTP): im[详细] 
- 
            	  【推荐】在RedHat Server 5.4上安装YUM【利用网易免费yum源,配所属栏目:[Linux] 日期:2021-02-24 热度:60 ????? ????? 今天碰上要给一台装有Linux的机器做维护,于是就以为按照以往经验就能解决问题,但是神奇的发现机器上一堆的软件包都没有安装,最要命的是连软件包管理器也都没有安装,本以为是FreeBSD,查了一下才发现是RedHat Linux Server 5.4,于是开始着[详细] 
- 
            	  【推荐】Redhat 5配置YUM服务器【利用DVD盘做yum源】所属栏目:[Linux] 日期:2021-02-24 热度:114 副标题#e# ?????? 话说N久没写东东了,生命在于运动,博客在于更新,更新下吧。 ?????? 平台还是Redhat 5里,要准备的东西很简单,只要一张DVD光盘就可以了。?????? ?????? 当然,还是老话,这里用的是 VMware虚拟机 ,不是物理机,只是大部分相同,不是完[详细] 
- 
            	  linux下使用yum安装gcc的几点心得所属栏目:[Linux] 日期:2021-02-24 热度:118 ? ????? 如果服务器是自己的,并且机器就在身边,那什么都不用说了,缺少gcc顶多就是重新放入安装盘,把开发工具包安装上。但是如果是租的服务器,托管服务 方那帮人又搞不懂你说的啥子gcc,要安装gcc实在是太麻烦了。你得去找gcc相关的包,版本号还得必须[详细] 
- 
            	  linux 定时任务所属栏目:[Linux] 日期:2021-01-25 热度:157 p style="margin: 0in; font-size: 11.0pt;" lang="zh-CN"span style="font-family: 'Microsoft YaHei'; font-size: 15px;"习惯了使用span style="font-family: Calibri;" windows span style="font-family: 'Microsoft YaHei';"的计划任务,span style="f[详细] 
- 
            	  Ubuntu14.04安装postgresql9.4所属栏目:[Linux] 日期:2021-01-25 热度:185 安装前的检查 首先查看是否已经安装了旧版本: dpkg -l | postgresql 如果已经安装了某个版本的postgresql,请先卸载。 安装postgresql 添加postgresql源: /etc/apt/sources.list.d/ vim /etc/apt/sources.list.d/pgdb.list 把下面这行数据添加到pgdb.lis[详细] 
- 
            	  Install Redis on CentOS 6.4--转所属栏目:[Linux] 日期:2021-01-25 热度:123 h4 class="post_title"a href="http://thoughts.z-dev.org/2013/05/27/install-redis-on-centos-6-4/"gt;Install Redis on CentOS 6.4 source:http://thoughts.z-dev.org/2013/05/27/install-redis-on-centos-6-4/ We’re provisioning production machin[详细] 
- 
            	  Linux df du 命令所属栏目:[Linux] 日期:2021-01-25 热度:128 查看系统的分区使用情况,并显示文件系统的类型: $ -hT 查看某个目录所在分区的磁盘使用情况: $ -h nodedemo/ 输出文件系统的 inodes 信息: $ -ih $ -hs $ -hs nodedemo/ -hs nodedemo/Dockerfile $ -hs . $ $[详细] 
- 
            	  Linux ip forward所属栏目:[Linux] 日期:2021-01-25 热度:83 .. $ systemctl restart networking ..auto ens39 iface ens39 inet static address span style="color: #800080"192.168.span style="color: #800080"2.254span style="color: #000000" netmask span style="color: #800080"255.255.span style="color: #[详细] 
- 
            	  Linux mount 命令进阶所属栏目:[Linux] 日期:2021-01-25 热度:101 可以将任何一个挂载点、普通目录或者文件挂载到其它的地方。 $ -p bind/bind1/ -p bind/bind2/ --bind ./bind/bind1 ./bind/bind2 $ /var/log /opt/ /var/ --bind /opt/var_log /var/log $ -o bind,ro ./bind/bind1 ./bind/ ./bind/bind2/sub1/abc $ aaa >[详细] 
- 
            	  Linux mount 命令所属栏目:[Linux] 日期:2021-01-25 热度:69 device:指定要挂载的设备,比如磁盘、光驱等。dir:指定把文件系统挂载到哪个目录。type:指定挂载的文件系统类型,一般不用指定,mount 命令能够自行判断。options:指定挂载参数,比如 ro 表示以只读方式挂载文件系统。 $ -h $ /proc/filesystems fs_sp[详细] 
- 
            	  linux ss 命令所属栏目:[Linux] 日期:2021-01-25 热度:159 ss 是 Socket Statistics 的缩写。ss 命令可以用来获取 socket 统计信息,它显示的内容和 netstat 类似。但 ss 的优势在于它能够显示更多更详细的有关 TCP 和连接状态的信息,而且比 netstat 更快。当服务器的 socket 连接数量变得非常大时,无论是使用 ne[详细] 
- 
            	  Linux 内核空间与用户空间所属栏目:[Linux] 日期:2021-01-25 热度:62 系统调用、软中断和硬件中断。这三种方式每一种都涉及到大量的操作系统知识,所以这里不做展开。 内核空间 -> 用户空间。如下图所示(此图来自互联网):[详细] 
- 
            	  linux free 命令所属栏目:[Linux] 日期:2021-01-25 热度:58 $ -h -s Mem 行(第二行)是内存的使用情况。Swap 行(第三行)是交换空间的使用情况。total 列显示系统总的可用物理内存和交换空间大[详细] 
- 
            	  linux dig 命令所属栏目:[Linux] 日期:2021-01-25 热度:155 $ dig baidu.com /tr tr tdspan style="font-family: Microsoft YaHei; font-size: 15px"A/td tdspan style="font-family: Microsoft YaHei; font-size: 15px"地址记录,用来指定域名的 IPv4 地址,如果需要将域名指向一个 IP 地址,就需要添加 A 记录。/t[详细] 
- 
            	  Ubuntu 中登录相关的日志所属栏目:[Linux] 日期:2021-01-25 热度:120 $ nick@myserver $ vim /var/log/auth.log $ -f /var/log/btmp $ $ -f /var/log/wtmp. $ reboot $[详细] 
- 
            	  linux sed 命令所属栏目:[Linux] 日期:2021-01-25 热度:102 aabbcc Hello world! Hello Jack!Hello China!Hello Nick! $ test.txt # 删除第二行到最后一行 选项 -i $ -i '1d' test.txt $ test.txt # 在第一行下面新增一行,内容为 test.txt # 在最后一行下面新增一行,内容为 , test.txt # 一次增加多行需要使用换行[详细] 
- 
            	  linux kill 命令所属栏目:[Linux] 日期:2021-01-25 热度:162 [options] span style="color: #000000" […] : 把信号发送给列出的所有进程。 options :- span style="color: #000000" : 指定发送给进程的信号,指定信号的名称或号码都可以。 /span-l : 列出所有信号的名称和号码。/pre $ -l /tr tr tdspan style="font[详细] 
- 
            	  TeamCity : 安装 Agent所属栏目:[Linux] 日期:2021-01-25 热度:96 副标题#e# $ $ $ buildAgent.dist.properties buildAgent.properties name=tcagent1 $ cd /var/local/ -R tcuser:tcuser buildagent/ $ #p#副标题#e# #p#副标题#e# #p#副标题#e# #!/bin/=#p#副标题#e# span style="color: #0000ff"case span style="color:[详细] 
- 
            	  TeamCity : 安装 Server所属栏目:[Linux] 日期:2021-01-25 热度:136 副标题#e# $ -xf TeamCity-...gz -C ~/ $ ./teamcity-server. start #p#副标题#e# #p#副标题#e# #p#副标题#e# #p#副标题#e# #p#副标题#e# #!/bin//etc/init.d/teamcity - startup script =/usr/lib/jdk1.=${JAVA_HOME}/=.:${JAVA_HOME}/lib:${JRE_HOME}/=${[详细] 
- 
            	  linux diff(differential) 命令所属栏目:[Linux] 日期:2021-01-25 热度:67 副标题#e# temp.diff table class="mtable" style="margin-bottom: 2em; border: 0px solid silver; background-color: #e5e5e5; width: 858px; margin-left: auto; margin-right: auto; color: #454545; font-family: Verdana,sans-serif; font-size: 16px[详细] 
- 
            	  Linux 的启动流程--转所属栏目:[Linux] 日期:2021-01-25 热度:140 副标题#e# 半年前,我写了,探讨BIOS和主引导记录的作用。那篇文章不涉及操作系统,只与主板的板载程序有关。今天,我想接着往下写,探讨操作系统接管硬件以后发生的事情,也就是操作系统的启动流程。 这个部分比较有意思。因为在BIOS阶段,计算机的行为基[详细] 
- 
            	  BEA-141150 - An error occurred while preparing application c所属栏目:[Linux] 日期:2021-01-25 热度:152 网上查询的 Cause:This is either because the resource it self is not available on the administration server or due a misconfiguration of security such that the managed server is not properly authorized to download application resources.[详细] 
- 
            	  Linux原始套接字实现分析---转所属栏目:[Linux] 日期:2021-01-25 热度:72 副标题#e# 本文从IPV4协议栈原始套接字的分类入手,详细介绍了链路层和网络层原始套接字的特点及其内核实现细节。并结合原始套接字的实际应用,说明各类型原始套接字的适应范围,以及在实际使用时需要注意的问题。 一、原始套接字概述 链路层原始套接字可以[详细] 

 浙公网安备 33038102331048号
 浙公网安备 33038102331048号