技术专区

  • vmware虚拟安装

    1.下载地址 https://download3.vmware.com/software/wkst/file/VMware-workstation-full-15.5.0-14665864.exe 2.安装过程 3.许可证 UG5J2-0ME12-M89WY-NPWXX-WQH88 4.参考博客 https://www.cnblogs.com/huanhuandom…

    智能运维 2022年8月29日
  • xshell频繁断开

    原文:xshell频繁断开原因,提示Socket error Event: 32 Error: 10053 连接失败_Aaron__Gao的博客-CSDN博客  Socket error Event: 32 Error: 10053_五维空间-影子的博客-CSDN博客 xshell 频繁断开原因,提示 Socket…

    智能运维 2022年8月29日
  • shell script define functions

    As we all know, shell scripts can define functions Here are some of the functions I use 1.Defines a function that displays a progress bar [root@ali-devan ~]# cat progress.sh  #!/bin/bash function Pro…

    智能运维 2022年8月29日
  • 光盘和U盘装linux系统

    一.光盘装linux系统和windows系统 首先,下载需要安装系统的镜像,准备一个空白盘,使用UltraISO刻录镜像 然后,光盘插入安装系统的机器,开机按f2、f8和f12的其中一个,进入boot,将CD-ROM设置为第一启动,重启机…

    智能运维 2022年8月29日
  • 虚拟机下安装arm-himix200-linux交叉编译工具链

    1. 解压交叉编译工具链arm-himix200-linux tar -zxvf arm-himix200-linux.tgz cd arm-himix200-linux   2. 进入root模式,安装交叉编译工具链 su root source ./arm-himix200-linux.install source /etc/profile re…

    智能运维 2022年8月29日
  • nginx安全配置

      #safe_config_star add_header X-Xss-Protection "1;mode=block"; add_header X-Content-Type-Options nosniff; #add_header X-Frame-Options DENY; add_header X-Frame-Options SAMEORIGIN; #ljc_安全协议 ssl…

    智能运维 2022年8月29日
  • Linux学习笔记4——用户管理和组

    Linux学习笔记4——用户管理和组 一、Linux中的用户管理: 任何使用Linux的系统资源的用户,必须使用一个合法的账号和密码,账号和密码一般都是向系统管理员申请。 root是Linux系统安装时默认创建的系统管理员账号,…

    智能运维 2022年8月29日
  • 【ubuntu 18.04 Server】配置root密码,并设置远程访问

    1、设置root密码 使用具有root权限的账户执行 sudo passwd root       2、配置远程ssh访问 sudo apt-get install openssh-server 编辑配置文件 sudo vim /etc/ssh/sshd_config 修改或添加PermitRootLogin yes    重…

    智能运维 2022年8月29日
  • ubuntu18.04屏幕录制Vokoscreen

    Vokoscreen 可被视为具有良好分类菜单的简单屏幕录制机的更好 UI 版本。- 除了在simplescreenrecorder中包含的所有功能,Vokoscreen 还支持外部网络摄像头以及内置网络摄像头。 然而,它不支持在simplescreenrecord…

    智能运维 2022年8月29日
  • mac远程连接windows

    Microsoft Remote Desktop Beta 10.7.5 下载: https://www.macwk.com/soft/microsoft-remote-desktop-beta   远程传送文件的方法   远程:

    智能运维 2022年8月29日