• Linux系统之dool命令行工具的基本使用

    时间:2023-02-23 16:27:15

    (Linux系统之dool命令行工具的基本使用)一、dool命令行工具介绍Dool 是一个命令行工具,用于监控系统的许多方面:CPU、内存、网络、平均负载等。它还包括一个强大的插件架构,可以监控其他系统指标。二、本地系统环境检查1.检查系统版本[root@jeven ~]# cat /etc/os-...

  • [读书笔记]Linux命令行与shell编程读书笔记03 文件系统等

    时间:2023-02-20 10:27:11

    1. 文件系统的种类ext ext2 ext3 ext4 JFS XFS其中ext3 开始支持journal日志模式与raid卡类似 有 数据模式  排序模式 以及回写模式数据模式最安全 回写模式性能最高.2. 文件系统的命令:1) fdiskfdisk -l 首先查看磁盘情况.fdisk /dev...

  • 用命令行方式关闭linux防火墙

    时间:2023-02-17 13:43:35

    #/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT  #/etc/rc.d/init.d/iptables save 重启计算机后,防火墙默认...

  • 在linux命令行下载百度网盘中的文件

    时间:2023-02-11 13:45:58

    在linux命令行下载百度网盘中的文件将想下载的文件创建一个公开链接,然后在浏览器里输入链接地址,单击下载,之后浏览器会下载文件,此时取消下载,然后右键复制下载链接地址。linux命令行执行如下命令:axel "下载链接地址"注意:下载链接地址需要加双引号...

  • 用Linux命令行获取本机外网IP地址

    时间:2023-02-05 21:36:11

    引言:目前获取ip的方法中,ifconfig和ip获取函数得到的都是内网ip。有时候需要获取外网ip,目前通用的做法,是向外部服务器发送请求,解析外部服务器响应,从而得到的自己的外网ip。linux下的 curl可以替我们完成这些工作,当然,不怕麻烦的话,可以自己分析http协议,自己实现以上过程。...

  • 是否有用于在Linux中验证SQLite数据库的命令行实用程序?

    时间:2023-02-05 05:33:00

    I am looking for a command line utility to validate SQLite databases. I ran into a situation in some inherited code where an application fails to star...

  • [读书笔记]Linux命令行与shell编程读书笔记04 安装软件,编辑器注意事项

    时间:2023-02-04 05:27:23

    1. debian以及redhat两种主流的linux发行版用的包管理工具debian的包管理工具是 dpkg再现安装的是 aptapt的工具主要有apt-getapt-cacheaptitude其中aptitude需要手动按装apt install aptitude管理界面搜索aptitude s...

  • Linux:命令行模式返回XWindows模式

    时间:2023-02-03 17:40:06

    好久没有玩Xwindows了,竟然对一些命令忘记了。再熟悉一下! 在X windows下按下[Ctrl]+[Alt]+[Backspace]可以重启X。 切换X windows与命令行模式: [Ctrl]+[Alt]+[F1]~[F6]:命令行登录tty1~tty6终端。 [Ctrl]+[Alt]+...

  • linux的命令行成了 -bash-4.1#

    时间:2023-02-03 17:40:06

    今天非常郁闷,ssh终端不能显示颜色,并且在命令行的前端竟然莫名其妙的出现了“ -bash-4.1#”。 不知道是怎么回事呀。 解决办法: 方法1:PS1=\\h:\\w# 显示效果为:localhost:/# 方法2:PS1="[\t][\u@\h:\w]\$ " 显示效果为:[03:39:37]...

  • Linux命令行下常用svn命令

    时间:2023-01-28 17:39:44

    作者:风雨的博客 转自:http://blog.163.com/yang_jianli/blog/static/161990006201041853246479/ 1、Linux命令行下将文件checkout到本地目录 svn checkout path(path是服务器上的目录) 例如:svn...

  • Linux命令行上传文件到百度网盘

    时间:2023-01-26 11:50:23

    Linux命令行上传文件到百度网盘 最近在学习 MySQL 的 bin-log 时候考虑到数据备份的问题,突然想到如果能将数据通过 Linux 命令行方式备份到百度网盘,那是一件多么牛逼的事情。百度网盘有免费的 2TB 存储空间,而且有百度做靠山,不怕数据丢失,安全可靠。说干就干,通过百度 an...

  • 如何从命令行在Ubuntu Linux上打开AVD管理器?

    时间:2023-01-24 13:24:18

    How to open the AVD manager on Ubuntu Linux from the command line? 如何从命令行在Ubuntu Linux上打开AVD管理器?8 个解决方案 ...

  • 如何从linux命令行对文件进行排序?

    时间:2023-01-24 13:19:47

    Okay, now this is more a rant about Linux than a question, but maybe someone knows how to do what I want. I know this can be achieved using the sort c...

  • 如何在Linux shell脚本的命令行中从“../”获取完整路径

    时间:2023-01-24 13:19:41

    If I have a shell script where I get the parent folder using "../" can I expand that out somehow into it's absolute path? 如果我有一个shell脚本,我使用“../”获取父文件夹...

  • 如何在linux上从命令行安装NuGet

    时间:2023-01-24 13:15:15

    I need to install NuGet on Linux based machine.When am using the following command in Windows machine it works fine. 我需要在基于Linux的机器上安装NuGet。当我在Windows...

  • 如何将从Linux中的命令行编译的C程序导出到IDE?

    时间:2023-01-24 13:15:09

    There are a lot of open source C/C++ projects, most of them can be compiled using "make" in Linux. Is there any easy way to export this to an IDE, for...

  • 如何确定是否从Linux命令行打开LCD监视器

    时间:2023-01-24 13:14:57

    How do you tell if a computer's monitor(s) are turned on/off from the command line in Linux? I've traditionally thought of monitors as output-only dev...

  • 是否有Linux命令行实用程序从XML文件中删除部分(不确定这是否是正确的术语)?

    时间:2023-01-24 12:14:39

    I am trying to do some manipulation of an XMLTV format file that contains TV schedule information. Within the file are sections that look like this: 我...

  • 如何隐藏你的 Linux 的命令行历史

    时间:2023-01-23 16:28:36

    如果你是 Linux 命令行的用户,有的时候你可能不希望某些命令记录在你的命令行历史中。原因可能很多,例如,你在公司担任某个职位,你有一些不希望被其它人滥用的特权。亦或者有些特别重要的命令,你不希望在你浏览历史列表时误执行。 然而,有方法可以控制哪些命令进入历史列表,哪些不进入吗?或者换句话说,我们...

  • 隐藏你的 Linux 的命令行历史

    时间:2023-01-23 16:28:30

      1. 在命令前插入空格export HISTCONTROL=ignorespace执行命令时 以空格开头,则不会记录到history2. 禁用当前会话的所有历史记录export HISTSIZE=0history -cw都会清空history3. 只针对你的工作关闭历史记录 set +o hi...