Ubuntu 增加 Swap 文件

3 months ago
0 comment

转自:https://askubuntu.com/questions/178712/how-to-increase-swap-space

Resize Swap to 8GB

# Turn swap off
# This moves stuff in swap to the main memory and might take several minutes
sudo swapoff -a

# Create an empty swapfile
# Note that "1M" is basically just the unit and count is an integer.
# Together, they define the size. In this case 8GiB.
sudo dd if=/dev/zero of=/swapfile bs=1M count=8192

# Set the correct permissions
sudo chmod 0600 /swapfile

sudo mkswap /swapfile  # Set up a Linux swap area
sudo swapon /swapfile  # Turn the swap on

nmcli 命令行配置热点

4 months ago
0 comment

最近有个项目要用树莓派配置一个临时热点,这里做下笔记。

查看网络设备:

nmcli device

查看无线接口状态:

nmcli radio

Linux 安装 Oh My Zsh

4 months ago
0 comment

以前其实写过一个笔记,这回简化一下再发一次。

sudo apt install zsh git
curl https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash
chsh -s /bin/zsh

ssh 启用密钥认证并禁用密码认证

5 months ago
0 comment

在远程服务器上设置公钥:

nano ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys

解决 Ubuntu 24.04 USB 音响没声音

5 months ago
0 comment
sudo apt install pulseaudio

然后重启。

2025 年了,Ubuntu USB Audio 还是不能即插即用,真无敌。

不过不知道为什么我 USB 接收器的耳麦(罗技 G735)就没问题……

TriNitroTofu

_(:з」∠)_

Recent Comments

果冻

在github上看到你的typecho的主题很不错,风格我很喜欢。

TriNitroTofu

哈哈哈你是第一个发现这个站的,这个站我主要就是自己写点笔记,不再有太多社交属性,主要也是比较忙吧。

Typecho 的 demo 站上次迁移服务器之后就没开起来了,毕竟确实没啥用。
英文 ...

Edoc Li

还有!ca的雪!!!

p.s.
December系统的评论表单可以改一下能记忆name和email字段吗qwq

Edoc Li

老师您的typecho demo和原英文blog是都不打理了吗qwq
今天和别人推荐老师的bubble主题发现ty站打不开了
然后急急忙忙跑到tofu.icu发现居然停更一年了!!(23年末开...