hosts

树莓派安装和使用Pycharm

血红的双手。 提交于 2019-12-01 07:15:46
树莓派安装中文输入法 很多教程都说,安装中文输入法需要更新字体,但是我发现,最新版本的树莓派是不需要这个操作的,可以直接安装输入法。 在终端中输入命令 sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin 还有一点待查的是,似乎现在国内使用树莓派也不需要更换源了,树莓派会自动选择最合适的源来下载应用。 树莓派安装和使用Pycharm 可以点击这个 链接 下载Pycharm。 注意我们要下载的是Linux版本的软件。PyCharm有专业版和社区版。专业版的功能更全,所以推荐下载这个版本,但是要收费。社区版是免费的。 文件默认下载到 /home/pi/Downloads 目录下。下载的文件是 tar.gz 格式的压缩包,需要先对压缩包进行解压操作: tar zxvf pycharm-professional-2019.2.3.tar.gz 其中的 pycharm-professional-2019.2.3.tar.gz 是刚刚下载的PyCharm安装包的文件名,版本号不同,文件名或许会有差异,输入命令的时候注意修改。 将工作命令指向解压好的PyCharm文件中的bin目录: cd /home/pi/Downloads/pycharm-2019.2.3/bin 同样地,

PyCharm2019 激活码

独自空忆成欢 提交于 2019-12-01 06:12:56
欲善其事,必先利其器。这里我为大家提供了两种pycharm激活方式(支持2019.2版本): 修改hosts激活:需要修改hosts,稳定无影响,持续更新,推荐~ 破解补丁激活:需要下载补丁,永久有效,但破解可能会遇到各种问题 pycharm汉化教程 点我 : MacBook PyCharm激活码 点我:300本Python电子书免费送 点我:Python学习路线+800G百度网盘视频资料免费送 点我:Python就业指导+简历模版免费送 点我:加入Python新手交流群(目前已有7千多人) Jetbrains其他软件激活: IDEA激活 、 GoLand激活 、WebStorm、phpstorm、clion等 ————————更新分割线2019.04.09———————— 一、修改hosts激活 优点:方便快捷 缺点:需要修改hosts文件 1.修改hosts文件 将0.0.0.0 account.jetbrains.com和0.0.0.0 www.jetbrains.com添加到hosts文件最后,注意hosts文件无后缀,如果遇到无法修改或权限问题,可以采用覆盖的方法去替换hosts文件 修改后请检查hosts文件是否修改,激活码无法激活的原因99.99%是因为hosts没有修改正确 Windows系统hosts文件路径为:c:\windows\system32

bugkuctf-域名解析

时间秒杀一切 提交于 2019-11-30 23:25:02
将flag.baidu.com的域名在本地解析成ip123.206.87.240 就可得到flag。 在window上面的话,对应的文件在 C:\Windows\System32\drivers\etc\hosts文件里面,linux的话在/etc/hosts文件里面; 将hosts文件里面加上flag.baidu.com 123.206.87.240 如果遇到保存需要权限问题的话,那么就在当前文件路径下用powershell打开 然后输入cmd,在终端用notepad编辑器打开hosts,就可以进行保存了 然后访问flag.baidu.com即可得到flag 来源: https://www.cnblogs.com/-chenxs/p/11644515.html

ubuntu---github下载太慢的解决办法

偶尔善良 提交于 2019-11-30 23:24:25
git clone --recursive https://github.com/tensorflow/tensorflow 下载太慢了,20:05~21:17 才下载了17%,等的太急人了。 ******************************************************************* 总有办法吧? 尝试解决: 进入终端命令行模式,输入 #sudo vim /etc/hosts sudo gedit /etc/hosts 输入i进入编辑命令,英文输入法输入G,vim编辑器跳到hosts文件的最后一行 用浏览器访问 IPAddress.com or http://tool.chinaz.com 使用 IP Lookup 工具获得github.com和github.global.ssl.fastly.net域名的ip地址 在vi打开的hosts文件中添加如下格式: 192.30.253.112 github.com 151.101.44.249 github.global.ssl.fastly.net 127.0.0.1 localhost 127.0.1.1 u160406 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6

Ansible

