文章分类 -  linux 基础

摘要:touch eclipse.desktop [Desktop Entry] Type=Application Name=eclipse Exec=/home/jeams/eclipse/eclipse Icon=/home/jeams/eclipse/icon.xpm Comment=eclipse 阅读全文
posted @ 2024-09-18 23:39 微笑的''80 阅读(21) 评论(0) 推荐(0)
摘要:https://developers.redhat.com/register subscription-manager register --username dyg860**0 --password dygDYG5*******0 --auto-attach sudo yum update RHE 阅读全文
posted @ 2024-09-15 09:53 微笑的''80 阅读(7) 评论(0) 推荐(0)
摘要:RHEL9(红帽9)关于使用rocky源导致openssl-lib和openssl-fips-provider冲突的问题解决方案 https://blog.csdn.net/nuoyis/article/details/141828262 阅读全文
posted @ 2024-09-15 07:22 微笑的''80 阅读(11) 评论(0) 推荐(0)
摘要:https://video.mobiletrain.org/video/2/533 https://wiki.friendlyelec.com/wiki/index.php/Main_Page 阅读全文
posted @ 2024-09-08 11:01 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:1、在root用户下的.bash_profile文件中新增如下命令: #vi .bash_profile export PS1='[\u@\h \D{%Y-%m-%d} \t \W]\$ ' 四、参数释义 PS1 是shell命令行界面的主提示符 \d :代表日期,格式为weekday month 阅读全文
posted @ 2024-09-07 17:35 微笑的''80 阅读(46) 评论(0) 推荐(0)
摘要:git log -1 阅读全文
posted @ 2024-09-07 07:19 微笑的''80 阅读(12) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s?__biz=MzIzMjQwNjQzNA==&mid=2247613884&idx=4&sn=1cc85eafbf15b11e123356185b809794&chksm=e9b860c416a4e79e908726a84519571f3a815 阅读全文
posted @ 2024-09-05 22:00 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/lishenluo/article/details/107864758 https://www.oracle.com/java/technologies/downloads/#jdk17-windows 阅读全文
posted @ 2024-09-04 20:33 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://www.5axxw.com/questions/content/wh5ucg#google_vignette 阅读全文
posted @ 2024-09-03 22:16 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/as4589sd/article/details/108834410 阅读全文
posted @ 2024-09-02 21:24 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:Linux查看U盘的命令有多种,我将为您列举常用的几个。 1. 使用`lsblk`命令:`lsblk`命令可以列出系统上的块设备信息,包括U盘。在终端中输入`lsblk`并按下回车键,系统会显示当前连接的所有存储设备信息,包括U盘的设备名称、挂载点和容量等。 2. 使用`fdisk`命令:`fdis 阅读全文
posted @ 2024-09-01 09:36 微笑的''80 阅读(1165) 评论(0) 推荐(0)
摘要:linux: apt install sshfs win: winget install WinFsp.WinFsp; winget install SSHFS-Win.SSHFS-Win https://cloud.tencent.com/developer/article/2235201 Thi 阅读全文
posted @ 2024-09-01 08:56 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:获取代码: 内核 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.165.tar.xz 补丁 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.165.x 阅读全文
posted @ 2024-08-31 21:52 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/liuxing0007/category/1458805.html 阅读全文
posted @ 2024-08-31 13:33 微笑的''80 阅读(6) 评论(0) 推荐(0)
摘要:https://docs.freebsd.org/en/books/developers-handbook/tools/#tools-programming 阅读全文
posted @ 2024-08-31 12:41 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要:https://www.freebsd.org/where/ 阅读全文
posted @ 2024-08-31 11:59 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/allway2/article/details/107329711 阅读全文
posted @ 2024-08-31 11:16 微笑的''80 阅读(16) 评论(0) 推荐(0)
摘要:linux开发板查看分辨率 在Linux开发板上查看屏幕分辨率,可以使用fbset工具或者直接查看/sys/class/graphics/fb0目录下的信息。 使用fbset查看分辨率的命令如下: fbset -s 如果系统中没有fbset工具,可以直接查看/sys/class/graphics/f 阅读全文
posted @ 2024-08-30 21:20 微笑的''80 阅读(125) 评论(0) 推荐(0)
摘要:https://webrtc.org.cn/20210319-cpaas-telepohny/ 阅读全文
posted @ 2024-08-29 21:11 微笑的''80 阅读(11) 评论(0) 推荐(0)
摘要:https://shumeipai.nxez.com/2023/05/13/run-a-program-on-your-raspberry-pi-at-startup.html 阅读全文
posted @ 2024-08-29 18:46 微笑的''80 阅读(28) 评论(0) 推荐(0)