linux命令
wangpanbaoding
这个作者很懒,什么都没留下…
展开
-
Ubuntu18.04 安装glibc2.29
Ubuntu18.04 安装glibc2.29原创 2022-06-06 22:20:04 · 2742 阅读 · 3 评论 -
linux下计算器bc最常用命令
输出10进制,输入16进制:obase=10ibase=16精度设置2,也就是两位小数scale=2原创 2021-06-17 15:01:34 · 101 阅读 · 0 评论 -
安装glib2.0
QHow to install GLib 2.0Asudo apt-get install glib2.0 -yQwhat is the source code used for Glib?AGLib is a cross-platform bundle of low-level system libraries written in C and developed by GNOMEQWhat are its essntial features for Glib?A原创 2020-05-26 14:02:24 · 882 阅读 · 0 评论 -
mmintrin.h:47:5: error: use of undeclared identifier '__builtin_ia32_emms'
/home/wangpan/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include/mmintrin.h:47:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__b...原创 2020-02-11 09:49:34 · 5176 阅读 · 3 评论 -
cmake gcc target specific option mismatch
/usr/lib/gcc/x86_64-linux-gnu/8/include/tmmintrin.h:40:1: error: inlining failed in call to always_inline ‘__m128i _mm_hadd_epi16(__m128i, __m128i)’: target specific option mismatch_mm_hadd_epi16 (_...原创 2020-02-08 11:27:31 · 2356 阅读 · 5 评论 -
ubuntu16.04安装截图工具flameshot
参考:https://www.e-learn.cn/content/qita/2084351https://mithun.co/software/install-flameshot-on-ubuntu-16-04/步骤:1,git clone https://github.com/lupoDharkael/flameshot2,cd flameshot &&...原创 2020-02-06 12:02:56 · 813 阅读 · 0 评论 -
undefined reference to `png_set_longjmp_fn'
/home/wangpan/work/gitnew/opencv_demo/opencv-3.4.2/linux/lib/libopencv_imgcodecs.a(grfmt_png.cpp.o): In function `cv::PngEncoder::write(cv::Mat const&, std::vector<int, std::allocator<int>...原创 2020-02-05 17:10:33 · 2658 阅读 · 0 评论 -
ubuntu 安装错误 : E: Unmet dependencies.
解决方法:sudo apt-get --fix-broken install原创 2020-02-04 12:07:51 · 929 阅读 · 0 评论 -
useradd和adduser的区别
https://www.cnblogs.com/clover-siyecao/p/5573642.htmluseradd和adduser的区别添加用户:useradd -m 用户名 然后设置密码 passwd 用户名删除用户:userdel -r 用户名1. 在root权限下,useradd只是创建了一个用户名,如 (useradd +用户名 ),它并没有在/...转载 2019-04-09 15:03:59 · 771 阅读 · 2 评论 -
运行python脚本时报错No module named cv2
以下方法,在ubuntu16.04亲测通过wangpan@wangpan-OptiPlex-7050:~$ pip install opencv-pythonCollecting opencv-python Downloading https://files.pythonhosted.org/packages/e8/04/925d40d1aca43b949453c9350345ac...原创 2019-03-05 08:45:58 · 1602 阅读 · 0 评论 -
升级gcc
http://tuxamito.com/wiki/index.php/Installing_newer_GCC_versions_in_Ubuntu原创 2018-11-06 11:41:25 · 200 阅读 · 1 评论 -
ubuntu Files打不开
https://blog.csdn.net/papaaa/article/details/80778087命令行输入:killall nautilus转载 2018-10-31 17:06:30 · 1932 阅读 · 0 评论 -
如何在shell脚本中实现 scp 文件的时候不手动输入密码
在shell脚本中实现 scp 文件的时候不手动输入密码的脚本如下:#!/usr/bin/expect -fset password 密码spawn scp 用户名@目标机器ip:拷贝文件的路径 存放本地文件的路径 set timeout 300 expect "用户名@目标机器ip's password:" #(注意:这里的“用户名@目标机器ip” 跟上面的一致)set ...转载 2018-10-19 11:36:45 · 4107 阅读 · 0 评论 -
sqlite3命令
sqlite3 xxx.db.quit 退出.tables 显示所有表.headers on 显示表头原创 2017-03-01 17:21:02 · 256 阅读 · 0 评论 -
ubuntu13.04更改默认jdk
参考原文:http://www.cnblogs.com/plinx/archive/2013/06/01/3113106.html1,配置默认JDK版本:标红部分是jdk路径。sudo update-alternatives --install /usr/bin/java java /home/wangpan/jdk1.8.0_121/bin/java 300原创 2017-02-22 16:26:24 · 303 阅读 · 0 评论 -
adb: 未找到命令
参考原文:http://wangwei121004-163-com.iteye.com/blog/1262003通过sudo -s切换到root下,wangpan@wangpan-System-Product-Name:~/work/buildEnv20160421/build_apk_env$ sudo -s 使用type adb来查看下adb用的是那个命令,此时命令原创 2017-02-24 11:17:53 · 2446 阅读 · 0 评论 -
linux命令-查找
字符串,可以这样: grep -rn "hello,world!" * * : 表示当前目录所有文件,也可以是某个文件名 -r 是递归查找 -n 是显示行号原创 2017-03-16 09:38:17 · 215 阅读 · 0 评论 -
linux命令-远程拷贝
连接远程服务器:sudo apt-get install openssh-server 打开ssh服务,才能在另外一台终端访问本机。ssh 用户名@服务器地址ssh gionee@10.8.8.170本地电脑复制文件夹到本地scp -r gionee@10.8.9.120:/home/wangbin/houjie/android4.0.4.tar.gz /home/wangpan/android4...原创 2017-03-16 09:54:53 · 348 阅读 · 0 评论 -
linux查看系统信息命令
查看操作系统的位数wangpan@wangpan-System-Product-Name:~$ getconf LONG_BIT64原创 2017-02-09 12:38:53 · 345 阅读 · 0 评论 -
linux命令安装deb文件和卸载应用
deb是debian linus的安装格式,跟red hat的rpm非常相似,最基本的安装命令是:dpkg -i file.debdpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg,例如Ubuntu、Knoppix 等。以下是一些 Dpkg 的普通用法:1、dpk转载 2017-02-22 16:53:11 · 22947 阅读 · 0 评论 -
Ubuntu安装wine时停止在"正在设定ttf-mscorefonts-installer"解决方法
http://blog.csdn.net/mjl007/article/details/44248429Ubuntu安装wine时停止在"正在设定ttf-mscorefonts-installer"解决方法 安装wine时,停在了一个地方“正在设定ttf-mscorefonts-installer”,怎么过去呢? 解决方法: 原来转载 2018-01-09 14:27:55 · 785 阅读 · 0 评论 -
Linux下安装curl
https://www.cnblogs.com/suidouya/p/7387861.html亲测ubuntu16.04安装成功。步骤1)下载curl包(可以在这个网站上找最新的版本 http://curl.haxx.se/download/)wget https://curl.haxx.se/download/curl-7.55.1.tar.g转载 2018-01-19 11:15:47 · 40081 阅读 · 3 评论 -
linux解压命令
.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileName.tar.gz 和 .tgz解压:tar zxvf原创 2017-02-09 10:33:41 · 11856 阅读 · 1 评论