Ubuntu开发系列
文章平均质量分 60
只对ubuntu开发中遇到各种问题,对处理的问题分类总结,供大家参考
我想我是一只蜗牛
这个作者很懒,什么都没留下…
展开
-
ubuntu22.04装机完配置流程
ubuntu22.04 安装完,需要搭建的一些开发,以及办公工具。原创 2022-09-20 13:29:14 · 5301 阅读 · 1 评论 -
【Python问题】Pyperclip could not find a copy/paste mechanism for your system
ubuntu需要安装几个工具错误如下anaconda3/envs/cooper/lib/python3.9/site-packages/pandas/io/clipboard/__init__.py:627: in lazy_load_stub_copy return copy(text)_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _原创 2021-10-22 18:38:24 · 1040 阅读 · 0 评论 -
【Ubuntu16.04】使用conda安装NumPy和Pandas
前言NumPy(Numerical Python) 是 Python 语言的一个扩展程序库,支持大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。如果不知道怎么安装conda详细可以查看Ubuntu16.04 安装 Anaconda ,与此同时进一步查看pandas安装以及使用ubuntu16.04 熟悉 pandas后续的学习目的也是为了更好的解决日常办公需求,所以pandas,numpy也将是我自己的学习重点;安装NumPy和Pandas创建自己的环境,不推荐使用base环境中原创 2021-10-22 15:48:18 · 7235 阅读 · 0 评论 -
Ubuntu16.04 安装 Anaconda
前言对于我这个新手来说,安装Pandas以及其余的NumPy 和SciPy等工具包可能会有点困难。最简单的方法不是直接安装Pandas,而是安装Python和构成SciPy数据科学技术栈的最流行的工具包(IPython ,NumPy ,Matplotlib ,…)的集合Anaconda,它是一个跨平台(Linux,Mac OS X,Windows)的Python发行版,用于数据分析和科学计算。安装Anaconda首选阅Anaconda-Starter-Guide.pdf【https://docs.c原创 2021-10-21 13:20:43 · 2150 阅读 · 0 评论 -
ubuntu16.04 熟悉 pandas
前言为什么要学习pandas,因为pandas可以解决处理很多日常数据;比如Excel,JSON,HTML,HDF5,SQL,SAS等;可以帮助我们工作,让工作更加方便;ubuntu16.04 安装pandaspip install pandas安装问题请参考"python setup.py egg_info" failed with error code 1 此片文章;Pandas 应用详细可以参考:https://www.pypandas.cn/docs/getting_started/o原创 2021-10-21 10:02:19 · 596 阅读 · 0 评论 -
ubuntu16.04 snap Notepad++
ubuntu16.04 snap Notepad++安装NotePad++ 方法一安装完Notepad++ 可以安装一些插件安转notepadqq 方法二卸载安装 方法三打开Notepad++安装NotePad++ 方法一cooper@cooper:~$ sudo snap install notepad-plus-plus[sudo] password for cooper: 2021-10-11T09:39:56+08:00 INFO Waiting for automatic snapd re原创 2021-10-11 10:03:09 · 1596 阅读 · 1 评论 -
multipass Ubuntu20.04 server 搭建Android编译环境
multipass Ubuntu20.04 server 搭建Android编译环境环境搭建-安装必要的编译依赖工具sudo apt-get updatesudo apt-get install libgl1-mesa-dev g++-multilib git flex bison build-essentialsudo apt-get install libxml2-utils xsltproc dpkg-devsudo apt-get install git gnupg flex b原创 2021-09-30 13:18:34 · 602 阅读 · 0 评论 -
使用multipass快速创建ubuntu server
在win10系统上安装multipass 工具Note: You need Windows 10 Pro/Enterprise/Education v 1803 or later, or any Windows 10 with VirtualBox1. 准备win10系统后,具体详细信息可以参照如下连接https://multipass.run/?_ga=2.268960689.1188883684.1632817244-1002505085.16318628232. 首先安装multipass原创 2021-09-28 18:19:32 · 619 阅读 · 0 评论 -
安装 Python 2.7 在Ubuntu 20.04 LTS
打开终端Terminal在ubuntu desktop 也可以采用快捷键Ctrl+Alt+T进入Terminal;增加Universe repo以便可以安装python2 sudo apt-add-repository universe sudo apt update Install Python2.7 on Ubuntu 20.04 LTSsudo apt install python2-minimal检查Python2 versionpython -V系统中可以用的pyth原创 2021-09-27 15:21:58 · 5582 阅读 · 1 评论 -
ubuntu 定时任务
对于开发,每天来到公司就想开始工作;省去sync 代码,编译android时间,所以想每天定一个定时任务去做这件事。首先 写一个脚本做update mirror的工作update_mirror.sh#!/bin/bash原创 2020-06-09 17:08:09 · 285 阅读 · 0 评论 -
ubuntu 18.04 下 teamviewer的安装方法
在Teamviewer 网站下载 ubuntu 版本https://www.teamviewer.cn/cn/download/linux/安装sudo dpkg -i teamviewer_15.6.7_amd64.deb但是这样会安装不成功,输出如下:Selecting previously unselected package teamviewer.(Reading database ... 232781 files and directories currently install原创 2020-06-09 16:54:22 · 329 阅读 · 0 评论 -
Ubuntu18.04 护眼软件GUI for f.lux
F.LUXhttps://justgetflux.com/sudo add-apt-repository ppa:nathan-renniewaldock/fluxsudo apt-get updatesudo apt-get install fluxgui✓ copper:~→ sudo apt-get install fluxguiReading package lists... DoneBuilding dependency tree Reading state in原创 2020-05-09 09:35:01 · 788 阅读 · 2 评论 -
Qcom ramdump 解析
strings vmlinux | grep "Linux version"Linux version 4.4.138-perf+ (uidp5369@hzhhrd011x For IC421 HW005) (gcc version 4.9.x 20150123 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Apr 16 13:44:17 CST 2020...原创 2020-04-23 14:10:54 · 1186 阅读 · 0 评论 -
ubuntu 用tar 拆分大压缩包
tar 命令tar --helpUsage: tar [OPTION...] [FILE]...GNU 'tar' saves many files together into a single tape or disk archive, and canrestore individual files from the archive.Examples: tar -cf archi...原创 2020-04-20 14:01:55 · 516 阅读 · 0 评论 -
QCOM 怎么push 新文件到firmware--Android8.1
1.正常pushadb rootremount一下adb remount此时提示 Verity disabled on /vendorVerity disabled on需要disable-verity 一下,然后rebootadb disable-verityadb reboot此时可以正常adb rootadb remount但是还是push没有权限,此...原创 2020-04-07 17:56:12 · 244 阅读 · 0 评论 -
Ubuntu 12.04 LTS 下 OpenGL环境的搭建
1.安装IDE:使用的是codeblocks命令如下:sudo apt-get install codeblocks配置Ubuntu下的openGL:下载并安装openGL所需要的库sudo apt-get install mesa-common-dev libgl1-mesa-dev libglu1-mesa-devsudo apt-get install freeglut3-...原创 2020-04-07 17:25:26 · 130 阅读 · 0 评论