标题:《微图坊》 有人知道这是用什么CMS做的吗??
作者:gamerock
原帖:https://hostloc.com/thread-1009706-1-1.html
摘要:www.v----2----p---h.com
去掉中的-
我知道你们JJ都长!!
就不提这个了!!
作者:gamerock
原帖:https://hostloc.com/thread-1009706-1-1.html
摘要:www.v----2----p---h.com
去掉中的-
我知道你们JJ都长!!
就不提这个了!!
标题:telegram莫名被ban
作者:kagvin
原帖:https://hostloc.com/thread-1009710-1-1.html
摘要:一直用着挺正常的,今天登录,提示 your phone numer is banned,晕呀!这怎么办?里面的群、频道,怎么才能在另外一个号上找回来?
作者:kagvin
原帖:https://hostloc.com/thread-1009710-1-1.html
摘要:一直用着挺正常的,今天登录,提示 your phone numer is banned,晕呀!这怎么办?里面的群、频道,怎么才能在另外一个号上找回来?
👍1
标题:想拍短视频,有没有速成教程?
作者:forgeter
原帖:https://hostloc.com/thread-1009712-1-1.html
摘要:应该是在抖阴上搞
题材就是那种到处吃,到处玩,到处逛。
因为是男人拍,不能玩晒13拉腿了。
作者:forgeter
原帖:https://hostloc.com/thread-1009712-1-1.html
摘要:应该是在抖阴上搞
题材就是那种到处吃,到处玩,到处逛。
因为是男人拍,不能玩晒13拉腿了。
标题:明盘200左右收个腾讯云上海448
作者:nameless1027
原帖:https://hostloc.com/thread-1009716-1-1.html
摘要:明盘200左右收个腾讯云上海448
作者:nameless1027
原帖:https://hostloc.com/thread-1009716-1-1.html
摘要:明盘200左右收个腾讯云上海448
标题:深夜发2个U2
作者:treesky
原帖:https://hostloc.com/thread-1009719-1-1.html
摘要:需要馒头有50TB上传证明下会玩。另外U2的动漫资源基本原盘格式,字幕还难搞,留给真正需要的勇士
作者:treesky
原帖:https://hostloc.com/thread-1009719-1-1.html
摘要:需要馒头有50TB上传证明下会玩。另外U2的动漫资源基本原盘格式,字幕还难搞,留给真正需要的勇士
标题:有没有办法可以下载国内视频网站的视频,如腾讯芒果
作者:站小长
原帖:https://hostloc.com/thread-1009720-1-1.html
摘要:rt 想搬运向往的生活到自己的emby上,不想开芒果会员
作者:站小长
原帖:https://hostloc.com/thread-1009720-1-1.html
摘要:rt 想搬运向往的生活到自己的emby上,不想开芒果会员
标题:腾讯云孟买给大家玩玩
作者:oooo
原帖:https://hostloc.com/thread-1009721-1-1.html
摘要:良心云 孟买 2H 2G
https://bt.ipip.icu
Cloud Torrent
作者:oooo
原帖:https://hostloc.com/thread-1009721-1-1.html
摘要:良心云 孟买 2H 2G
https://bt.ipip.icu
Cloud Torrent
标题:真的累了,本来还想洗个澡...
作者:ZhènJīngBù
原帖:https://hostloc.com/thread-1009724-1-1.html
摘要:昨天搬家,可以说截止今天凌晨前没进过主食,只是在昨天的昨天凌晨时分吃了份夜宵,只是中午货拉拉装完车买了瓶5块钱的东鹏撑到现在,点了两份吃的都不想吃只想睡觉,看来今夜水不了了
作者:ZhènJīngBù
原帖:https://hostloc.com/thread-1009724-1-1.html
摘要:昨天搬家,可以说截止今天凌晨前没进过主食,只是在昨天的昨天凌晨时分吃了份夜宵,只是中午货拉拉装完车买了瓶5块钱的东鹏撑到现在,点了两份吃的都不想吃只想睡觉,看来今夜水不了了
标题:Canonical Ubuntu 官方云镜像 正确使用方式
作者:KDE
原帖:https://hostloc.com/thread-1009725-1-1.html
摘要:Ubuntu Server 22.04 LTS (Jammy Jellyfish) released builds
https://cloud-images.ubuntu.com/
https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img
不要被这货的后缀.img所蒙蔽了,实际上市qcow2镜像!
使用qemu-img转换格式: raw, qcow2, qed, vdi, vmdk, vhd
rpm系 dnf install -y qemu-img复制代码
deb系 apt install -y qemu-utils复制代码
然后转换 qemu-img convert -f raw -O qcow2 ubuntu-22.04-server-cloudimg-amd64.img ubuntu-22.04-server-cloudimg-amd64.raw复制代码
具体看这里
Converting between image formats — Virtual Machine Image Guide documentation.mhtml
https://docs.openstack.org/image-guide/convert-images.html
接着安装kpartx
rpm系 dnf install -y kpartx复制代码
deb系 apt install -y kpartx复制代码
然后挂载镜像 kpartx -av ubuntu-22.04-server-cloudimg-amd64.raw复制代码
mount /dev/sdb1 /mnt复制代码
以实际硬盘分区为准,运行lsblk查看判断。
改网卡名为eth0,并自动获取dhcpv4、dhcpv6地址
需要改MAC地址为实际的
通过ip addr show获取实际MAC地址 cat /mnt/etc/netplan/config.yaml network: version: 2 renderer: networkd ethernets: eth0: dhcp4: true dhcp6: true match: macaddress: 00:00:00:00:00:20 set-name: eth0 EOF复制代码
改ssh允许root密码登录 nano /mnt/etc/ssh/sshd_config复制代码
PermitRootLogin yes
PasswordAuthentication yes
改root密码
获取密码
[root@r ~]#openssl passwd -1 https://hostloc.com/复制代码
$1$1UVdmoQe$MKwgVugqOmLxeSo7q7lLo1
设置root密码为“https://hostloc.com/” nano /mnt/etc/shadow复制代码
root1$1UVdmoQe$MKwgVugqOmLxeSo7q7lLo1:18849:0:99999:7:::
设置开机启动
狗日的ubuntu云镜像没有主机密钥,别的都有的,不加没办法登录 cp -f /mnt/usr/lib/systemd/system/rc-local.service /mnt/etc/systemd/system/复制代码cat /mnt/etc/rc.local #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. ssh-keygen -A exit 0 EOF复制代码
chmod +x /mnt/etc/rc.local复制代码
至此全部完成基于官方云镜像的最新版系统!
作者:KDE
原帖:https://hostloc.com/thread-1009725-1-1.html
摘要:Ubuntu Server 22.04 LTS (Jammy Jellyfish) released builds
https://cloud-images.ubuntu.com/
https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img
不要被这货的后缀.img所蒙蔽了,实际上市qcow2镜像!
使用qemu-img转换格式: raw, qcow2, qed, vdi, vmdk, vhd
rpm系 dnf install -y qemu-img复制代码
deb系 apt install -y qemu-utils复制代码
然后转换 qemu-img convert -f raw -O qcow2 ubuntu-22.04-server-cloudimg-amd64.img ubuntu-22.04-server-cloudimg-amd64.raw复制代码
具体看这里
Converting between image formats — Virtual Machine Image Guide documentation.mhtml
https://docs.openstack.org/image-guide/convert-images.html
接着安装kpartx
rpm系 dnf install -y kpartx复制代码
deb系 apt install -y kpartx复制代码
然后挂载镜像 kpartx -av ubuntu-22.04-server-cloudimg-amd64.raw复制代码
mount /dev/sdb1 /mnt复制代码
以实际硬盘分区为准,运行lsblk查看判断。
改网卡名为eth0,并自动获取dhcpv4、dhcpv6地址
需要改MAC地址为实际的
通过ip addr show获取实际MAC地址 cat /mnt/etc/netplan/config.yaml network: version: 2 renderer: networkd ethernets: eth0: dhcp4: true dhcp6: true match: macaddress: 00:00:00:00:00:20 set-name: eth0 EOF复制代码
改ssh允许root密码登录 nano /mnt/etc/ssh/sshd_config复制代码
PermitRootLogin yes
PasswordAuthentication yes
改root密码
获取密码
[root@r ~]#openssl passwd -1 https://hostloc.com/复制代码
$1$1UVdmoQe$MKwgVugqOmLxeSo7q7lLo1
设置root密码为“https://hostloc.com/” nano /mnt/etc/shadow复制代码
root1$1UVdmoQe$MKwgVugqOmLxeSo7q7lLo1:18849:0:99999:7:::
设置开机启动
狗日的ubuntu云镜像没有主机密钥,别的都有的,不加没办法登录 cp -f /mnt/usr/lib/systemd/system/rc-local.service /mnt/etc/systemd/system/复制代码cat /mnt/etc/rc.local #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. ssh-keygen -A exit 0 EOF复制代码
chmod +x /mnt/etc/rc.local复制代码
至此全部完成基于官方云镜像的最新版系统!
标题:知道TG的频道id怎么加入?
作者:kagvin
原帖:https://hostloc.com/thread-1009728-1-1.html
摘要:如题,今天tg被封,又注册了一个,需要找回那些频道
作者:kagvin
原帖:https://hostloc.com/thread-1009728-1-1.html
摘要:如题,今天tg被封,又注册了一个,需要找回那些频道
标题:上海的mjj还好吗
作者:网上冲浪
原帖:https://hostloc.com/thread-1009730-1-1.html
摘要:watch?v=KlU8oELHVmY 看了有感而发
国内环境比想象中差很多
作者:网上冲浪
原帖:https://hostloc.com/thread-1009730-1-1.html
摘要:watch?v=KlU8oELHVmY 看了有感而发
国内环境比想象中差很多
标题:gsuite国家建议选美国
作者:Patrick
原帖:https://hostloc.com/thread-1009732-1-1.html
摘要:美金比较方便,像土耳其每月就差个1美金左右没有必要。有汇率转换费
作者:Patrick
原帖:https://hostloc.com/thread-1009732-1-1.html
摘要:美金比较方便,像土耳其每月就差个1美金左右没有必要。有汇率转换费