首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏技术杂记

    UnrealIRCd 基础11

    访问 下面是使用 IceChat9 访问的界面 下面是使用 mIRC7.4.3 访问的界面 ---- 命令汇总 wget https://www.unrealircd.org/unrealircd4/unrealircd-4.0.2.tar.gz gpg --keyserver keys.gnupg.net --recv-keys 0xA7A21B0A108FF4A9 wget https://www.unrealircd.org/unrealircd4/unrealircd-4.0.2.ta

    44220编辑于 2021-11-29
  • 来自专栏技术杂记

    Snort 基础11

    安装报错三 [root@h101 snort-2.9.7.6]# ./configure --enable-sourcefire checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk

    45230编辑于 2022-05-03
  • 来自专栏技术杂记

    RabbitMQ基础11

    [root@h102 rabbitmq]# 日志 =INFO REPORT==== 23-Oct-2015::17:11:19 === Resetting Rabbit forcefully

    31320编辑于 2022-05-04
  • 来自专栏技术杂记

    fio基础11

    rdma The RDMA I/O engine supports both RDMA memory semantics (RDMA_WRITE/RDMA_READ) and channel semantics (Send/Recv) for the InfiniBand, RoCE and iWARP protocols. falloc IO engine that does regular fallocate to simulate data transfer as fio ioengine. DDIR_READ does fallocate(,mode = keep_size,) DDIR_WRITE does fallocate(,mode = 0) DDIR_TRIM does fallocate(,mode = punch_hole) e4defrag IO engine that does regular EXT4_IOC_MOVE_EXT ioctls to simulate defragment activity in request to DDIR_WRITE event rbd IO engine supporting direct access to Ceph Rados Block Devices (RBD) via librbd without the need to use the kernel rbd driver. This ioengine defines engine specific options. gfapi Using Glusterfs libgfapi sync interface to direct access to Glusterfs volumes without options. gfapi_async Using Glusterfs libgfapi async interface to direct access to Glusterfs volumes without having to go through FUSE. This ioengine defines engine specific options. libhdfs Read and write through Hadoop (HDFS). The 'filename' option is used to specify host, port of the hdfs name-node to connect. This engine interprets offsets a little differently. In HDFS, files once created cannot be modified. So random writes are not possible. To imitate this, libhdfs engine expects bunch of small files to be created over HDFS, and engine will randomly pick a file out of those files based on the offset generated by fio backend. (see the example job file to create such files, use rw=write option). Please note, you might want to set necessary environment variables to work with hdfs/libhdfs properly. mtd Read, write and erase an MTD character device (e.g., /dev/mtd0). Discards are treated as erases. Depending on the underlying device type, the I/O may have to go in a certain pattern, e.g., on NAND, writing sequentially to erase blocks and discarding before overwriting. The w

    95640编辑于 2022-04-24
  • 来自专栏技术杂记

    Logstash 基础11

    "_id" : "AVIRvXxq0svkz_zfzuOP", "_score" : 0.06365098, "_source":{"message":"Dec 23 12:11 postfix/smtpd[31499]: connect from unknown[95.75.93.154]\r","@version":"1","@timestamp":"2016-12-23T04:11 :43.000Z","host":"0:0:0:0:0:0:0:1","port":45093,"type":"syslog","syslog_timestamp":"Dec 23 12:11:43",

    27620编辑于 2022-02-10
  • 来自专栏技术杂记

    nginx基础11

    停止 nginx是通过给Nginx主进程发系统信号的方式来停止的 从容停止 [root@h102 logs]# ps faux | grep nginx root 11909 0.0 0

    36110编辑于 2022-05-12
  • 来自专栏Lemon黄

    11 Docker 基础

    下面,我们就来学习一下 Docker 中的一些基础知识及其它在 DevOps 中的重要性。 这就可以消除了“在我的机器上能正常运行”的问题,并未开发人员和运营团队之间的协作提供了一致的基础。 可扩展性和资源效率:Docker 的容器化方法实现了高效的资源利用和可扩展性。 这种可扩展性对于处理高流量负载、优化基础设施使用和实现成本效益至关重要。 快速部署:Docker 通过将应用程序及其依赖关系打包到一个容器中,简化了部署过程。 Docker 基础命令 1 docker run docker run命令用于启动一个新容器并通过命令行与之交互。

    32200编辑于 2023-12-05
  • 来自专栏技术杂记

    etcd 基础11

    条件删除 Compare-and-Delete(CAD) 就是判断删除 Note: CompareAndDelete 不能用于目录,如果测试用于目录,会获得 102 “Not a file” 的错误 Item Comment prevValue 比较当前的值 prevIndex 比较当前的modifiedIndex [root@docker ~]# curl http://127.0.0.1:2379/v2/keys/foo -XPUT -d value=one {"action":"set","node

    45520编辑于 2022-01-20
  • 来自专栏技术杂记

    memcached基础11

    stats slabs/sizes/resetstats slabsSTAT 1:chunk_size 96STAT 1:chunks_per_page 10922STAT 1:total_pages 1STAT 1:total_chunks 10922STAT 1:used_chunks 4STAT 1:free_chunks 10918STAT 1:free_chunks_end 0STAT 1:mem_requested 305STAT 1:get_hits 21STAT 1:cmd_set 19ST

    27810编辑于 2022-06-26
  • 来自专栏Lemon黄

    11 Docker 基础

    下面,我们就来学习一下 Docker 中的一些基础知识及其它在 DevOps 中的重要性。 这就可以消除了“在我的机器上能正常运行”的问题,并未开发人员和运营团队之间的协作提供了一致的基础。 可扩展性和资源效率:Docker 的容器化方法实现了高效的资源利用和可扩展性。 这种可扩展性对于处理高流量负载、优化基础设施使用和实现成本效益至关重要。 快速部署:Docker 通过将应用程序及其依赖关系打包到一个容器中,简化了部署过程。 Docker 基础命令 1 docker run docker run命令用于启动一个新容器并通过命令行与之交互。

    24310编辑于 2023-12-05
  • 来自专栏技术杂记

    SQLite 基础11

    table department department 11

    30630编辑于 2021-12-01
  • 来自专栏技术杂记

    Codis 基础11

    发现此时,slave的同步关系已经自动建立好了 [root@h102 codis]# extern/redis-2.8.21/src/redis-cli -p 6390 info replication # Replication role:slave master_host:localhost master_port:6389 master_link_status:up master_last_io_seconds_ago:8 master_sync_in_progress:0 slave_repl_o

    35440编辑于 2022-03-22
  • 来自专栏编程基础

    Go编程基础-基础11

    是线程不安全的 map,多个线程同时访问这个类型的 map 的同一个变量时,会有读写冲突,会导致系统奔溃

    36211发布于 2021-03-04
  • 来自专栏技术杂记

    Ruby on Rails 基础11

    启动浏览器,可以进行访问 ---- 命令汇总 gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl -sSL https://get.rvm.io | bash -s stable rvm list known rvm list rvm install 2.3 ruby -v gem -v sqlite3 --version gem source -l time

    1.8K30发布于 2021-11-25
  • 来自专栏技术杂记

    Solr基础操作11

    "4931",12, "4964",12, "5008",12, "5030",12, "5063",12, "4735",11 , "4942",11, "4975",11, "4997",11, "4702",10, "4845",10, "4854

    45010编辑于 2022-06-29
  • 来自专栏Python爱好者

    Java基础笔记11

    b:Eclipse的特点描述 免费 纯Java语言编写 免安装 扩展性强 c:MyEclipse 在Eclipse基础上追加的功能性插件,对插件收费 在WEB开发中提供强大的系统架构平台 11.02

    1.2K40发布于 2018-06-21
  • 来自专栏瓜大三哥

    matlab GUI基础11

    人工神经网络(artifical neural network,ANN)是在生物神经网络(biological neural network,BNN)的基础上发展起来的,是由大量处理单元广泛互联而成的网络

    80580发布于 2018-02-26
  • 来自专栏Vamei实验室

    Java基础11 对象引用

    我们之前一直在使用“对象”这个概念,但没有探讨对象在内存中的具体存储方式。这方面的讨论将引出“对象引用”(object reference)这一重要概念。 对象引用 我们沿用之前定义的Human类,并有一个Test类: public class Test { public static void main(String[] args) { Human aPerson = new Human(160); } } class Hum

    1.1K80发布于 2018-01-18
  • 来自专栏运维小白

    Linux基础(day11

    linux上文件传输到windows上 [root@hf-01 ~]# rz 敲完rz后,敲回车命令,会跳出上传的界面 [root@hf-01 ~]# [root@hf-01 ~]# ls 11 hanfeng:/sbin/nologin 创建用户的同时,不指定家目录 useradd -M的用法,创建用户的同时,不指定用户的家目录 [root@hf-01 ~]# useradd -M user11 passwd user8:x:1007:1005::/home/haha:/sbin/nologin user10:x:1008:1005::/home/hanfeng:/sbin/nologin user11 :x:1009:1009::/home/user11:/bin/bash [root@hf-01 ~]# ! ls ls /home/ haha hanfeng mysql user1 user2 user3 会看到用户的家目录下不存在user11 总结 用户的uid会去延续上一个的数字去递增

    54520编辑于 2022-01-06
  • 来自专栏c/c++

    【C++11】入门基础

    C++11简介 C++11是C++编程语言的一个重要版本,它于2011年发布。 相比于C++98/03,C++11给C++带来了数量可观的变化,其中包含了约140个新特性,以及对C++03标准中约600个缺陷的修正,这使得C++11更像是从C++98/03中孕育出的一种新语言。 声明 c++11提供了多种简化声明的方式,尤其是在使用模板时。 所以C++11中废弃auto原来的用法,将其用于实现自动类型推断。 范围for循环在C++11中引入,可以提供一种更简洁、直观的遍历方式,减少了手动管理循环变量的复杂性。 5. 结语   C++11的引入极大地扩展了C++的功能,并且提供了更加简洁和安全的编程方式。

    55410编辑于 2024-08-29
领券