码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Linux Learnning


    1. what is the IP address and network card

    a. network card is a kind of hardware device that have the duty to make computer communite each other.
    b. IP is the address inseted int he network
    if the phone is computer, network card is like SIM card, and the IP is like phone number.

    the name of netwrok card is just a mark and not the key ,and the key is the cooresponding address !

    2. ifconfig and ping
    ifconfig order / command is used for checking and config the configeration information of netwrok card.
    ifconfig | grep inet (give the )
    ping check the connection to the target IP address,

    ping IP address / ping 127.0.01 (check local nerwork card)

    SSH /SCP
    Data transmission is encrypted to prevent information leakage.
    Data transmission is compressed, which can improve transmission speed.

    域名,端口号 IP address
    域名是IP address 的别名,方便记忆 (www.itcast.cn)
    so, ping + domin name
    在这里插入图片描述
    send a data package with the 56 bytes, and receive 64 bytes from the other computer which you are commucate with the Ip addresss of 220.181.112.244, and cosuming time is “time = 2.08 ms”

    端口号: 找到服务器上运行的应用程序

    SSH: [-p port] user@remote
    ssh -X (需要图传配置选项)

    scp -P port file1 user@remote:
    scp -P 22 -r user@remote:Desktop 复制文件夹

    文件和文件夹的transmition direction is From firest file to secontd file.


    2024 04 21
    change the access of files or directory
    ls -l : shows the access of files
    oreder form:
    chmod _/+ rwx directory/files name

    surpervisor user

    在这里插入图片描述
    group / user / file
    a file only belongs a grop
    a user can belongs some grops and a group and includs some users
    在这里插入图片描述
    在这里插入图片描述
    today, the group / user / 文件的读写执行权限问题


    明天学习 Cmakelist.txt 文件的内容。

    关机指令for ubuntu:

    poweroff / halt / shoutdown

  • 相关阅读:
    java毕业设计——基于java+J2EE+sqlserver的SMART在线考试系统设计与实现(毕业论文+程序源码)——在线考试系统
    java基于ssm的家教课程管理系统
    【编程碎笔】-Java中关于next(),nextInt(),nextLine()的深度解剖
    Redis到底是单线程还是多线程
    CDA Level1——4.统计学
    JAVA微服务快速开发平台的功能特点
    该如何在Telegram上进行群组营销
    学生个人网页设计作品:基于HTML+CSS+JavaScript实现摄影艺术网站 DIV布局简单的摄影主题网站
    KEPServerEX 6 之 高级标签插件 Advanced Tags 中文说明(完整版)
    基于openssl和国密算法生成CA、服务器和客户端证书
  • 原文地址:https://blog.csdn.net/qq_41679546/article/details/138014536
  • 最新文章
  • 【JVM】编译执行与解释执行的区别是什么?JVM 使用哪种方式?
    用 Hashids 优雅解决 C 端自增 ID 暴露问题
    V8引擎 精品漫游指南--Ignition篇(上) 指令 栈帧 槽位 调用约定 内存布局 基础内容
    LLVM Pass快速入门(四):代码插桩
    milkup:桌面端 markdown AI续写和即时渲染
    基于项目工程构建SBOM(软件物料清单)的研究
    鸿蒙应用开发UI基础第二节:鸿蒙应用程序框架核心解析与实操
    .NET 中如何快速实现 List 集合去重?
    扣子Coze实战:从0到1打造抖音+小红书热点监控智能体
    浅谈数据访问层
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号