随笔分类 -  linux

摘要:#include <stdio.h> #include <unistd.h> #include <sys/time.h> #include <sys/socket.h> #include <arpa/inet.h> #include <map> #include <string> #include 阅读全文
posted @ 2018-01-06 15:33 Netop 阅读(545) 评论(0) 推荐(0)
摘要:ubuntu中如何修改path: 修改/etc/environment的内容glxinfo | grep OpenGL用于查看opengl相关信息ubuntu14.10有时不显示网络图标,不知道是不是和UnityTweakTools这个软件有关修复方法: sudo apt-get install i... 阅读全文
posted @ 2015-03-17 10:46 Netop 阅读(108) 评论(0) 推荐(0)
摘要:监听程序当前无法识别连接描述符中请求服务/u01/app/oracle/product/11.2.0/xe/network/adminhttp://wenku.baidu.com/link?url=_MifLk5UI6ZC_x25YQscUPOwuRFz3oINwEg2R-EhwiQDt5l8Zt7... 阅读全文
posted @ 2015-01-04 23:42 Netop 阅读(120) 评论(0) 推荐(0)
摘要:Chromium谷歌的开源浏览器将不再支持Netscape浏览器插件API,Adobe公司的Flash将无法正常工作了。然而用户可以使用Pepper Flash Player,这是谷歌浏览器上一款替代Adobe Flash的插件。安装命令:sudo apt-get install pepperfla... 阅读全文
posted @ 2015-01-03 16:07 Netop 阅读(170) 评论(0) 推荐(0)
摘要:Ubuntu12.04下安装OracleExpress11gR2我新安装的LinuxMint13“Maya”XfceRC,但因为是基于Xubuntu12.04,所以对于XUbuntu与Ubuntu的12.04都应该可以适用1、下载oracleexpress的安装介质http://www.oracle... 阅读全文
posted @ 2015-01-03 10:35 Netop 阅读(246) 评论(0) 推荐(0)
摘要:按下面步骤开启热点http://jingyan.baidu.com/article/03b2f78c5a3c975ea237ae09.html进入/etc/NetworkManager/system-connections/目录打开刚才的热点mode改成ap 阅读全文
posted @ 2014-12-01 13:42 Netop 阅读(132) 评论(0) 推荐(0)
摘要:转自:http://www.linuxidc.com/Linux/2013-05/84815.htmsudo apt-get install build-essentialsudo apt-get install libgl1-mesa-devsudo apt-get install libglu1... 阅读全文
posted @ 2014-12-01 13:40 Netop 阅读(203) 评论(0) 推荐(0)
摘要:转自:http://www.cnblogs.com/macula/archive/2012/02/12/2347637.html环境:ubuntu10.04LTS1、在终端中直接输入 sudo apt-get install subversion,选择安装即可2、查看版本命令 svnserve --... 阅读全文
posted @ 2014-12-01 13:38 Netop 阅读(218) 评论(0) 推荐(0)
摘要:安装好时路径是在 /var/www/html如果我想改成 /var/www的话,按如下步骤修改即可sudo gedit /etc/apache2/sites-available/000-default.conf打开文件后找到 DocumentRoot /var/www/html 这一行,改成 /v... 阅读全文
posted @ 2014-10-20 19:31 Netop 阅读(636) 评论(0) 推荐(0)
摘要:出现如下提示:AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive global... 阅读全文
posted @ 2014-10-20 19:23 Netop 阅读(405) 评论(0) 推荐(0)