随笔分类 - Ubuntu
摘要:gnome-terminal -x /home/river/startupRun.sh
阅读全文
摘要:第一步,安装llvm sudo apt-get install llvm 第二步,安装clang sudo apt-get install clang
阅读全文
摘要:安装g++: sudo apt-get install g++ 安装minGW-64: sudo apt-get update sudo apt-get install mingw-w64 i686-w64-mingw32-g++ //编译器将在64位系统上构建32位应用程序 x86_64-w64-
阅读全文
摘要:1.下载在线安装包 网址:https://www.qt.io/download,选择开源下载。 下载得到的文件如:qt-unified-linux-x64-4.3.0.1-online.run 2.添加权限,执行 chmod +x qt-unified-linux-x64-4.1.0-online.
阅读全文
摘要:ssh <username>@<IP address or domain name>
阅读全文
摘要:开机自启动ubuntu作为服务器使用时,常常需要在机器重启时能自动启动我们开发的服务。有时候我们想要脚本开机自动运行,那么就需要设置开机自启动脚本。网上有很多种解决方案,基本上是分为三种: 修改/etc/r.local我在ubuntu18和ubuntu20.10都亲测 /etc/rc.d/rc.lo
阅读全文
摘要:1.apt-get update 2.apt install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal ubuntu-desktop 3.reboot
阅读全文