随笔分类 - 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
阅读全文
摘要:Runtime.getRuntime().exec("clear"); ##################
阅读全文
摘要:阿里云ECS linux操作系统 tomcat域名配置SSL 启用域名https 1、解压已保存到本地的Tomcat证书文件。 解压后您将看到文件夹中有以下文件: 证书文件(domain_name.pfx) 密码文件(pfx-password.txt) 说明 本文中证书名称以domain_name为
阅读全文
摘要: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
阅读全文
摘要:[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
阅读全文
摘要: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
阅读全文
摘要:ssh状态查询 [vfsd@VFSD ~]# [vfsd@VFSD ~]# systemctl status sshd.service ?sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd
阅读全文
摘要: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
阅读全文
摘要:(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
阅读全文
摘要:ubuntu查看某个端口是否被占用 例如: 没有启动jar包,查看8080端口,没有被占用 [ubuntu@ZY ~]# [ubuntu@ZY ~]# netstat -tunlp |grep 8080 [ubuntu@ZY ~]# 启动jar包后: [ubuntu@ZY ~]# [ubuntu@Z
阅读全文
摘要: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
阅读全文
摘要:发现ubuntu的ifconfig命令不能用了 bim@bim-ThinkPad-T440p:~$ bim@bim-ThinkPad-T440p:~$ ifconfig Command 'ifconfig' not found, but can be installed with: sudo apt
阅读全文
摘要:ros小车网络设置 编辑 bashrc wheeltec@wheeltec:~$ wheeltec@wheeltec:~$ nano .bashrc wheeltec@wheeltec:~$ export ROS_MASTER_URI=http://192.168.0.100:11311 expor
阅读全文
摘要: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% /
阅读全文
摘要:Ubuntu20 ros 1、安装terminal uo@luo-ThinkPad-T440p:~$ luo@luo-ThinkPad-T440p:~$ luo@luo-ThinkPad-T440p:~$ sudo apt-get install terminator正在读取软件包列表... 完成正
阅读全文
摘要: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
阅读全文
摘要:运行准备 star@xmatrix:~$ star@xmatrix:~$ star@xmatrix:~$ sudo -s [sudo] star 的密码: root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# service
阅读全文
摘要:没有配置成功 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
阅读全文
摘要:[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
阅读全文
摘要:Ubuntu install of ROS Melodic 参考:http://wiki.ros.org/melodic/Installation/Ubuntu
阅读全文