兴趣爱好,资源技巧,网络动态

VYOS 开源路由简易编译教程/镜像构建

这是一篇简短的文章,展示了如何构建自己的 VyOS LTS iso 映像。已经在 Debian Buster(Debian 10)通过测试!~

安装 Docker

$ sudo apt-get update
$ sudo apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
$ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
$ sudo apt-get update
$ sudo apt-get install -y docker-ce

$ sudo usermod -aG docker <Your username>

注:国内网络环境可参考 https://mirror.tuna.tsinghua.edu.cn/help/docker-ce/

阅读全文»

VYOS 安装与基础命令

安装

vyos@vyos:~$ install image
Welcome to the VyOS install program.  This script
will walk you through the process of installing the
VyOS image to a local hard drive.
Would you like to continue? (Yes/No) [Yes]: Yes
Probing drives: OK
Looking for pre-existing RAID groups...none found.
The VyOS image will require a minimum 2000MB root.
Would you like me to try to partition a drive automatically
or would you rather partition it manually with parted?  If
you have already setup your partitions, you may skip this step
 
Partition (Auto/Parted/Skip) [Auto]:
 
I found the following drives on your system:
 sda    4294MB
 
Install the image on? [sda]:
 
This will destroy all data on /dev/sda.
Continue? (Yes/No) [No]: Yes
 
How big of a root partition should I create? (2000MB - 4294MB) [4294]MB:
 
Creating filesystem on /dev/sda1: OK
Done!
Mounting /dev/sda1...
What would you like to name this image? [1.2.0-rolling+201809210337]:
OK.  This image will be named: 1.2.0-rolling+201809210337
Copying squashfs image...
Copying kernel and initrd images...
Done!
I found the following configuration files:
    /opt/vyatta/etc/config.boot.default
Which one should I copy to sda? [/opt/vyatta/etc/config.boot.default]:
 
Copying /opt/vyatta/etc/config.boot.default to sda.
Enter password for administrator account
Enter password for user 'vyos':
Retype password for user 'vyos':
I need to install the GRUB boot loader.
I found the following drives on your system:
 sda    4294MB
 
Which drive should GRUB modify the boot partition on? [sda]:
 
Setting up grub: OK
Done!



vyos@vyos:~$ reboot
Proceed with reboot? (Yes/No) [No] Yes

阅读全文»

站库分离——让你的博客再提速(腾讯云数据库体验)

在网络带宽仍然不算太高的目前,我们为网站提速的方式大多都是压缩页面、使用cdn加速、使用快速缓存,减少php时间。

CMS系统大多数都使用了数据库来存取数据。那么,我们不是可以在数据库上提速嘛。
这个思路是正确的,在以前,我们不断的优化数据表的结构,但效果甚微。
大概在一年前,在景安的云主机上看到了站库分离的宣传语,今天借着腾讯云数据库6元体验来测试一下。



阅读全文»

Windows 10 正式版官方MSDN原版 ISO 镜像下载(含密匙)-可免费长期使用

Windows10正式版的上市相信大家早有听闻吧,此次为大家带来的是正式的iso镜像

Windows 10 拥有用户熟悉且易于使用的界面,很多地方类似 Windows 7,包括“开始”菜单。
启动和恢复速度很快,内置更多安全功能可保证您安全无虞,并且可与您已有的软件和硬件配合使用。

集 Windows 8 和 Windows 7 之所长。 ——Windows 会员

下面简单介绍一下Win10的新变化

  • 支持多桌面(多任务操作),也就是可以和linux的大多数桌面系统一样(上限100++)
  • 放弃IE,采用Microsoft Edge浏览器.
  • 人工智能加入Cortana语音智能助理.
  • 兼容安卓和iOS(真相看这里

阅读全文»