Getting Started with UbuntuInstalling Ubuntu Starting and exploring Ubuntu Installing and Removing Applications Playing with BASH Abhinav Upadhyay B.Tech (4^{th} Year) Dept. of IT ## A short voyage towards the evolution of *Nix 0 to install/upgrade, 0 to remove ## Playing with BASH BASH → Bourne Again Shell (The default Shell of all Linux distros) Shell → ## Playing with BASH ## Trying out some commands – psswd → Change your directories - date – uname → knowing about your system - cal → calendar – bc → the BASH calculator ## Playing with BASH ## Understanding Linux Commands – External Commands → Normal programs whose location0 码力 | 27 页 | 313.87 KB | 2 年前3
The Linux Commands Handbook
them dominate the space: Bash, Csh, Zsh, Fish and many more! All shells originate from the Bourne Shell, called sh. "Bourne" because its creator was Steve Bourne. Bash means Bourne-again shell not open source, and Bash was created in 1989 to create a free alternative for the GNU project and the Free Software Foundation. Since projects had to pay to use the Bourne shell, Bash became very popular If you use a Mac, try opening your Mac terminal. That by default is running ZSH. (or, pre-Catalina, Bash) You can set up your system to run any kind of shell, for example I use the Fish shell. Each single0 码力 | 112 页 | 13.74 MB | 2 年前3
Conan 1.57 Documentationdeps.generate() ... ``` If we are using that recipe for our project we can build it by typing: ```bash # This will generate the config files from the dependencies and the toolchain $ conan install . commands inside a Windows subsystem (e.g bash from msys2) you have to set the self. win_bash=True in your recipe, instead of using the deprecated self.run(..., win_bash=True) from 1.X. You need to configure - tools.microsoft.bash:subsystem: Possible values: 'msys2', 'msys', 'cygwin', 'wsl' and 'sfu' - tools.microsoft.bash:path (Default "bash"): Path to the0 码力 | 971 页 | 7.69 MB | 2 年前3
Conan 1.58 Documentationdeps.generate() ... ``` If we are using that recipe for our project we can build it by typing: ```bash # This will generate the config files from the dependencies and the toolchain $ conan install . commands inside a Windows subsystem (e.g bash from msys2) you have to set the self. win_bash=True in your recipe, instead of using the deprecated self.run(..., win_bash=True) from 1.X. You need to configure **tools.microsoft.bash:subsystem**: Possible values: 'msys2', 'msys', 'cygwin', 'wsl' and 'sfu' - tools.microsoft.bash:path (Default "bash"): Path to the0 码力 | 979 页 | 7.71 MB | 2 年前3
Conan 1.56 Documentationgenerate() ... ``` If we are using that recipe for our project we can build it by typing: ```bash $ conan install . # This will generate the config files from the dependencies and the toolchain commands inside a Windows subsystem (e.g bash from msys2) you have to set the self. win_bash=True in your recipe, instead of using the deprecated self.run(..., win_bash=True) from 1.X. You need to configure - tools.microsoft.bash:subsystem: Possible values: 'msys2', 'msys', 'cygwin', 'wsl' and 'sfu' - tools.microsoft.bash:path (Default "bash"): Path to the0 码力 | 963 页 | 7.67 MB | 2 年前3
Conan 1.50 Documentationgenerate() ... ``` If we are using that recipe for our project we can build it by typing: ```bash $ conan install . # This will generate the config files from the dependencies and the toolchain commands inside a Windows subsystem (e.g bash from msys2) you have to set the self. win_bash=True in your recipe, instead of using the deprecated self.run(..., win_bash=True) from 1.X. You need to configure - tools.microsoft.bash:subsystem: Possible values: 'msys2', 'msys', 'cygwin', 'wsl' and 'sfu' - tools.microsoft.bash:path (Default "bash"): Path to the0 码力 | 923 页 | 7.55 MB | 2 年前3
The Linux Commands Handbook
them dominate the space: Bash, Csh, Zsh, Fish and many more! All shells originate from the Bourne Shell, called sh. "Bourne" because its creator was Steve Bourne. Bash means Bourne-again shell not open source, and Bash was created in 1989 to create a free alternative for the GNU project and the Free Software Foundation. Since projects had to pay to use the Bourne shell, Bash became very popular If you use a Mac, try opening your Mac terminal. That by default is running ZSH. (or, pre-Catalina, Bash) You can set up your system to run any kind of shell, for example I use the Fish shell. Each single0 码力 | 135 页 | 14.14 MB | 2 年前3
FISCO BCOS 2.7.2 中文文档openssl curl ## 安装centos依赖 sudo yum install -y openssl openssl-devel ## 3.1.2 第二步. 创建操作目录,下载安装脚本 ```bash ## 创建操作目录 cd ~ && mkdir -p fisco && cd fisco ## 下载脚本 curl -#LO https://github 548端口没有被占用。 注解: - 国密版本请执行 bash build_chain.sh -l 127.0.0.1:4 -p 30300,20200,8545 -g -G - 其中-g表示生成国密配置,-G表示使用国密SSL连接 - web3sdk已经支持国密SSL,如果使用web3sdk建议带上-G选项使用国密SSL bash build_chain.sh -1 127.0.0.1:4 Execute the download_console.sh script **in** directory named by IP to get →FISCO-BCOS console. e.g. bash /home/ubuntu/fisco/nodes/127.0.0.1/download_console.sh =========================================0 码力 | 1422 页 | 91.91 MB | 2 年前3
鸟哥的Linux私房菜:基础学习篇 第四版本章练习 11.7.9.7 参考资料与延伸阅读 12. 第十章、认识与学习 BASH 12.1.10.1 认识 BASH 这个 Shell 12.2.10.2 Shell 的变量功能 12.3.10.3 命令别名与历史命令 12.4.10.4 Bash Shell 的操作环境: 12.5.10.5 数据流重导向 12.6.10 。在 Linux 的世界中,使用的是 GNU 发展出来的强化的第二代 shell,称为 BASH Shell,他有什么特异功能呢?简单的说,我们之前下达的几个指令都是 bash 管理的,除此之外,他还可以记录指令、文件或命令的补全功能、环境变量的使用等等,还有很多功能等着你去发掘呢! 在知道了部分的 bash 功能后,在接着下来,我们还得了解一下什么是数据流重导向?还有常规表达式等等的问题,这都 7 参考资料与延伸阅读 ## 第十章 认识与学习 BASH 在 Linux 的环境下,如果你不懂 bash 是什么,那么其他的东西就不用学了!因为前面几章我们使用终端机下达指令的方式,就是通过 bash 的环境来处理的喔!所以说,他很重要吧!bash 的东西非常的多,包括变量...,2015/07/09 • 12.1. 10.1 认识 BASH 这个 Shell • 12.2.10.2 Shell0 码力 | 1057 页 | 14.60 MB | 2 年前3
鸟哥的 Linux 私房菜:基础学习篇 第四版本章练习 11.6 9.7 参考资料与延伸阅读 11.7 第十章 认识与学习 BASH 12 10.1 认识 BASH 这个 Shell 12.1 10.2 Shell 的变量功能 12.2 10.3 命令别名与历史命令 12.3 10.4 Bash Shell 的操作环境:12.4 10.5 数据流重导向 12.5 10.6 管线命令(pipe)12 。在 Linux 的世界中,使用的是 GNU 发展出来的强化的第二代 shell,称为 BASH Shell,他有什么特异功能呢?简单的说,我们之前下达的几个指令都是 bash 管理的,除此之外,他还可以记录指令、文件或命令的补全功能、环境变量的使用等等,还有很多功能等着你去发掘呢! 在知道了部分的 bash 功能后,在接着下来,我们还得了解一下什么是数据流重导向?还有常规表达式等等的问题,这都 9.7 参考资料与延伸阅读 ## 第十章 认识与学习 BASH 在 Linux 的环境下,如果你不懂 bash 是什么,那么其他的东西就不用学了!因为前面几章我们使用终端机下达指令的方式,就是通过 bash 的环境来处理的喔!所以说,他很重要吧!bash 的东西非常的多,包括变量……2015/07/09 - 10.1 认识 BASH 这个 Shell - 10.1.1 硬件、核心与 Shell0 码力 | 1158 页 | 13.73 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













