白夜瞭望

夢の中の夢
うつし世はゆめ 夜の夢こそまこと
软件

用Golang开发GUI程序(01)安装Golang、QT并设置相关变量

安装 git 、golang、msys2、qt 去各自官网下载即可 git 官网:https://git-scm.com/ 装好后,在PATH里添加: C:\Program Files\Git\cmd golang 官网下载页面:https://golang.org/dl/ 下载压缩包(go1.12.4.windows-amd64.zip),我选择解压到“D:\soft\go”。 因为不是msi版,所以需要自己添加golang系统变量: # GOROOT D:\soft\Go\ # GoPath D:\soft\g…

2019年4月23日 0条评论 9172点热度 6人点赞 bai 阅读全文
Linux技术

Linux文件下载、传输、共享同步(Aria2、Caddy、Rsync、Samba、NFS等)

安装软件 # Arch系 sudo pacman -S samba rsync nfs-utils aria2 transmission-cli aurman -S lsyncd # debian系 sudo apt install samba rsync hdparm aria2 transmission-cli 设定文件系统挂载 # 查看分区状况 sudo fdisk -a # 编辑分区挂载分区文件 sudo nano /etc/fstab 在里面加入如下内容,详细设置参考ArchLinux Wiki # no…

2019年4月2日 0条评论 8159点热度 0人点赞 bai 阅读全文
Linux技术

OhMyZsh自定义设置

安装OnMyZsh 首先你得装zsh。 # Ubuntu: sudo apt install zsh # Archlinux: sudo pacman -S zsh 然后就可以装ohmyzsh这个优化整合包了,官方提供的一键脚本: sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" 设置常用插件 plugins=( git archlinux autojump go…

2019年4月2日 0条评论 6914点热度 0人点赞 bai 阅读全文
系统技巧

Manjaro XFCE 系统设置、系统修复

选择国内源 # 生成可用中国镜像站列表: sudo pacman-mirrors --country China # 或者 sudo pacman-mirrors --c China 升级系统 sudo pacman -Syyu 清华加速源 ## 在 /etc/pacman.conf 文件末尾添加以下两行: [archlinuxcn] Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch #之后安装 archlinuxcn-keyring 包…

2019年4月1日 0条评论 12583点热度 1人点赞 bai 阅读全文
一些链接:

GitHub:
https://github.com/yumenaka/

归档
  • 2023 年 3 月 / 1篇
  • 2022 年 8 月 / 2篇
  • 2022 年 7 月 / 3篇
  • 2022 年 5 月 / 1篇
  • 2022 年 3 月 / 1篇
  • 2022 年 1 月 / 1篇
  • 2021 年 6 月 / 1篇
  • 2021 年 1 月 / 1篇
  • 2020 年 9 月 / 1篇
  • 2020 年 8 月 / 2篇
  • 2020 年 5 月 / 1篇
  • 2019 年 7 月 / 1篇
  • 2019 年 6 月 / 1篇
  • 2019 年 4 月 / 4篇
  • 2019 年 3 月 / 1篇
  • 2019 年 1 月 / 1篇
  • 2018 年 12 月 / 5篇
Search

Copyright © 2022 yumenaka.net All Rights Reserved.

Theme Kratos Made By Seaton Jiang