摘要: robert@moonriver / $ sudo systemctl --user restart wireplumber pipewire pipewire-pulse Password: Failed to connect to user scope bus via local transpo 阅读全文
posted @ 2025-10-21 13:58 Bo_Ren 阅读(7) 评论(0) 推荐(0)
摘要: $ cd /home/user/my_project //enter project root folder$ git init //initializing a repository$ git add *.c // tracking existing file whit .c extension$ 阅读全文
posted @ 2025-07-28 21:15 Bo_Ren 阅读(6) 评论(0) 推荐(0)
摘要: --Transfer Protocols Git can transfer data between two repositories in two major ways: the "dumb" protocol and the "smart" protocol. If you're setting 阅读全文
posted @ 2025-07-25 16:29 Bo_Ren 阅读(5) 评论(0) 推荐(0)
摘要: --Packfiles-- When you have two nearly identical 22k objects on your disk (each compressed to approximately 7k). Would't it be nice if Git could store 阅读全文
posted @ 2025-07-25 16:28 Bo_Ren 阅读(5) 评论(0) 推荐(0)
摘要: First Git is fundamentally a content-addressable filesystem with a VCS user interface written on top of it. In the early days of Git (mostly pre 1.5) 阅读全文
posted @ 2025-07-25 16:25 Bo_Ren 阅读(8) 评论(0) 推荐(0)
摘要: 1. Download the dirsred Eclipse GlassFish 7 ZIP file. 2.Change to the directory where dowloaded the ZIP file. 3. Unzip the file . >unzip zip-file-name 阅读全文
posted @ 2025-07-11 14:37 Bo_Ren 阅读(9) 评论(0) 推荐(0)
摘要: to view PDF in emacs . ‘gs’ is a hard requirement. It needs to install ghostscript out of emacs. edit .init.el , add the following statement: (setq do 阅读全文
posted @ 2023-04-21 13:37 Bo_Ren 阅读(16) 评论(0) 推荐(0)
摘要: 版权声明:本文为CSDN博主「zhujiaxing666666」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/zhujiaxing666666/article/details/15029011 Eclipse插 阅读全文
posted @ 2021-03-10 09:24 Bo_Ren 阅读(374) 评论(0) 推荐(0)
摘要: windows server 2008 r2 + virtualbox + rhel7.6 + nginx + postgresql +php HOSTS:WINDOWS SERVER 2008 R2 STEP1 : 安装VIRTUALBOX virtaulbox 版本 5.2.22 r26460 阅读全文
posted @ 2020-03-06 14:27 Bo_Ren 阅读(538) 评论(0) 推荐(0)
摘要: liveCD 进入桌面,无线联网,下载stage3 #parted /dev/sda partition table:gpt number start end file system name flags 1 efi system partition #mount /dev/sda9 /mnt/ge 阅读全文
posted @ 2020-03-06 14:26 Bo_Ren 阅读(312) 评论(0) 推荐(0)