Nexus S ROM 刷机 实战之路

折腾了一天半时间,终于搞定Nexus S 整个刷机过程,谨以此篇犒劳下这两天的辛苦–

 

硬件型号:  Nexus S I9023

 

准备:

1. 手机没有跑各种应用;

2. 手机所有数据应备份,推荐 豌豆夹,不错。

 

步骤:

 

获得ROOT权限

1.      下载One-Click-Nexus-S-modded-rec.zip 包,其中包括adb,fastboot,ClockworkModrecovery 4.0.0.2.,以及su.zip

http://www.addictivetips.com/mobile/one-click-root-and-recovery-for-all-nexus-s-models-windows-only/

2.      在做此之前,最好把android 的调试模式打开。

3.      拷贝One-Click-Nexus-S-modded-rec下su.zip 到手机上/sdcard/位置

4.      在命令行方式下,进入解压后的目录

5.      自行运行以下命令以检查android 手机驱动是否装好

>  ./adb reboot –bootloader

  >  手机重启

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
你好!要在Kubernetes上安装Nexus,你可以按照以下步骤进行操作: 1. 创建一个命名空间(可选): ```shell kubectl create namespace <namespace> ``` 2. 创建一个Nexus的持久存储卷(Persistent Volume)和持久存储卷声明(Persistent Volume Claim)。你可以根据你的需求和Kubernetes集群的配置来选择使用哪种类型的持久存储。 3. 创建一个Nexus的配置文件`nexus.yaml`,并填入以下内容: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: nexus labels: app: nexus spec: replicas: 1 selector: matchLabels: app: nexus template: metadata: labels: app: nexus spec: containers: - name: nexus image: sonatype/nexus3 ports: - containerPort: 8081 volumeMounts: - name: nexus-data mountPath: /nexus-data volumes: - name: nexus-data persistentVolumeClaim: claimName: nexus-pvc ``` 注意替换`nexus-pvc`为你之前创建的持久存储卷声明的名称。 4. 使用kubectl命令来创建Nexus的Deployment和Service: ```shell kubectl apply -f nexus.yaml -n <namespace> ``` 5. 等待Nexus启动完成,可以使用以下命令检查状态: ```shell kubectl get pods -n <namespace> ``` 6. 创建一个Nexus的Service,使其可以从外部访问: ```shell kubectl expose deployment nexus --type=NodePort --port=8081 --name=nexus-service -n <namespace> ``` 7. 获取Nexus的访问地址和端口: ```shell kubectl describe service nexus-service -n <namespace> | grep "NodePort:" ``` 现在,你可以使用浏览器访问Nexus的地址和端口,进行进一步的配置和使用了。希望对你有所帮助!

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值