ZhangZhihui's Blog |
|
||
2020年3月12日
摘要:
Ubuntu 分区不区分主分区(Primary)和逻辑分区(Logical),所有的分区都可以选主分区或者逻辑分区。 Device for boot loader installation 可以选择整个硬盘也可以选择efi分区: 阅读全文
摘要:
启用 Compatibility Support Module (CSM)。以下两种设置都可以: 阅读全文
摘要:
~/.config/terminator$ cat config [global_config] putty_paste_style = True smart_copy = False [keybindings] [layouts] [[default]] [[[child1]]] parent = 阅读全文
2019年11月19日
摘要:
diyuser3@training1:~/qs-class/roar-k8s$ grep -n5 "NodePort" roar-complete.yaml25- name: roar-web26- labels:27- name: roar-web28- namespace: roar29-spe 阅读全文
2019年11月18日
摘要:
echo -n 'admin' | base64 This should yield:YWRtaW4= zzh@ZZHPC:~$ echo -n 'admin' adminzzh@ZZHPC:~$ echo -n 'admin' | base64 YWRtaW4= For base64 decode 阅读全文
2019年11月13日
摘要:
set -o vi bash: export PS1="[\u@\h:\w]" zsh: export PS1=" %D{%Y-%m-%d} %t [%n@(\$(hostname -s)):%d]$>" 阅读全文
2019年10月29日
摘要:
Q: I have some cron jobs that run overnight on my Linux systems. Each of these jobs output information to a text file if I ever need to review. Some a 阅读全文
2019年10月17日2019年10月16日
摘要:
阅读全文
2019年10月14日
摘要:
zzh@ZZHPC:~$ zsh ZZHPC% arr=(aaa bbb ccc ddd) ZZHPC% echo ${arr[0]} ZZHPC% echo ${arr[1]} aaa ZZHPC% # zsh index of array begins from 1. zzh@ZZHPC:~$ 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |