Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
25% Recurring Discount on NVMe VPS
Try EnsoVPN - Reliable VPN - 1-Day Free Trial
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
CloudLinux
Try EnsoVPN - Fast & Private VPN - 1-Day Free Trial
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

HostDzire Hit by Ransomware Attack

1101112131416»

Comments

  • Also could use the 12 template and update in place. Any clanker can walk you through it.

    Thanked by 1tux
  • dev127dev127 Member
    edited August 10

    @deafcon said:
    Also could use the 12 template and update in place. Any clanker can walk you through it.

    i already did in morning as they took time.
    just waiting for if fresh/clean template available as he mentioned yesterday,that would help others too.

    thanks for you response

  • ART994ART994 Member

    If you are concerned about your data, you can connect a drive to the router's USB port and automatically back up files via FTP; many systems support this. Telegram accounts get hacked if you don't enable two-factor authentication.

  • forestforest Member

    @dev127 said:

    @HostDZire said:

    @mehargags said:
    @HostDZire I requested Debian 13 Template for OS Reinstall via ticket #179938.

    @dev127 said:

    @mehargags said:
    @HostDZire I requested Debian 13 Template for OS Reinstall via ticket #179938.

    @HostDZire Debian 13 Template for OS Reinstall

    Hopefully tomorrow, we had debian 13 already but it has some issue.
    We will fix it and enable it.

    @HostDZire any update sir

    Run this on any template that has GRUB:

    #!/bin/bash
    
    mkdir /netboot
    wget -P /netboot https://deb.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/{linux,initrd.gz}
    cat << EOF >> /etc/grub.d/40_custom
    menuentry "Debian netboot" {
        insmod part_gpt
        insmod ext2
    
        search --no-floppy --file --set=root /netboot/linux
    
        linux /netboot/linux nomodeset --- quiet
        initrd /netboot/initrd.gz
    }
    EOF
    update-grub
    grub-reboot "Debian netboot"
    reboot
    

    It'll reboot and you'll have the Debian netboot installer over VNC.

Sign In or Register to comment.