(大概 # ssh & key # 先挂载好存储盘cd进去 #cp -r ./.ssh ~/ && chmod 0600 ~/.ssh/id_rsa # 以确保本地和 github 有 ssh public key, # 没有的话就 ssh-keygen -t rsa #xclip -sel clip ~/.ssh/id_rsa.pub # xorg #xdg-open https://github.com/settings/ssh/new # 击 "key" ...
格式化磁盘用dd,打开文件用xdg-open,编辑文本用vim,查找文件用find,grep,再辅以大量的快捷键,摸鼠标...
o->xdg-open p->python pdb->python -mpowerline.bindings.pdb su->sudo su u->update 脚本在CharlesScripts/charles/installation.d/get.d 标*的是推荐安装的 get.d/ ├── get-calibre ├── get-docker ├──*get-fasd ├──*get-oh-my-fish ├──*get-powerline ├── get-spacemacs ├...
134 pacman -S inkscape //强大的矢量作图工具,不多说。 139 cp /etc/xdg/openbox/{rc.xml,menu.xml,autostart,environment} /home/liu/.config/openbox //个人openbox的设置 142 pacman -S gimp //试了N个其它工具之后,得出结论,图像处理还是这个东东好用。 145 pacman -S gnochm //CHM查看器,最后...
$ awman -k openjdk或 $ awman --apropos openjdk?Select an article:(Use arrow keys)[1/26]Hadoop:Related articles[2/26] XDG BaseDirectory support:Related articles[3/26]Steam-Game-specific troubleshooting:SeeSteam/Troubleshooting first.[4/26]Android:Related articles[5/26]Elasticsearch:Elasticsearch...
xdg-utils: to open URLs in the browser (xdg-open) sqlite,fuse2,fuse3: AppImage support flatpak: Flatpak support snapd: Snap support pacman: ArchLinux package management support python-lxml,python-beautifulsoup4: Web apps support python-venv:isolated installation ...
$ sudo pacman -S xdg-user-dirs $ xdg-user-dirs-update --force 1. 2. 编辑/etc/pacman.conf ,去掉 color 那一项目的注释。这样,pacman 就会以彩色输出结果,以免某些时候眼花缭乱。 4.2.8 终端优化 $ sudo pacman -S zsh oh-my-zsh-git zsh-autosuggestions screenfetch alsi neofetch ranger figlet...
Updated nvidia-installer to select the NVIDIA open GPU kernel modules by default on systems with GPUs that support both the proprietary and open kernel modules. Fixed a bug that caused GPU driver installation to fail when the system used alternate implementations of the 'tr' utility, such as fr...
mkfs.ext4 /dev/nvme0n1p3 ## Swap Drive mkswap /dev/nvme0n1p2 swapon /dev/nvme0n1p2 ## Encrypt Partition cryptsetup luksFormat /dev/nvme0n1p4 <Create-A-Passphrase> ## Decrypt Partition cryptsetup open --type luks /dev/nvme0n1p4 lvm <Enter-Passphrase> ## Create Physical Volume ...
从下载页面选择下好 iso 文件, 插入 u 盘 使用dd 命令刻录 ddif=boot.img of=/dev/sdx bs=4M 进入live 环境 联网 dhcpcd 判断网络连接是否正常: pingwww.baidu.com 分区 建两个分区, 一个 300 M 大小的 EFI 分区,格式是 Fat32, 用于挂载 /boot, 一个 格式 ext4 ,用于挂载根目录 ...