iohannes long
搜索文章
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
全部
机器人 (38)
c++ (11)
python (39)
前端 (34)
金融 (22)
linux (39)
中间件 (69)
求解 (12)
java (13)
安装gpu驱动
显示gpu硬件 lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation Device **2783** 对应显卡型号:GeForce RTX 4070 SUPER(AD104 核心)
作者:iohannes
发布时间:2025-09-12
分类:
linux
提示找不到cmake文件
提示找不到cmake 已经安装了lib,但是提示找不到cmake sudo apt install libgeographic-dev Could not find a package configuration file provided by "GeographicLib" with any
作者:iohannes
发布时间:2025-08-20
分类:
linux
定时任务
定义脚本 #!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")" # to do something 脚本可运行 chmod +x /bash/path/run.sh
作者:iohannes
发布时间:2025-07-22
分类:
linux
Run Ubuntu Linux in Docker with Desktop Environment and VNC
remote into ubuntu docker install ubuntu docker pull dorowu/ubuntu-desktop-lxde-vnc:focal-lxqt docker run -d –name ubuntu_desktop -v /dev/shm:/dev/shm
作者:iohannes
发布时间:2025-03-18
分类:
linux
special docker container run gui application
allow xhost xhost +local:* run container sudo docker run -it --name gui_ubuntu --net=host -e DISPLAY -v /tmp/.X11-unix ubuntu:18.04 bash apt update a
作者:iohannes
发布时间:2025-03-18
分类:
linux
targetlinklibraries中private public interface的区别
在使用lib的, 链接的时候: 如果源文件(例如CPP)中包含第三方头文件,但是头文件(例如hpp)中不包含该第三方文件头,采用PRIVATE。 如果源文件
作者:iohannes
发布时间:2025-03-18
分类:
linux
ubuntu install cuda
clear old sudo rm /etc/apt/sources.list.d/cuda* sudo apt remove --autoremove nvidia-cuda-toolkit sudo apt remove --autoremove nvidia-* sudo rm -rf /u
作者:iohannes
发布时间:2025-03-18
分类:
linux
ubuntu安装微信
echo “install wine” sudo apt install wine echo “install winetricks” sudo apt install winetricks winetricks riched20 winetricks fakechinese echo “chang
作者:iohannes
发布时间:2025-03-18
分类:
linux
ubuntu install virtualbox
sudo apt-get purge "^virtualbox-.*" sudo apt-get autoremove && sudo apt-get autoclean && sudo apt-get clean wget -O virtualbox https://download.virtua
作者:iohannes
发布时间:2025-03-18
分类:
linux
ubuntu国内源
ubuntu20.04 源 deb http://mirrors.aliyun.com/ubuntu/ focal main restricted deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted deb http
作者:iohannes
发布时间:2025-03-18
分类:
linux
共 39 篇文章
1
2
3
4
页