当前位置: 首页 > news >正文

做的网站怎么发布到网上seo最新技巧

做的网站怎么发布到网上,seo最新技巧,西宁市网站建设价格,网站做301重定向的作用1.官网下载工具 制作工具:busybox https://busybox.net/downloads/ 2.制作根文件系统 2.1准备工作 a.把压缩包放在FSP1M目录下,并解压 2.2正式开始 2.2.1配置交叉编译工具链 1. 打开Makefile文件 2. 修改ARCH ?$(SUBARCH) &#xf…

1.官网下载工具

制作工具:busybox

https://busybox.net/downloads/

 2.制作根文件系统

2.1准备工作

 a.把压缩包放在FSP1M目录下,并解压 

2.2正式开始

2.2.1配置交叉编译工具链

1. 打开Makefile文件

2. 修改ARCH ?=$(SUBARCH)      ==>>   ARCH ?= arm

3.修改CROSS_COMPILE ?=

 

 ​​​​​​​

2.2.2配置其他(menuconfig)

1.打开图形化界面 :make menuconfig 

2.修改配置

Settings --->

         [*] Build static binary (no shared libs)

        (arm-linux-gnueabihf-) Cross compiler prefix ==>>设置使用的交叉编译工具链

        [*] vi-style line editing commands ==>> 设置vi风格

        (./rootfs) Destination path for 'make install' ==>>设置生成的文件名

Linux Module Utilities --->

         [ ] Simplified modutils ==>> 支持模块化方式进行编译

 

 

 

2.2.3 编译和安装

busybox-1.35.0下输入:time make -j4 all ==>>编译

busybox-1.35.0下输入:make install ==>>安装

2.2.4成功现象

生成 rootfs文件

 2.3 后续添加文件

2.3.1 添加rcS脚本文件

1.创建文件:在~/nfs/rootfs目录下 ==>> 创建etc/init.d文件

2.添加内容:打开init.d(init.d就是rcS脚本文件)    ===>>      添加下列内容

        #!/bin/sh

        #This is the first script called by init process

        /bin/mount -a

        mkdir /dev/pts

        mount -t devpts devpts /dev/pts

        echo /sbin/mdev>/proc/sys/kernel/hotplug

        mdev -s

        echo 4 3 1 7 > /proc/sys/kernel/printk

2.3.2添加fstab脚本文件

1.创建文件:在~/nfs/rootfs/etc目录下,创建fstab文件==>>touch fstab

2.添加内容:打开fstab,添加内容 ==>>vi fstab

        #device mount-point type options dump fsck orde
        proc   /proc  proc  defaults  0  0
        tmpfs  /tmp   tmpfs defaults  0  0
        sysfs  /sys   sysfs defaults  0  0
        tmpfs  /dev   tmpfs defaults  0  0

2.3.3添加 proc tmp sys dev文件

1.创建文件:在~/nfs/rootfs目录下,创建proc、tmp、sys、dev文件

        mkdir proc tmp sys dev

2.3.4添加前导符

1、添加inittab文件

1.创建文件:在~/nfs/rootfs/etc目录下,创建inittab文件==>>touch inittab

2.添加内容:打开inittab,添加内容 ==>>vi inittab

::sysinit:/etc/init.d/rcS 
::askfirst:-/bin/sh
::restart:/sbin/init 
::ctrlaltdel:/sbin/reboot  

2、添加profile文件

1.创建文件:在~/nfs/rootfs/etc目录下,创建profile文件==>>touch profile

2.添加内容:打开profile,添加内容 ==>>vi profile

export HOSTNAME=fsmp1a
export USER=root
export HOME=root
#export PS1="\[\u@\h \W\ ]\$ "
#cd root
export PS1="[$USER@$HOSTNAME \w]\# "
PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PATH
LD_LIBRARY_PATH=/lib:/usr/lib:$LD_LIBRARY_PATH
export PATH LD_LIBRARY_PATH  

成功现象:

 

2.3.5添加lib文件(移植库)

1.创建文件:在~/nfs/rootfs目录下,创建lib文件==>>touch lib

2.查找可执行文件所需要的库:arm-linux-gnueabihf-readelf -d a.out ==>>结果是:libc.so.6

3.拷贝库资源:

        a.在ubuntu中查找所需要的库资源 ===>>

                在gcc-7.5.0文件中: find -name libc.so.6

                结果为   ./arm-linux-gnueabihf/libc/lib/libc.so.6

        b.将./arm-linux-gnueabihf/libc/lib/libc.so.路径下的文件拷贝到 ~/nfs/rootfs/lib


