随笔分类 -  linux

摘要:cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 阅读全文

posted @ 2016-10-14 09:24 anjuncc 阅读(82) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/wylfengyujiancheng/article/details/50418930 rpm -aq|grep yum|xargs rpm -e --nodeps rpm -aq|grep python-iniparse|xargs rpm -e --no 阅读全文

posted @ 2016-09-01 09:11 anjuncc 阅读(144) 评论(0) 推荐(0)

摘要:virtualbox host-only 单网卡上网1.在host主机上共享互联网到virtualbox host-only- network 网卡上(右键共享选 host-only)2.host-only ip 从192.168.137.1改为 192.168.56.1 3.在guest电脑上 r 阅读全文

posted @ 2016-08-31 15:31 anjuncc 阅读(168) 评论(0) 推荐(0)

摘要:muti host vi phpmyadmin/config.inc.php add i++; $cfg['Servers'][$i]['verbose'] = 'Database Server 2'; $cfg['Servers'][$i]['host'] = '192.168.1.102'; $ 阅读全文

posted @ 2016-08-30 13:51 anjuncc 阅读(123) 评论(0) 推荐(0)

摘要:soft: wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm idea plugin: scala https://plugins.jetbrains.com/plugin/?idea&id 阅读全文

posted @ 2016-08-29 17:45 anjuncc 阅读(111) 评论(0) 推荐(0)

摘要:https://docs.docker.com/registry/deploying/ docker run -d -p 5000:5000 --restart=always --name registry \ -v /home/anjun/a/data/docker_registry:/var/l 阅读全文

posted @ 2016-08-29 17:29 anjuncc 阅读(149) 评论(0) 推荐(0)

摘要:wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm yum install ibus ibus-table-wubi* yum install ./google-chrome-stable_c 阅读全文

posted @ 2016-08-26 21:20 anjuncc 阅读(274) 评论(0) 推荐(0)

摘要:sudo alien --scripts -d sqldeveloper-4.0.0.13.80-1.noarch.rpm sudo dpkg -i xxx.deb mkdir ~/.sqldeveloper /opt/sqldeveloper/sqldeveloper.sh 阅读全文

posted @ 2016-08-26 13:02 anjuncc 阅读(121) 评论(0) 推荐(0)

摘要:yum -y install tftp-serveryum -y install xinetdyum -y install syslinuxcp /usr/share/syslinux/pxelinux.0 /var/lib/tftpboot/mkdir -p /var/pxe/centos7mkd 阅读全文

posted @ 2016-08-25 23:19 anjuncc 阅读(141) 评论(0) 推荐(0)

摘要:man dhcpd.conf # vim /etc/dhcp/dhcpd.conf#不进行DDNS的更新ddns-update-style none;#不允许客户机更新DNS记录ignore client-updates;#与下面的range配合声明可分配IP的范围subnet 192.168.56 阅读全文

posted @ 2016-08-25 21:48 anjuncc 阅读(166) 评论(0) 推荐(0)

摘要:yum install mariadb-server mariadb http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-community-server-5.7.14-1.el7.x86_64.rpmuse mysql;update user se 阅读全文

posted @ 2016-08-24 15:38 anjuncc 阅读(74) 评论(0) 推荐(0)

摘要:1. linux下先装好 http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html rpm -ivh oracle-instantclient11.2-basic-12.1.0.2.0.x86_64.rpmrpm -iv 阅读全文

posted @ 2016-08-22 23:37 anjuncc 阅读(209) 评论(0) 推荐(0)

摘要:http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html rpm -ivh oracle-instantclient11.2-basic-12.1.0.2.0.x86_64.rpmrpm -ivh oracle-inst 阅读全文

posted @ 2016-08-22 22:17 anjuncc 阅读(153) 评论(0) 推荐(0)

摘要:sudo add-apt-repository ppa:webupd8team/javasudo apt-get update sudo apt-get installl oracle-java8-installer 阅读全文

posted @ 2016-06-09 12:21 anjuncc 阅读(119) 评论(0) 推荐(0)

摘要:yum install -i repl-release yum repolist >virtualbox addon install fail ? key ln - s /usr/kernel/xxx /usr/kernel/`uname -r` //fix not found kernel 阅读全文

posted @ 2016-03-20 17:31 anjuncc 阅读(155) 评论(0) 推荐(0)

导航