Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.147.77.51
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
ubuntu /
s3fs-fuse /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxrwxr-x
.github
[ DIR ]
drwxrwxr-x
autom4te.cache
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
test
[ DIR ]
drwxrwxr-x
.clang-tidy
920
B
-rw-rw-r--
.gitattributes
976
B
-rw-rw-r--
.gitignore
1.42
KB
-rw-rw-r--
.mailmap
467
B
-rw-rw-r--
.travis.yml
4.6
KB
-rw-rw-r--
AUTHORS
493
B
-rw-rw-r--
COMPILATION.md
685
B
-rw-rw-r--
COPYING
17.57
KB
-rw-rw-r--
ChangeLog
24.02
KB
-rw-rw-r--
INSTALL
15.21
KB
-rw-rw-r--
Makefile
26.42
KB
-rw-rw-r--
Makefile.am
1.67
KB
-rw-rw-r--
Makefile.in
26.19
KB
-rw-rw-r--
README.md
5.27
KB
-rw-rw-r--
aclocal.m4
51.17
KB
-rw-rw-r--
autogen.sh
1.2
KB
-rwxrwxr-x
compile
7.16
KB
-rwxr-xr-x
config.guess
43.25
KB
-rwxr-xr-x
config.h
2.5
KB
-rw-rw-r--
config.h.in
2.28
KB
-rw-rw-r--
config.log
25.92
KB
-rw-rw-r--
config.status
33.68
KB
-rwxrwxr-x
config.sub
35.29
KB
-rwxr-xr-x
configure
222.12
KB
-rwxrwxr-x
configure.ac
10.01
KB
-rw-rw-r--
default_commit_hash
8
B
-rw-rw-r--
depcomp
23.01
KB
-rwxr-xr-x
install-sh
14.8
KB
-rwxr-xr-x
missing
6.71
KB
-rwxr-xr-x
stamp-h1
23
B
-rw-rw-r--
test-driver
4.53
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : COMPILATION.md
# Compilation from source code These are generic instructions should work on almost any GNU/Linux, macOS, BSD, or similar. If you want specific instructions for some distributions, check the [wiki](https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes). Keep in mind using the pre-built packages when available. 1. Ensure your system satisfies build and runtime dependencies for: * fuse >= 2.8.4 * automake * gcc-c++ * make * libcurl * libxml2 * openssl * pkg-config (or your OS equivalent) 2. Then compile from master via the following commands: ``` git clone https://github.com/s3fs-fuse/s3fs-fuse.git cd s3fs-fuse ./autogen.sh ./configure make sudo make install ```
Close