Golang编程语言知识介绍


  • 首页

  • 随想录

  • 生活

  • OS

  • lua

  • redis

  • Golang

  • C

  • OpenVPN

  • web

  • OpenWRT

  • 运维

  • Git

  • 鸟哥的私房菜

  • IT杂谈

  • About Me

  • 友情链接

  • 搜索
close

iptables 设置防火墙

时间: 2022-11-28   |   分类: tcpip/运维     |   阅读: 1216 字 ~3分钟
CentOS配置iptables规则并使其永久生效 #添加屏蔽IP #禁止此IP访问服务器 iptables -I INPUT -s 1.2.3.4 -j DROP 或 iptables -A INPUT -s 1.2.3.4 -j DROP #禁止服务器访问此IP iptables
阅读全文 »

常见的网络设备:集线器 hub、网桥、交换机 switch、路由器 router、网关 gateway

时间: 2022-11-22   |   分类: tcpip     |   阅读: 1249 字 ~3分钟
Repeater 中继器 中继器在物理层运行, 2 端口设备。放大信号,从而延长信号在同一网络上传输的长度。 Hub 集线器 集线器在物理层运行,基本上是一个多端口中继器。
阅读全文 »

D-Bus系列入门

时间: 2022-11-16   |   分类: OpenWrt     |   阅读: 9270 字 ~19分钟
背景知识 有很多IPC(interprocess communication ) ,用于不同的解决方案:CORBA 是用于面向对象编程中复杂的 IPC 的一个强大的解决方案。 DCOP 是一个
阅读全文 »

基础学习之 第十二章 Shell Scripts

时间: 2022-11-12   |   分类: 鸟哥的私房菜   运维     |   阅读: 24175 字 ~49分钟
如果你真的很想要走資訊這條路,並且想要管理好屬於你的主機,那麼,別說鳥哥不告訴你, 可以自動管理系統的好工具: Shell scripts!這傢伙真的是得
阅读全文 »

服务器架设之 第八章 路由器概念与路由器的设定

时间: 2022-11-08   |   分类: 鸟哥的私房菜   运维     |   阅读: 15168 字 ~31分钟
如果說 IP 是門牌,那麼郵差如何走到你家就是『路由』的功能啦!區域網路如果想成是條巷子,那麼路由器就是那間巷子內的郵局! 其實本章應該是第二章網路
阅读全文 »

Installing Go from source and cross compile

时间: 2022-11-08   |   分类: go     |   阅读: 2445 字 ~5分钟
This topic describes how to build and run Go from source code. To install with an installer, see Download and install. Introduction Go is an open source project, distributed under a BSD-style license. This document explains how to check out the sources, build them on your own machine, and run them. Most users don’t need to do this, and will instead install from precompiled binary packages as described in Download
阅读全文 »

OpenWrt 安装Git

时间: 2022-11-02   |   分类: OpenWrt     |   阅读: 27 字 ~1分钟
安装git软件,ssh相关的组件 opkg update opkg install git opkg install openssh-keygen opkg install openssh-client

dd生成指定文件

时间: 2022-10-26   |   分类: 运维     |   阅读: 1203 字 ~3分钟
Linux dd 命令用于读取、转换并输出数据。 dd 可从标准输入或文件中读取数据,根据指定的格式来转换数据,再输出到文件、设备或标准输出。 参数说明: if=文
阅读全文 »
1 2 3 4 5 6 7 8
shankusu2017@gmail.com

shankusu2017@gmail.com

501 日志
34 分类
39 标签
RSS 订阅
GitHub
© 2009 - 2023
粤ICP备2021068940号-1 粤公网安备44011302003059
0%