In Linux ‘cd‘ (Change Directory) command is one of the most important and most widely used command for newbies as well as system administrators. For admins on a headless server, ‘cd‘ is the only way to navigate to a directory to check log, execute a program/application/script and fo...
Root directory is the most important directory in the Linux file system. It is the parent directory to all other directories present in the file system. It is denoted by /. You cannavigate to the root directoryfrom any other directory by using the following command. cd / Output: abhi@linu...
You blink all day, every day, but, most of the time, you're unaware of it. Unless something gets in your eye, you rarely think about that little, regular movement. Some Linux commands are like that. They hover on the periphery of your consciousness. Even though you use them daily, th...
Whether you’re a fan of the command line or the novice I recommend you to do a test withINX(INX Is Not X), this is a minimal Linux distribution that has the characteristic of not having any graphical desktop, all the tools and packages provided work in the terminal. INX is a Live ...
Shelll: GUI:Graphic User Interface图形用户界面 Windows:windows在2008之前桌面直接内置在内核中的,不用桌面就无法使用winodws。 X-Window:X指它的协议,图形显示协议,超级的意思,Linux的桌面仅仅是一个外围软件而已,X-Window
linux常用命令【原创】 查看文件内容-while: cat 1.txt|while read line;do echo $line;done while read line; do echo $line; done <./1.txt 从日志当中测试连接统计情况 while :; do tail -n 100 /app/nginx/web.log |cut -d -f 8|sort|uniq -c;sleep 5;done...
0xc012c21a in ?? () from /lib/ld-linux.so.2 (gdb) break qcow2_co_readv Breakpoint 1 at 0x8077f1a: file block/qcow2.c, line 381. (gdb) bt #0 0x0018846b in ?? () #1 0x0032d067 in ?? () #2 0x0032d9d5 in ?? () ...
Gitea的首要目标是创建一个极易安装,运行非常快速,安装和使用体验良好的自建Git服务。采用Go作为后端语言,只要生成一个可执行程序即可。并且他还支持跨平台,支持Linux, macOS 和Windows以及各种架构,除了x86,amd64,还包括 ARM 和 PowerPC. Gitea 功能特性
autojump is included in the following distro repositories, please use relevant package management utilities to install (e.g. apt-get, yum, pacman, etc):Debian, Ubuntu, Linux Mint All Debian-derived distros require manual activation for policy reasons, please see /usr/share/doc/autojump/README....
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo sed -i 's+download.docker.com+mirrors.aliyun.com/docker-ce+' /etc/yum.repos.d/docker-ce.repo yum makecache fast yum install docker-ce docker-compose-plugin -y ...