1.Eclispe 代码自动提示显示“No Default Proposals”解决方法
http://blog.youkuaiyun.com/jiangxinyu/article/details/7804884
2.linux下创建快捷方式(以eclipse为例)
http://blog.youkuaiyun.com/lwx2615/article/details/5662787
3.eclipse闪退在linux下
http://www.linuxidc.com/Linux/2015-02/113056.htm
kettle闪退:-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
http://www.th7.cn/system/lin/201412/78392.shtml
4.中文输入法linux
http://www.360doc.com/content/13/0205/00/7044580_264292190.shtml
5.navicat快捷方式
http://ju.outofmemory.cn/entry/101241
http://blog.youkuaiyun.com/memray/article/details/18678943 安装
6.连接到linux桌面一直弹出authentication is required to set the network proxy used for downloading pac
cd /etc/xdg/autostart/
vi polkit-gnome-authentication-agent-1.desktop
添加:X-GNOME-Autostart-enabled=false
vnc centos7配置
http://blog.youkuaiyun.com/pein_zero/article/details/50664289 http://www.linuxeye.com/Linux/2457.html
7.kettle调研手记及源码部署
http://www.docin.com/p-714687589.html
http://www.tuicool.com/articles/6VfQnm
8.mysql单表最大存储空间
http://www.linuxidc.com/Linux/2012-11/75155.htm
9.安装tar.gz文件
http://baile8410.iteye.com/blog/546517
10.kettle实现行转列
http://blog.itpub.net/29254281/viewspace-1271742/
11.mysql中文乱码解决
http://jingyan.baidu.com/article/e4d08ffdd9bd630fd2f60de6.html
12.http://outofmemory.cn/code-snippet/34247/centos-can-not-install-python-dev
python-dev的包在centos的yum中不叫python-dev,而是python-devel
13.32位oracle系统下载地址
http://www.panduoduo.net/s/name/oracle11G/4
http://blog.itpub.net/26148431/viewspace-1183193/
RHEL7利用iso镜像制作本地yum源
http://www.linuxidc.com/Linux/2017-01/140044.htm
linux下ORACLE的部署
https://wenku.baidu.com/view/3f2e1f29cfc789eb172dc837.html###
核心文件配置
14.vnc连接到桌面,没有图标的解决
http://www.linuxdiyf.com/viewarticle.php?id=182383
http://www.jb51.net/os/RedHat/389876.html
http://jingyan.baidu.com/article/ca2d939dd1dabbeb6c31ce24.html
修改屏幕分辨率
http://blog.itpub.net/519536/viewspace-668621/
15.安装vmware-tools
http://blog.itpub.net/29913993/viewspace-1293756/
16. eclipse: cairo-misc.c:380: _cairo_operator_bounded_by_source:
http://www.douban.com/note/483167324/
17.vmware11 序列号
1F04Z-6D111-7Z029-AV0Q4-3AEH8
http://blog.youkuaiyun.com/liqfyiyi/article/details/8364285
19.oracle创建用户
http://housen1987.iteye.com/blog/1345496
./runInstaller: /opt/oracle/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
yum install ld-linux.so.2
20.intellij IDEA工具
https://www.cnblogs.com/jpfss/p/8872358.html
https://blog.youkuaiyun.com/love666666shen/article/details/78462626 scala程序打包
21.centos 非图形化下运行java gui
libXtst.so.6: cannot open shared object file: No such file or directory
https://blog.youkuaiyun.com/maoxiang/article/details/5747109
22.kvm虚拟化主机ssh连不上解决
使用xmanager6 命令
/usr/bin/gnome-terminal --display $DISPLAY
登录主服务器 执行 service network restart
23.yapi内网部署
https://yapi.ymfe.org/devops/index.html
24.ntp配置
master:
restrict 127.0.0.1
restrict ::1
#允许当前网段的服务器来校时,不允许客户端来修改,登录ntp服务器
restrict 10.101.43.0 mask 255.255.255.0 nomodify notrap
server 0.centos.pool.ntp.org iburst
server 1.centos.pool.ntp.org iburst
server 2.centos.pool.ntp.org iburst
server 3.centos.pool.ntp.org iburst
slave:
# the administrative functions.
restrict 127.0.0.1
restrict ::1
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
#server 0.centos.pool.ntp.org iburst
#server 1.centos.pool.ntp.org iburst
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst
server 10.101.43.84