Google Chrome默认关闭此功能,启用并行下载以加快下载速度。支持–Mac、Windows、Linux、Chrome操作系统、Android,Chrome开启多线程下载后,和IDM对比了一下,之前Chrome跑不满的资源,其中的一部分也都能跑满了,基本可以代替IDM了。
开启方法
1. 首先打开:
chrome://flags/#enable-parallel-downloading
2. 找到 Parallel downloading(CTRL+F搜索),点击Enabled即可。
Google Chrome默认关闭此功能,启用并行下载以加快下载速度。支持–Mac、Windows、Linux、Chrome操作系统、Android,Chrome开启多线程下载后,和IDM对比了一下,之前Chrome跑不满的资源,其中的一部分也都能跑满了,基本可以代替IDM了。
开启方法
1. 首先打开:
chrome://flags/#enable-parallel-downloading
2. 找到 Parallel downloading(CTRL+F搜索),点击Enabled即可。
沙雕Google在Chrome 69时便尝试将www子域名隐藏,被网友骂了一顿之后撤回了操作。但是自Chrome 76开始,Google又将www子域名隐藏,同时还隐藏了https协议显示(仅保留锁头)。
在Chrome 76中,重新开启被隐藏的www子域名只需要将Flags里
chrome://flags/#omnibox-ui-hide-steady-state-url-scheme
选项设置为Disabled即可
而在Chrome 77中,Google又增加了一个选项
chrome://flags/#omnibox-ui-hide-steady-state-url-trivial-subdomains
将其设置为Disabled,再重载Chrome,熟悉的www子域名就又回来了
在网址栏打开:
chrome://flags/#enable-downloads-location-change
选择:
enable
参数:–user-data-dir=UserDataDir
用途:自订使用者帐户资料夹(如:–user-data-dir=”D:\temp\Chrome User Data”)
参数:–start-maximized
用途:启动就最大化
参数:–no-sandbox
用途:取消沙盒模式
参数:–single-process
用途:单进程(程序、执行绪)运行
参数:–process-per-tab
用途:每个分页使用单独进程
参数:–process-per-site
用途:每个站点使用单独进程
参数:–in-process-plugins
用途:插件不启用单独进程
参数:–disable-popup-blocking
用途:禁用弹出拦截
参数:–disable-javascript
用途:禁用JavaScript
参数:–disable-java
用途:禁用Java
参数:–disable-plugins
用途:禁用插件
参数:–disable-images
用途:禁用图像
参数:–incognito
用途:启动后直接进入直接无痕浏览(隐身模式)
参数:–omnibox-popup-count=”num”
用途:将网址列弹出的提示选单数量改为num个
参数:–disk-cache-size
用途:设置cache文件的大小,如最大值为40MB, 则可添加参数 –disk-cache-size=41943040
参数:–disk-cache-dir
用途:设定缓存存放路径,可以自行设定到高速磁盘(ramdisk),例如:–disk-cache-dir=”Z:”,不过个人感觉速度没有增快
参数:–enable-vertical-tabs
用途:调整chrome游览器标签存放在左边,非顶部
–purge-memory-button
–enable-internal-flash
docker一键安装脚本
wget -qO- get.docker.com | sh
镜像01:rastasheep/ubuntu-sshd (带ssh的ubuntu)
地址:https://hub.docker.com/r/rastasheep/ubuntu-sshd/
sudo docker run -d -p 22:22 rastasheep/ubuntu-sshd:16.04
用户名、密码为root
镜像02:itscaro/debian-ssh (带ssh的ubuntu)
地址:https://hub.docker.com/r/itscaro/debian-ssh/
sudo docker run -d -p 22:22 itscaro/debian-ssh
用户名、密码为root
镜像03:tutum/centos (带ssh的centos)
地址:https://hub.docker.com/r/tutum/centos/
sudo docker run -d -p 22:22 tutum/centos
(centos7:tutum/centos:centos7 )
用户名root,
密码随机,请执行 docker logs
这个作者还有好多好东西:https://hub.docker.com/r/tutum/centos/
镜像04:alexwhen/docker-2048(游戏2048)
地址:https://hub.docker.com/r/alexwhen/docker-2048/
sudo docker run -d -p 80:80 alexwhen/docker-2048
镜像05:dorowu/ubuntu-desktop-lxde-vnc(noVNC、Firefox51)
地址:https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/
docker run -it -p 80:80 dorowu/ubuntu-desktop-lxde-vnc
Browse http://localhost/
镜像06:consol/centos-xfce-vnc (VNC、noVNC、密码、chrome、Firefox45)
地址:https://hub.docker.com/r/consol/ubuntu-xfce-vnc/
run -it -p 5901:5901 -p 6901:6901 -e “VNC_PW=my-new-password” -e VNC_RESOLUTION=800×600 consol/centos-xfce-vnc
默认VNC密码:vncpassword
VNC-Server (default VNC port 5901)
noVNC – HTML5 VNC client (default http port 6901)
其他相关
onsol/centos-xfce-vnc: Centos7 with Xfce4 UI session
consol/ubuntu-xfce-vnc: Ubuntu with Xfce4 UI session
consol/centos-icewm-vnc: dev Centos7 with IceWM UI session
consol/ubuntu-icewm-vnc: dev Ubuntu with IceWM UI session
镜像07:fish/peerflix-server (支持磁力,种子)
地址:https://hub.docker.com/r/fish/peerflix-server
docker run -it -p 9000:9000 fish/peerflix-server
Browse http://localhost:9000/
镜像08:jpillora/cloud-torrent(种子下载,搜索)
地址:https://hub.docker.com/r/jpillora/cloud-torrent/
docker run -d -p 3000:3000 -v /path/to/my/downloads:/downloads jpillora/cloud-torrent
Browse http://localhost:3000/
镜像09:jim3ma/google-mirror(google镜像,如需ssl要手动添加)
地址:https://hub.docker.com/r/jim3ma/google-mirror/
docker run -d -p 80:80 jim3ma/google-mirror
Browse http://localhost:80/
镜像⒑:google-reverse-proxy(google镜像,有ssl)
地址:https://hub.docker.com/r/jokester/google-reverse-proxy/
docker run -d –publish 54321:20081 –restart=always jokester/google-reverse-proxy
Browse https://ip:54321/
镜像⒒:forsaken-mail(临时邮箱)
地址:https://hub.docker.com/r/rockmaity/forsaken-mail/
docker run –name forsaken-mail -itd -p 25:25 -p 3000:3000 rockmaity/forsaken-mail
Browse http://ip:3000/
镜像⒓:imdjh/owncloud-with-ocdownloader(owncloud,torrent,aria2,youtube-dl)
地址:https://hub.docker.com/r/imdjh/owncloud-with-ocdownloader/
docker run -d -p 80:80 -e OWNCLOUD_VERSION=9.1.4 -v /var/www/html/data:/var/www/html/data imdjh/owncloud-with-ocdownloader
Browse http://ip/
镜像⒔:v2ray/official(v2ray)
地址:https://hub.docker.com/r/v2ray/official/
docker run -d -p 8001:8001 v2ray/official
镜像⒕:timonier/aria2
地址:https://hub.docker.com/r/timonier/aria2/
docker run -i -t -v /data:/data –net host timonier/aria2 –dir=/data –enable-rpc –rpc-listen-all=true
配合使用:timonier/webui-aria2(aria2web管理)
地址:https://hub.docker.com/r/timonier/webui-aria2/
docker run -i -t -p 80:80 timonier/webui-aria2
原文: http://blog.jialezi.net/?post=35