aptitude

解决Ubuntu系统“无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系”的有效方法

。_饼干妹妹 提交于 2021-01-28 22:11:18
解决Ubuntu系统“无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系”的有效方法 ubuntu系统下安装东西,很多时候会出现版本冲突的情况: 有效的解决方法是使用aptitude来帮助降级。 首先安装aptitude 而后使用aptitude来安装前面有冲突的构建,同样也是要使用root的。 在安装的时候,第一个界面是问你,是否接受“不更新”的操作,一定要选"N" 后面则都是"Y",一般情况下能够解决问题。 当然,如果你安装aptitude的时候遇到冲突,就要想其他办法,比如源码编译的方法安装aptitude。 感谢阅读至此,希望有所帮助。 来源: oschina 链接: https://my.oschina.net/u/124197/blog/4932248

解决Ubuntu在安装某个软件时依赖包的版本过高问题

萝らか妹 提交于 2021-01-23 04:43:23
在安装mysql时:   1. sudo apt-get install mysql-server   2. apt-get isntall mysql-client   3. sudo apt-get install libmysqlclient-dev 第三步时:某个依赖包安装不上 出现: zlib1g-dev : Depends: zlib1g (= 1:1.2.8.dfsg-2ubuntu4) but 1:1.2.8.dfsg-2ubuntu4.1 is to be installed E: Unable to correct problems, you have held broken packages. 这个问题查询了好久,最终在这篇博客中找到了解决方法 https://blog.csdn.net/makenothing/article/details/23686141 具体做法是 安装 sudo apt-get install aptitude 解释一下 aptitude 这个词几乎就等价与apt-get,只不过与 apt-get 不同的是,aptitude在处理依赖问题上更佳一些。举例来说,aptitude在删除一个包时,会同时删除本身所依赖的包。这样,系统中不会残留无用的包,整个系统更为干净。并且如果遇到上述情况: 使用 sudo aptitude install

How can I change the apt-get install directory

