https://fontawesome.dashgame.com/ Font Awesome 字体为您提供可缩放矢量图标,它可以被定制大小、颜色、阴影以及任何可以用CSS的样式。要使用Font Awesome图标,请在HTML页面的 部分中添加以下行:1、国内推荐 CDN:<link rel=”stylesheet” href=”https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css”> 2、海外推荐 CDN<link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”> 注意: 不太建议下载来安装,直接在 html 文档头部引用 CDN 文件即可。
过滤广告项目
yhosts:https://github.com/VeleSila/yhosts AdGuardHome:https://github.com/AdguardTeam/AdGuardHome AdGuardDNS:https://github.com/AdguardTeam/AdGuardDNS
小米路由器加hosts屏蔽广告(2021-01-18)
127.0.0.1 at.umeng.com127.0.0.1 adfurikun.jp127.0.0.1 aag.yahooapis.jp127.0.0.1 optimus-ads.amap.com127.0.0.1 t1.cdn.xiangha.com127.0.0.1 ec2-52-192-230-206apnortheast-1.compute.amazonaws.com127.0.0.1 scs.openspeech.cn127.0.0.1 api.leancloud.cn127.0.0.1 staticsns.cdn.bcebos.com127.0.0.1 mopub.com127.0.0.1 fivecdm.com127.0.0.1 smaato.net127.0.0.1 adsmoloco.com127.0.0.1 moatads.com127.0.0.1 ads-pixiv.net127.0.0.1 ggx.cmvideo.cn127.0.0.1 ad.cmvideo.cn127.0.0.1 ggic.cmvideo.cn127.0.0.1 sdk.adtiming.com127.0.0.1 … 继续阅读“小米路由器加hosts屏蔽广告(2021-01-18)”
收录网站
显卡天梯榜:https://topic.expreview.com/GPU/ 吾爱破解-爱盘:https://down.52pojie.cn/ 原版软件信息收录:https://msdn.itellyou.cn/ 群晖下载地址:https://archive.synology.cn/download 小鱼儿:https://www.yrxitong.com/ 颉Sir自留地:https://www.misterjie.com/ 瑞文文摘:https://www.rwtext.com/ 游戏产业网:http://www.cgigc.com.cn/ 电影网站 多多视频:https://m.rr.tv/ 策驰影院:https://www.jxjchg.com/ 葡萄影视:https://www.putaoys.com/ 影范丝:http://www.yingfs.com/ 片源网:https://www.z2py.com/ https://z2pyw.com/ 菟丝子资源社区:https://dodder.free.hr/ 哔嘀影视:https://www.bdys.me/ 悠悠MP4:https://www.uu … 继续阅读“收录网站”
简笔画
简笔画小人 【简笔画】一只小鸟恋上了一朵鲜花 【简笔画】6个简单又可爱的女生 【简笔画】30种盆栽 【简笔画】30种萌萌哒的表情 【简笔画】30种萌萌哒的表情2
线描练习
【线描练习】24款纹理练起来!
yum安装php5.6
yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mysql.x86_64 php-pdo.x86_64 yum install -y epel-release centos6 用这个wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.reporpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm centos7 用这个wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.reporpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm yum install –e … 继续阅读“yum安装php5.6”
搭建vpn的几种办法
方法一:搭建x-ui 服务端安装有说明:https://github.com/mlldxe/X-UI 客户端:v2ray.NG( 注: v2ray.NG去掉“.”,搜索用 v2rayN ) 安卓端:https://github.com/2dust/v2rayNG/ 方法二:搭建Shadow.socks(注:shadow.socks去掉“.”) 安装Shadow.socks服务端(参考官方Shadow.socks使用说明): yum install python-setuptools && easy_install pippip install shadow.socks 编写配置(参考Configuration via Config File): vi /etc/shadow.socks.json { “server”:”0.0.0.0″, “server_port”:8388, “local_address”: “127.0.0.1”, “local_port”:1080, … 继续阅读“搭建vpn的几种办法”
查询外网IP的办法
Curl 纯文本格式输出: curl icanhazip.comcurl ifconfig.mecurl curlmyip.comcurl ip.appspot.comcurl ipinfo.io/ipcurl ipecho.net/plaincurl www.trackip.net/i curl JSON格式输出: curl ipinfo.io/jsoncurl ifconfig.me/all.jsoncurl www.trackip.net/ip?json (有点丑陋) curl XML格式输出: curl ifconfig.me/all.xml curl 得到所有IP细节 (挖掘机) curl ifconfig.me/all 使用 DYDNS (当你使用 DYDNS 服务时有用) curl -s ‘http://checkip.dyndns.org’ | sed ‘s/.*Current IP Address: \([0-9\.]*\).*/\1/g’curl -s http://checkip.dyndns.org/ | grep -o “[[:digit:].]\+” 使用 Wget 代替 Curl … 继续阅读“查询外网IP的办法”
Centos常用命令集
lsof(list open files)是一个列出当前系统打开文件的工具uname -a # 查看内核/操作系统/CPU信息head -n 1 /etc/issue # 查看操作系统版本cat /proc/cpuinfo # 查看CPU信息hostname # 查看计算机名lspci -tv # 列出所有PCI设备lsusb -tv # 列出所有USB设备lsmod # 列出加载的内核模块env # 查看环境变量arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2)uname -r 显示正在使用的内核版本dmidecode -q 显示硬件系统部件hdparm -i /dev/hda 罗列一个磁盘的架构特性hdparm -tT /dev/sda 在磁盘上执行测试性读取操作cat /proc/interrupts 显示中断cat /proc/meminfo 校验内存使用cat /proc/swaps 显示哪些swap被使用cat /proc/version 显示内核的版本cat /proc/net/dev 显示网络适配器及统计cat /proc/mounts 显示已加载的文件系统lsp … 继续阅读“Centos常用命令集”