#OS

Win 10

Clean log files

C:\Windows\System32\winevt\Logs
按Ctrl+A全选后使用 Shift + Delete 删除,一些正被services使用的文件无法被删除。

Open Administrator Powershell:

1
2
Get-EventLog -List
Remove-EventLog -LogName "some Log from list"

ps-eventlog.png

禁用休眠

休眠会将系统内存保存到磁盘文件hiberfil.sys中。可以通过

1
powercfg /hibernate off

关闭休眠功能

Linux

Refer to https://billystudio.github.io/2018/05/16/Command-of-the-day-May-sixteenth-2018/

I have long heard about the fame and reputation of Arch Linux. But not until after I have commenced to explore on this distro did I really feel the enjoyness that Linux brings to me.

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×