Skip to content

Instantly share code, notes, and snippets.

@madlaxcb
madlaxcb / Readme.md
Created November 6, 2022 11:01 — forked from felixkrohn/Readme.md
centos8 @ OVH/SoYouStart/Kimsufi

centos8 @ OVH/SoYouStart/Kimsufi

How to install CentOS 8 on OVH/SoYouStart/Kimsufi

  • connect to the OVH/SoYouStart/Kimsufi API and create a ipxe script under https://eu.api.kimsufi.com/console/#/me/ipxeScript#POST or equivalent, see centos8.ipxe below
  • boot your server from this netboot, and ping it to follow the process. If you can observe the webserver's logs you will se your server's IP pulling kernel and initrd with "iPXE" user agent, then it will start pinging, and retrieve the kickstart.cfg a bit later (with "curl" user agent). This is the moment when you could set your server back to "Boot from Hard Disk".
  • Also at this point you can connect to your server with SSH using the key/password set in the kickstart file. type tmux a to attach the install's tmux session and follow the progress. For debugging, check the logs in /tmp and those sent over syslog.

upstream documentation

@madlaxcb
madlaxcb / VueFileManager.md
Created February 21, 2022 14:03 — forked from MakingCG/VueFileManager.md
VueFileManager Guide
@madlaxcb
madlaxcb / hostloc.py
Created September 1, 2016 10:21 — forked from challengeYY/hostloc.py
hostloc论坛每日翻牌
#encoding=utf-8
import requests
from bs4 import BeautifulSoup
import re
import sys
uid="11111" #用户名
pwd="11111" #密码