孤街醉人 提交于 2020-12-29 03:11:28
问题 The default install directory of apt-get is /opt. Can I change it to another directory? 回答1: Best way I can think of is to use a symbolic link note that not all programmes are installed to the same directory and /opt may not be the best thing to move. (see end for example of moving only one folder/program) This is what I did with EasyPeasy (Ubuntu 10.04) Follow this code carefully some of the commands can delete important files if used incorrectly. First you need to make sure /opt (or your

How can I change the apt-get install directory

江枫思渺然 提交于 2020-12-29 03:09:06
问题 The default install directory of apt-get is /opt. Can I change it to another directory? 回答1: Best way I can think of is to use a symbolic link note that not all programmes are installed to the same directory and /opt may not be the best thing to move. (see end for example of moving only one folder/program) This is what I did with EasyPeasy (Ubuntu 10.04) Follow this code carefully some of the commands can delete important files if used incorrectly. First you need to make sure /opt (or your

How can I change the apt-get install directory

烈酒焚心 提交于 2020-12-29 03:08:19
问题 The default install directory of apt-get is /opt. Can I change it to another directory? 回答1: Best way I can think of is to use a symbolic link note that not all programmes are installed to the same directory and /opt may not be the best thing to move. (see end for example of moving only one folder/program) This is what I did with EasyPeasy (Ubuntu 10.04) Follow this code carefully some of the commands can delete important files if used incorrectly. First you need to make sure /opt (or your

Kali安装备忘

孤人 提交于 2020-12-25 20:06:18
Kali版本 对CTF来说,Kali的直接Root用户登陆肯定是最方便的。2020版本安装时还要设置一个普通用户名,背叛了Geek的精神!而且2020没有Light版本,只能网络安装或下载全版本的ISO文件,简直多余,因此最优是2019.4的light 虚拟机 VMware至少要用15版本的,不然在高分屏下的显示非常小。15可以进行屏幕拉伸,Kali安装完成后,还可以在setting-display等地方设置分辨率、缩放因子等。最为方便的是安装VMware tools后,可以双向复制粘贴、目录共享。 Visualbox使用起来不太方便,只能“分离启动”就不提了,关键是安装增强工具后,也不能完成目录共享,折腾了很久的 mount -t vboxfs ...... ,最后放弃。 软件安装 安装后要把系统源、PIP改到阿里云,然后apt update,随后还要安装 aptitude,在apt下无法安装的gcc等可以通过aptitude完成。根据pwn的需要主要安装的工具有upx、gdb(及peda插件)、pip、fcrackzip、java、netcore、php、uncompyle6等。据说edb是linux下不错的调试器,以后再试。 相当长时间内不要考虑的是pwn相关的内容,如:pwntools、Metasploit。 相反逆向移动开发相关的内容可以后续跟进。 来源: oschina

我所理解的SRE、PE和应用运维(下)

荒凉一梦 提交于 2020-12-04 02:21:41
注:因为评论功能尚未开通,所以欢迎大家公众号留言讨论,因为后面还会有个番外篇,专门有一部分用来回答问题,如果大家有什么疑问可以公众号留言,我会选择一些典型的问题和答复放在文章中,感谢大家支持! 上篇介绍了关于SRE、PE和应用运维的一些理解和业界部分公司的玩法,这一篇写一下应用运维在具体做的一些事情和组织方式,看看为什么这个岗位越来越受到重要,越来越受到重视,他的价值到底体现在哪里。然后分析下应用运维这个职业方向的发展趋势,希望对于当前正置身于这个行当的同学能有一些帮助和启发。 关于SRE的定位 首先抛个结论出来, SRE的目标不是Operation,而是Engineering,是一个是“通过软件工程的方式开发自动化系统来替代重复和手工操作”的岗位 ,为了保证达成这个目标,Google强制约定了50%的工作法则,SRE至少保证50%的时间是在做自动化开发的工作上,实际这个比例可能会更高,所以SRE运维的工作内容是低于50%的。书中相关的描述如下: Common to all SREs is the belief in and aptitude for developing software systems to solve complex problems. 所有的SRE团队成员都必须非常愿意,也非常相信用软件工程方法可以解决复杂的运维问题。 这里我个人觉得更准确的理解应该是

汉语-词语-认知:认知能力

回眸只為那壹抹淺笑 提交于 2020-10-28 04:42:16
ylbtech-汉语-词语-认知:认知能力 认知能力(cognitive abilities,cognitive ability);认知能力 是指人脑加工、储存和提取信息的能力 ,即 人们对事物的构成、性能与他物的关系、发展的动力、发展方向以及基本规律的把握能力 。它是人们成功的完成活动最重要的心理条件。知觉、记忆、注意、思维和想象的能力都被认为是认知能力。 1. 返回顶部 1、 中文名:认知能力 外文名:cognitive abilities,cognitive ability 释 义:人脑加工、储存和提取信息的能力 拼 音:rèn zhī néng lì 目录 1 基本解释 2 组成结构 3 认知能力测试 2、 2. 返回顶部 1、 基本解释 认知能力是指人脑加工、储存和提取信息的能力,即我们一般所讲的智力,如观察力、记忆力、想象力等。人们认识客观世界,获得各种各样的知识, 主要依赖于人的认知能力。 认知能力亦称“认识能力”。指学习、研究、理解、概括、分析的能力。从信息加工观点来看,即接受、加工、贮存和应用信息的能力。加涅在其学习结果分类中提出 三种认知能力:言语信息、智慧技能和认知策略 。 组成结构 认知能力是人们成功的完成活动最重要的心理条件。知觉、记忆、注意、思维和想象的能力都被认为是认知能力。认知能力,是人脑加工、储存和提取信息的能力,即人们对事物的构成、性能

UbuntuLTS16.04_64环境下安装opencv3.3.0完整详细教程

核能气质少年 提交于 2020-10-01 07:53:09
Ubuntu16.04环境下安装opencv3.3.0完整详细教程 一,下载opencv3.3.0.tar.gz安装包 下载链接:https://github.com/opencv/opencv/releases/tag/3.3.0 下载完成后,使用命令 tar –xzf opencv-3.3.0.tar.gz 解压,然后 cd opencv-3.3.0 目录 cd opencv - 3 . 3 . 0 mkdir build cd build 二、安装opencv3.3.0环境依赖 sudo apt - get install build - essential sudo apt - get install cmake git libgtk2 . 0 - dev pkg - config libavcodec - dev libavformat - dev libswscale - dev sudo apt - get install python - dev python - numpy libtbb2 libtbb - dev libjpeg - dev libpng - dev libtiff - dev libjasper - dev libdc1394 - 22 - dev 三、安装opencv3.3.0依赖失败的解决方案 当安装依赖时候出现以下提示时候: 如果您用的是

搭建ESP32-IDF开发环境

泪湿孤枕 提交于 2020-10-01 06:24:03
这里介绍WIN10系统下使用ubuntu虚拟机搭建ESP32-IDF开发环境。 一、安装虚拟机。 安装 lubuntu 和 Vmware ,还有 ESP-IDF 。 但是ESP-IDF在github上下载不了,可以在乐鑫官网上下。 https://dl.espressif.com/dl/esp-idf/releases/esp-idf-v4.1.zip 二、设置共享文件夹。 在VMware上设置共享文件夹,方便把Windows的文件传入到虚拟机中,前提是vmware tools要装好。 共享文件夹在 目录中。 三、更换ubuntu软件源。 请参考 这里 。我换了清华的源,然后再安装aptitude。使用安信可提供的lubuntu,密码是aithinker。 sudo apt-get install aptitude 如果安装不了aptitude,显示软件包保持现状,就再换个软件源。 四、安装python。 五、更换pip软件源。 mkdir ~/.pip vi ~/.pip/pip.conf 再写入以下内容。 [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple 六、安装并使用ESP32-IDF。 先安装所需要的软件。 sudo apt-get install gcc git wget make