- 博客(4)
- 收藏
- 关注
原创 Centos mount NTFS disk
Centos mount NTFS diskOpen Source: NTFS-3G下载NTFS-3G,并编译安装./configuremakesudo make installsudo mkdir /mnt/ntfsmount -t ntfs-3g /dev/sda1 /mnt/ntfs
2020-05-07 20:19:56
191
转载 Compress PDF files on Linux
Compress PDF files on Linux如何插入一段漂亮的代码片如何插入一段漂亮的代码片$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf in.pdf-dPDFSETTINGS can be a...
2019-06-21 22:58:52
623
转载 Centos Display Resolution Settings
Centos Display Resolution Settingsxrandr --listmonitorsxrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsyncxrandr --addmode VGA-1 "1920x1080_60.00"xrandr...
2019-06-21 15:24:05
756
转载 How to mount USB drive in Linux
How to mount USB drive in Linux Detecting USB hard driveCreate mount pointMount USB DriveAccessing USB DataUSB UnmountDetecting USB hard drive$ sudo fdisk -lCreate mount point$ mkdir /media/usb-d...
2019-04-20 19:46:55
451
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人