超方便的linux命令手册 NO 分类 PS1 命令名 用法及参数 功能注解 对应章节 1 文件管理 # ls ls -a 列出当前目录下的所有文件,包括以.头的隐含文件 文件管理 # ls ls -l或ll 列出当前目录下文件的详细信息 文件管理 # pwd pwd 查看当前所在目录的绝对路经 文件管理 # cd cd .. 回当前目录的上一级目录 文件管理 # cd cd - 回上一次所在的目录 文件管理 # cd cd ~ 或 cd 回当前用户的宿主目录 文件管理 # cd cd ~用户
coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
blue-usu: (Search, Connect, Playback, Record) with bluetooth devices like headset. Rely on usu driver specialized for usb-bluetooth dongle. Use GPL license.=== COMPILE PROGRAM ===makewill produce 3 program: ./blue, ./sco2raw, ./raw2sco.All this must
戈利奇
许可证生成器
从命令行运行
创建.golicignore
vim .golicignore
cat .golicignore << EOF
# Ignore everything
*
# But not these files...
!Makefile
!*.go
# ...even if they are in subdirectories
!*/
EOF
并运行GOLIC
GO111MODULE=on go get github.com/kuritka/golicv
使用GitHub Actions自动化日常的猫咪事实 :cat:
:cat: 当天的事实:
A cat’s eyesight is both better and worse than humans. It is better because cats can see in much dimmer light and they have a wider peripheral view. It’s worse because they don’t see color as well as hu
python项目
该项目试图在创建Python软件包的所有方面(包括开发过程和软件包分发过程)整合最佳实践。
访问该项目的 (文档)以了解其所有工作原理。
快速开始
要运行该应用程序,请继续使用pip或Docker。
点子
需要Python v3.6及更高版本
$ pip install -U unfor19-appy
$ appy
Created the file: $HOME/python-project/meirg-ascii.txt
Insert your name: meir gab
Magento2x-Ubuntu-Nginx
如何使用Nginx在Ubuntu上安装Magento 2.3x或2.4x。 开发环境:
Magento 2.3x / 2.4x
nginx/1.14.x
PHP 7.2x -7.4x
MySQL 5.7-8x
Ubuntu 18.04-20.04
步骤1:安装服务器。
- cat /etc/*release (check your current Ubuntu version)
I have Ubuntu 18.04 on my loc