技术文档共22篇
Intel 20G 内部资料泄露,含源码-乐在此

Intel 20G 内部资料泄露,含源码

黑客昨天获得并公开了20gb的intel机密数据,包括各种cpu的设计数据,演示文稿,测试文档。以及intel芯片里存在的故意留存的后门,甚至还有未公布的笔记本tiger lake架构cpu的原理图,固件和各种...
A-new的头像-乐在此A-new5年前
010180
UOS获取root权限-乐在此

UOS获取root权限

前一段UOS新闻好多,就整个UOS看看,现在好像出SP1了,有网友给了下载链接大家自己下载安装吧,也可以去官网注册个号下载 下载链接:http://pan.uosfans.com/UOS%E7%B3%BB%E7%BB%9F%E4%B8%8B%E8...
A-new的头像-乐在此A-new5年前
030360
Ubuntu ssh root远程登陆配置方法-乐在此

Ubuntu ssh root远程登陆配置方法

一、安装SSH [code]sudo apt-get update[/code]更新源列表 [code]sudo apt-get install openssh-server[/code]安装SSH 二、配置SSH [code] sudo nano /etc/ssh/sshd_config[/code]打开配置文件 ...
A-new的头像-乐在此A-new6年前
04230
时间同步服务器(NTP时间服务器)-乐在此

时间同步服务器(NTP时间服务器)

阿里提供的几个国内可用的时间同步服务器,系统默认的那几个总是很慢或者同步失败 ntp1.aliyun.comntp2.aliyun.comntp3.aliyun.comntp4.aliyun.comntp5.aliyun.comntp6.aliyun.comntp7.aliyun.c...
A-new的头像-乐在此A-new6年前
08480
下载Google Play 上的某个APK-乐在此

下载Google Play 上的某个APK

打开:https://apps.evozi.com/apk-downloader/ 输入要下载的链接:https://play.google.com/store/apps/details?id=com.xxx 点击“ Generate Download Link”
A-new的头像-乐在此A-new7年前
010100
全球知名墙内BT站-乐在此

全球知名墙内BT站

KAT https://kickass.cd/ TPB(海盗湾)  http://thepiratebay.cd Demonoid https://www.demonoid.pw/ isoHunt https://isohunt.to/ ExtraTorrent http://extratorrent.cc/ SUMOTorrent ht...
A-new的头像-乐在此A-new7年前
02.5W+0
Windows下iOS常用管理工具及命令-乐在此

Windows下iOS常用管理工具及命令

SSH工具 OpenSSH :https://www.mls-software.com/opensshd.html PuTTY:http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 文件管理工具 WinSCP : https://winscp.net/eng/downl...
A-new的头像-乐在此A-new7年前
03850
Python 编码错误解决方法-乐在此

Python 编码错误解决方法

Python默认为Ascii编码在代码或者注释中出现中文会报如下错误 SyntaxError: Non-ASCII character '\xe4' in file test.py on line x, but no encoding declared; see http://www.python.org/pep...
A-new的头像-乐在此A-new7年前
04060
python 安装升级包的方法-乐在此

python 安装升级包的方法

安装包[code]pip install 包名[/code]例如安装frida[code]pip install frida[/code] 更新pip[code]python -m pip install -U pip[/code] 更新其他包[code]pip install -U 包名[/code] 安装whl包...
A-new的头像-乐在此A-new7年前
06340
Intellij IDEA 旗舰版激活方法-乐在此

Intellij IDEA 旗舰版激活方法

今天看一个Java项目找了一下据说idea是最好的IDE就下了一个,旗舰版还需要激活找了一下方法 help - register - license server - 输入链接“http://idea.toocruel.net” - activate。稍等片刻...
A-new的头像-乐在此A-new7年前
06800