Skip to content

四号程序员

Keep It Simple and Stupid

  • Home
  • 读过的书
  • 从0到1实战微服务架构(第2版)

sqlplus如何连接远程数据库

Leave a reply

sqlplus user/pass@ip:1521/service_name
service_name不确定的话,需要区数据库服务器上查询

lsnrctl然后输入service即可。[......]

继续阅读

This entry was posted in Linux on 2022-07-04 by coder4.

Linux下如何安装sqlplus

Leave a reply

1 下载软件

https://www.oracle.com/cn/database/technology/linuxx86-64soft.html

2 主要是下载2个

sqlplus、basic,注意选择相同版本

比如这里我选择的两个:oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm、oracle-instantclient11.2-sqlplus-11.2.0.4.0-1.x86_64.rpm

3 安装[......]

继续阅读

This entry was posted in Linux and tagged bash_profile, Linux, Oracle, sqlplus, 客户端 on 2022-07-04 by coder4.

如何从Shell中快速获得出口IP

Leave a reply

通过DNS协议(UDP)
dig +short myip.opendns.com @resolver4.opendns.com

通过HTTP服务(TCP)
curl -s http://whatismyip.akamai.com/

 [......]

继续阅读

This entry was posted in Linux and tagged dig, DNS, HTTP, TCP, 出口IP, 外网IP on 2022-07-01 by coder4.

Nginx部署高可用集群

Leave a reply

https://support.huaweicloud.com/bestpractice-vpc/bestpractice_0010.html

这里讲述了Nginx的高可用部署方案

1 部署Nginx

两台机器均需要部署Nginx

假设网络环境:

  • A机:192.168.0.10
  • B机:192.168.0.11
  • VIP:192.168.0.100

2 安装keepalived

3 配置

A机:
! Configuration Fil[......]

继续阅读

This entry was posted in Linux and tagged keepalived, nginx, vip, 高可用 on 2022-06-13 by coder4.

Opengauss文档

Leave a reply

https://opengauss.org/zh/docs/3.0.0/docs/BriefTutorial/BriefTutorial.html[......]

继续阅读

This entry was posted in 数据库技术 on 2022-06-08 by coder4.

Post navigation

← Older posts
Newer posts →

Categories

  • Android
  • C && C++
  • Go
  • iOS
  • Java
  • Linux
  • Mac
  • NLP
  • opencv
  • Perl
  • PHP
  • Python
  • RPC
  • Ruby
  • Visual C++ && C#
  • Windows
  • Wordpress
  • 前端技术
  • 大数据技术
  • 心情随笔
  • 搜索技术
  • 数据库技术
  • 未分类
  • 机器学习
  • 笔面题
  • 算法&数据结构
  • 网络&网络模拟
  • 计算机技术
  • 设计

Tags

  • Android
  • C
  • CentOS
  • c语言
  • Debian
  • docker
  • go
  • gtk
  • Hadoop
  • Hive
  • ios
  • Java && J2EE
  • Java && J2EE
  • Java核心技术
  • KVM
  • Linux
  • MySQL
  • nginx
  • Oracle
  • PHP
  • Python
  • Python Essential Reference
  • shell
  • socket
  • Ubuntu
  • VC
  • windows
  • 严蔚敏
  • 中文
  • 乱码
  • 卷2
  • 字符串
  • 安装
  • 实现
  • 排序
  • 教程
  • 数据结构
  • 核心技术
  • 算法
  • 算法技术手册
  • 编译
  • 读书笔记
  • 递归
  • 配置
  • 重读
Proudly powered by WordPress