随笔分类 -  linux

摘要:在Ubuntu 20.04上安装Qt 5.15.0 1 安装必要的依赖项: sudo apt-get install build-essential \ libgl1-mesa-dev \ libglu1-mesa-dev \ libegl1-mesa-dev \ libgles2-mesa-dev 阅读全文
posted @ 2025-01-11 00:44 西北逍遥 阅读(294) 评论(0) 推荐(0) 编辑
摘要:Runtime.getRuntime().exec("clear"); ################## 阅读全文
posted @ 2023-07-04 20:59 西北逍遥 阅读(10) 评论(0) 推荐(0) 编辑
摘要:阿里云ECS linux操作系统 tomcat域名配置SSL 启用域名https 1、解压已保存到本地的Tomcat证书文件。 解压后您将看到文件夹中有以下文件: 证书文件(domain_name.pfx) 密码文件(pfx-password.txt) 说明 本文中证书名称以domain_name为 阅读全文
posted @ 2023-04-21 19:59 西北逍遥 阅读(139) 评论(0) 推荐(0) 编辑
摘要:ubuntu后台运行jar包,关闭远程命令终端不退出 cd /home/myfile/pic_system nohup java -jar zqy_system_2023022301.jar >log.txt 2>&1 & ps -ef |grep zqy_system_2023022301.jar 阅读全文
posted @ 2023-03-07 19:30 西北逍遥 阅读(316) 评论(0) 推荐(0) 编辑
摘要:[root@VFSD ~]# netstat -tunlp |grep 80tcp6 0 0 127.0.0.1:8005 :::* LISTEN 29218/javatcp6 0 0 :::80 :::* LISTEN 29218/java tcp6 0 0 :::8080 :::* LISTEN 阅读全文
posted @ 2022-12-08 14:20 西北逍遥 阅读(83) 评论(0) 推荐(0) 编辑
摘要:ubuntu redis [zqy@VFSD local]# [zqy@VFSD local]# cd /home/myfile [zqy@VFSD myfile]# [zqy@VFSD myfile]# [zqy@VFSD myfile]# [zqy@VFSD myfile]# ls apache 阅读全文
posted @ 2022-08-21 19:28 西北逍遥 阅读(28) 评论(0) 推荐(0) 编辑
摘要:ssh状态查询 [vfsd@VFSD ~]# [vfsd@VFSD ~]# systemctl status sshd.service ?sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd 阅读全文
posted @ 2022-08-12 07:44 西北逍遥 阅读(426) 评论(0) 推荐(0) 编辑
摘要:ubuntu配置ssh 更新 sudo apt-get update 升级 sudo apt-get upgrade 安装vim sudo apt-get install vim-gtk 安装net-tools sudo apt install net-tools 安装 sudo apt-get i 阅读全文
posted @ 2022-06-27 15:39 西北逍遥 阅读(491) 评论(0) 推荐(0) 编辑
摘要:(base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ sudo -s [sudo] password for bim: root@bim-PowerEdge-R730:/home/bim# root@bim-PowerEd 阅读全文
posted @ 2022-03-03 16:46 西北逍遥 阅读(32) 评论(0) 推荐(0) 编辑
摘要:ubuntu查看某个端口是否被占用 例如: 没有启动jar包,查看8080端口,没有被占用 [ubuntu@ZY ~]# [ubuntu@ZY ~]# netstat -tunlp |grep 8080 [ubuntu@ZY ~]# 启动jar包后: [ubuntu@ZY ~]# [ubuntu@Z 阅读全文
posted @ 2022-01-16 18:01 西北逍遥 阅读(1606) 评论(0) 推荐(0) 编辑
摘要:netstat -tunlp |grep 8080 [bim@ifc ~]# [bim@ifc ~]# netstat -tunlp |grep 8080 tcp6 0 0 :::8080 :::* LISTEN 8184/java [bim@ifc ~]# [bim@ifc ~]# [bim@if 阅读全文
posted @ 2021-12-12 19:27 西北逍遥 阅读(35) 评论(2) 推荐(0) 编辑
摘要:发现ubuntu的ifconfig命令不能用了 bim@bim-ThinkPad-T440p:~$ bim@bim-ThinkPad-T440p:~$ ifconfig Command 'ifconfig' not found, but can be installed with: sudo apt 阅读全文
posted @ 2021-10-05 11:03 西北逍遥 阅读(767) 评论(0) 推荐(0) 编辑
摘要:ros小车网络设置 编辑 bashrc wheeltec@wheeltec:~$ wheeltec@wheeltec:~$ nano .bashrc wheeltec@wheeltec:~$ export ROS_MASTER_URI=http://192.168.0.100:11311 expor 阅读全文
posted @ 2021-10-04 17:29 西北逍遥 阅读(595) 评论(0) 推荐(0) 编辑
摘要:ubuntu查看硬盘大小 bim@bim-ThinkPad-T440p:~$ df -hl 文件系统 容量 已用 可用 已用% 挂载点 udev 3.8G 0 3.8G 0% /dev tmpfs 766M 2.0M 764M 1% /run /dev/sda1 916G 16G 855G 2% / 阅读全文
posted @ 2021-10-04 17:15 西北逍遥 阅读(67) 评论(0) 推荐(0) 编辑
摘要:Ubuntu20 ros 1、安装terminal uo@luo-ThinkPad-T440p:~$ luo@luo-ThinkPad-T440p:~$ luo@luo-ThinkPad-T440p:~$ sudo apt-get install terminator正在读取软件包列表... 完成正 阅读全文
posted @ 2021-05-20 15:42 西北逍遥 阅读(2152) 评论(0) 推荐(0) 编辑
摘要:Qt mysql 确保mysql已经安装 luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ whereis mysql.h mysql: /usr/bin/mysql /usr/lib/mysql /etc/mysql /usr/include/my 阅读全文
posted @ 2021-04-29 08:31 西北逍遥 阅读(177) 评论(0) 推荐(0) 编辑
摘要:运行准备 star@xmatrix:~$ star@xmatrix:~$ star@xmatrix:~$ sudo -s [sudo] star 的密码: root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# service 阅读全文
posted @ 2021-01-21 13:14 西北逍遥 阅读(1292) 评论(0) 推荐(0) 编辑
摘要:没有配置成功 eno1 Link encap:以太网 硬件地址 ac:1f:6b:7c:6f:44 inet 地址:192.168.1.100 广播:192.168.1.255 掩码:255.255.255.0 inet6 地址: fe80::3ca2:33c:e6a:3e50/64 Scope:L 阅读全文
posted @ 2021-01-16 11:27 西北逍遥 阅读(144) 评论(0) 推荐(0) 编辑
摘要:[root@csrc ~]# df -hFilesystem Size Used Avail Use% Mounted ondevtmpfs 945M 0 945M 0% /devtmpfs 955M 0 955M 0% /dev/shmtmpfs 955M 484K 955M 1% /runtmp 阅读全文
posted @ 2020-11-20 10:43 西北逍遥 阅读(90) 评论(0) 推荐(0) 编辑
摘要:Ubuntu install of ROS Melodic 参考:http://wiki.ros.org/melodic/Installation/Ubuntu 阅读全文
posted @ 2020-10-18 21:39 西北逍遥 阅读(113) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示