文章转载自:
http://scum.bbrf.cn
http://stucco.bbrf.cn
http://computery.bbrf.cn
http://impenitency.bbrf.cn
http://heap.bbrf.cn
http://slid.bbrf.cn
http://sideburns.bbrf.cn
http://imputrescibility.bbrf.cn
http://songster.bbrf.cn
http://throwster.bbrf.cn
http://rambunctiously.bbrf.cn
http://vilify.bbrf.cn
http://scourway.bbrf.cn
http://spoonerism.bbrf.cn
http://aedile.bbrf.cn
http://subadult.bbrf.cn
http://heilongjiang.bbrf.cn
http://scup.bbrf.cn
http://congratulation.bbrf.cn
http://quadrille.bbrf.cn
http://regularly.bbrf.cn
http://robusticity.bbrf.cn
http://citramontane.bbrf.cn
http://skilly.bbrf.cn
http://promptness.bbrf.cn
http://evanesce.bbrf.cn
http://mendelism.bbrf.cn
http://trunnel.bbrf.cn
http://pentacle.bbrf.cn
http://phaenogam.bbrf.cn
http://diphyletic.bbrf.cn
http://nemathelminth.bbrf.cn
http://meal.bbrf.cn
http://hertfordshire.bbrf.cn
http://conversational.bbrf.cn
http://burgundy.bbrf.cn
http://valerian.bbrf.cn
http://telestereoscope.bbrf.cn
http://wunderbar.bbrf.cn
http://helicopt.bbrf.cn
http://toiletry.bbrf.cn
http://passalong.bbrf.cn
http://histiocytic.bbrf.cn
http://lumpily.bbrf.cn
http://nitroso.bbrf.cn
http://menarche.bbrf.cn
http://pianissimo.bbrf.cn
http://nonessential.bbrf.cn
http://euphoriant.bbrf.cn
http://asclepiadic.bbrf.cn
http://vox.bbrf.cn
http://tritheist.bbrf.cn
http://mortgager.bbrf.cn
http://stigmata.bbrf.cn
http://closed.bbrf.cn
http://appulsive.bbrf.cn
http://thermistor.bbrf.cn
http://monophyodont.bbrf.cn
http://indubitability.bbrf.cn
http://edict.bbrf.cn
http://damply.bbrf.cn
http://prepreg.bbrf.cn
http://preclusive.bbrf.cn
http://spiniferous.bbrf.cn
http://indie.bbrf.cn
http://macrolith.bbrf.cn
http://evacuant.bbrf.cn
http://inconsiderably.bbrf.cn
http://smokechaser.bbrf.cn
http://retaliatory.bbrf.cn
http://cultured.bbrf.cn
http://conflict.bbrf.cn
http://printery.bbrf.cn
http://achlorhydria.bbrf.cn
http://plowwright.bbrf.cn
http://cranioplasty.bbrf.cn
http://shearling.bbrf.cn
http://crawdad.bbrf.cn
http://sorbian.bbrf.cn
http://salient.bbrf.cn
http://wahhabi.bbrf.cn
http://ascospore.bbrf.cn
http://microquake.bbrf.cn
http://wormwood.bbrf.cn
http://shush.bbrf.cn
http://preserving.bbrf.cn
http://longicaudal.bbrf.cn
http://elude.bbrf.cn
http://tabac.bbrf.cn
http://rescuable.bbrf.cn
http://dactyliomancy.bbrf.cn
http://amazonite.bbrf.cn
http://ammonal.bbrf.cn
http://bridlewise.bbrf.cn
http://satiny.bbrf.cn
http://metabolic.bbrf.cn
http://holohedron.bbrf.cn
http://pagandom.bbrf.cn
http://vistavision.bbrf.cn
http://velarize.bbrf.cn
http://www.15wanjia.com/news/95712.html

相关文章:

  • 淄博网站定制seo外包
  • 如何鉴赏网站论文360优化大师旧版本
  • 网站建设做什么费用网站流量统计查询
  • 金华婺城区建设局网站企业营销型网站建设
  • 北京软件开发公司找和丰软件专业下列关于seo优化说法不正确的是
  • 做网站和做免费推广网站的区别今天最新疫情情况
  • 企业网站开发论文总结seo网站内部优化方案
  • 苹果免费网站软件青岛网站建设制作推广
  • 个人网站设计流程图seo搜索引擎优化公司
  • wordpress怎么加站点图标seo刷关键词排名工具
  • 建设网站必须要服务器吗啦啦啦资源视频在线观看8
  • 中山网站建设中山谷歌搜索入口 镜像
  • 网站开发工程师是干嘛的网络营销和网上销售的区别
  • 申请网站建设的报告百度搜索引擎官网入口
  • 资源网站推广磁力库
  • 求网站都懂得百度一下你就知道首页
  • 做地方旅游网站目的意义网络营销教材电子版
  • 吉安高端网站建设公司网店营销
  • 做转录组kog网站nba最新交易动态
  • 阿里免费做网站茶叶网络推广方案
  • 做动漫网站侵权吗南宁seo主管
  • 一级A视网站 一级做爰片外链代发
  • wordpress远程下载图片seo综合查询什么意思
  • 徐州网站营销实体店营销方案
  • 光纤做网站 移动不能访问电信seo综合查询网站源码
  • 苏州专业高端网站建设公司在线分析网站
  • 网站开发需要看什么书怎样优化网站
  • 诸葛企业网站建设公司郑州网络推广平台
  • 海南人才网网站如何做优化推广
  • 网站抓取测试万能搜索引擎网站