一曲冷凌霜 提交于 2019-11-30 23:19:12
Ansible 自动化配置管理工具 安装 配置 启动 nginx redhat红帽 ( 收购 ansible -->Ansible自动化运维配 置管理专家) 2 Ansible课程大纲 1.什么是ansible? 可以通过一个命令行完成一系列的操作。 2.ansible 优点 特点? 3.ansible 基础架构?控制端 被控端 inventory ad-hoc playbook 连接协议? 3.ansible 配置文件 优先级? ANSIBLE_CONFIG ansible.cfg #当前项目目录中 .ansible.cfg #当前执行用户的家目录 /etc/ansible/ansible.cfg [root@manager ~]# export ANSIBLE_CONFIG="/tmp/ansible.cfg" [root@manager ~]# touch /tmp/ansible.cfg [root@manager ~]# mkdir /project1 [root@manager ~]# cd /project1/ [root@manager project1]# touch ansible.cfg [root@manager project2]# ansible --version ansible 2.8.5 config file = /project1

RabbitMQ安装

£可爱£侵袭症+ 提交于 2019-11-30 20:46:32
1.首先下载RabbitMQ所需的erlang环境: http://www.erlang.org/downl 2.然后下载RabbitMQ: http://www.rabbitmq.com/download.html 下载rabbitmq-server-3.7.8.exe 然后安装即可。 确认开启RabbitMQ服务。 然后如果想要开启web页面,需要进入sbin目录然后运行rabbitmq-plugins enable rabbitmq_management命令: 访问 http://localhost:15672 账号 密码都是guest 在Admin中新增用户: 其中Tags是用户权限: none 1.不能访问 management plugin management:用户可以通过AMQP做的任何事外加 1.列出自己可以通过AMQP登入的virtual hosts 2.查看自己的virtual hosts中的queues, exchanges 和 bindings 3.查看和关闭自己的channels 和 connections 4.查看有关自己的virtual hosts的“全局”的统计信息,包含其他用户在这些virtual hosts中的活动 policymaker:management可以做的任何事外加: 1.查看、创建和删除自己的virtual

Editing hosts file to redirect url?

一曲冷凌霜 提交于 2019-11-30 16:58:12
I know you can edit a hosts file to redirect a URL to an IP address as so: 127.0.0.1 google.com but how do you force a redirect to a URL instead of an IP address? e.g. mysite.com/welcome.aspx google.com The explicit URL doesn't work and assuming mysite.com's IP is 222.222.222.222, the following doesn't work either: 222.222.222.222/welcome.aspx google.com You can't. A redirect requires a webserver to accept the first request and send back the redirect. The "hosts" file just lets you set your own DNS records. No, but you could open a web server at, for example, 127.0.0.77 and use it to check if

提高GitHub访问速度

て烟熏妆下的殇ゞ 提交于 2019-11-30 16:37:54
思路: ​ 修改系统hosts文件,绕过国内DNS解析,直接访问GitHub的IP地址,提高GitHub访问速度。 步骤: 去IP地址查询网站查询GitHub相关网址对应的IP地址,这里选择: http://ip.tool.chinaz.com 。 将查询道德IP地址添加到系统hosts文件,hosts文件地址: C:\Windows\System32\drivers\etc\hosts 。 刷新系统本地DNS缓存,CMD命令: ipcongig/flushdns 。 #GitHub 52.74.223.119 github.com 13.229.188.59 github.com 203.208.39.99 github.com 140.82.113.4 github.com 52.74.223.119 developer.github.com 13.229.188.59 developer.github.com 203.208.39.99 developer.github.com 140.82.113.4 developer.github.com 185.199.108.153 assets-cdn.github.com 185.199.109.153 assets-cdn.github.com 185.199.110.153 assets-cdn.github.com 185

提高GitHub访问速度

纵然是瞬间 提交于 2019-11-30 16:21:58
思路: 修改系统hosts文件,绕过国内DNS解析,直接访问GitHub的IP地址,提高GitHub访问速度。 步骤: 去IP地址查询网站查询GitHub相关网址对应的IP地址,这里选择: http://ip.tool.chinaz.com 。 将查询道德IP地址添加到系统hosts文件,hosts文件地址: C:\Windows\System32\drivers\etc\hosts 。 #GitHub 52.74.223.119 github.com 13.229.188.59 github.com 203.208.39.99 github.com 140.82.113.4 github.com 52.74.223.119 developer.github.com 13.229.188.59 developer.github.com 203.208.39.99 developer.github.com 140.82.113.4 developer.github.com 185.199.108.153 assets-cdn.github.com 185.199.109.153 assets-cdn.github.com 185.199.110.153 assets-cdn.github.com 185.199.111.153 assets-cdn.github.com 203