userspace:clonezilla_-_grub2
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| userspace:clonezilla_-_grub2 [2024/03/05 10:09] – created Thomas_H | userspace:clonezilla_-_grub2 [2024/03/05 10:33] (current) – Thomas_H | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| We do not allow uploads for anonymous. | We do not allow uploads for anonymous. | ||
| + | |||
| + | **Debian** \\ | ||
| + | apt install vsftpd\\ | ||
| + | service vsftpd status\\ | ||
| + | |||
| + | Edit / | ||
| + | |||
| + | Configure Anonymous Access\\ | ||
| + | Change the following: | ||
| + | |||
| + | anonymous_enable=YES to allow anonymous access | ||
| + | write_enable=YES to enable uploading | ||
| + | anon_upload_enable=YES to enable anonymous uploading | ||
| + | anon_mkdir_write_enable=YES to enable anonymous directory creation\\ | ||
| + | | ||
| + | Append the following to the end: 1.anon_umask=022 so that new file will be readable by groups and other users. Uploaded files will have a permittion set to the value of file_open_mode (by default, 0666) subtracted by anon_umask.\\ | ||
| + | | ||
| + | anon_other_write_enable=YES to enable anonymous deletion and renaming | ||
| + | anon_root=xxx/ | ||
| + | no_anon_password=YES stops prompting for a password on the command line. | ||
| + | hide_ids=YES shows the user and group as ftp:ftp, regardless of the owner. | ||
| + | pasv_min_port=40000 and pasv_max_port=50000 limits the range of ports that can be used for passive FTP\\ | ||
| + | | ||
| + | Optionally changes the listening port:\\ | ||
| + | | ||
| + | listen_port= followed by port number\\ | ||
| + | source: | ||
| + | |||
| Edit the / | Edit the / | ||
| + | { | ||
| + | test | ||
| + | } | ||
| + | |||
| For clonezilla add: | For clonezilla add: | ||
| - | submenu | + | |
| set gfxpayload=keep | set gfxpayload=keep | ||
| linux (pxe)opsi/ | linux (pxe)opsi/ | ||
| initrd (pxe)opsi/ | initrd (pxe)opsi/ | ||
| - | } | + | |
| if you want a diffrent language, change the option locales= | if you want a diffrent language, change the option locales= | ||
| **Important: | **Important: | ||
userspace/clonezilla_-_grub2.1709629799.txt.gz · Last modified: by Thomas_H
