Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
git-core /
mergetools /
Delete
Unzip
Name
Size
Permission
Date
Action
araxis
392
B
-rw-r--r--
2021-03-04 17:04
bc
401
B
-rw-r--r--
2021-03-04 17:04
bc3
24
B
-rw-r--r--
2021-03-04 17:04
codecompare
387
B
-rw-r--r--
2021-03-04 17:04
deltawalker
628
B
-rw-r--r--
2021-03-04 17:04
diffmerge
275
B
-rw-r--r--
2021-03-04 17:04
diffuse
282
B
-rw-r--r--
2021-03-04 17:04
ecmerge
340
B
-rw-r--r--
2021-03-04 17:04
emerge
404
B
-rw-r--r--
2021-03-04 17:04
gvimdiff
29
B
-rw-r--r--
2021-03-04 17:04
gvimdiff2
29
B
-rw-r--r--
2021-03-04 17:04
gvimdiff3
29
B
-rw-r--r--
2021-03-04 17:04
kdiff3
488
B
-rw-r--r--
2021-03-04 17:04
kompare
83
B
-rw-r--r--
2021-03-04 17:04
meld
876
B
-rw-r--r--
2021-03-04 17:04
opendiff
301
B
-rw-r--r--
2021-03-04 17:04
p4merge
651
B
-rw-r--r--
2021-03-04 17:04
tkdiff
224
B
-rw-r--r--
2021-03-04 17:04
tortoisemerge
638
B
-rw-r--r--
2021-03-04 17:04
vimdiff
890
B
-rw-r--r--
2021-03-04 17:04
vimdiff2
29
B
-rw-r--r--
2021-03-04 17:04
vimdiff3
29
B
-rw-r--r--
2021-03-04 17:04
winmerge
823
B
-rw-r--r--
2021-03-04 17:04
xxdiff
618
B
-rw-r--r--
2021-03-04 17:04
Save
Rename
diff_cmd () { empty_file= # p4merge does not like /dev/null if test "/dev/null" = "$LOCAL" then LOCAL="$(create_empty_file)" fi if test "/dev/null" = "$REMOTE" then REMOTE="$(create_empty_file)" fi "$merge_tool_path" "$LOCAL" "$REMOTE" if test -n "$empty_file" then rm -f "$empty_file" fi } merge_cmd () { touch "$BACKUP" if ! $base_present then cp -- "$LOCAL" "$BASE" create_virtual_base "$BASE" "$REMOTE" fi "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED" check_unchanged } create_empty_file () { empty_file="${TMPDIR:-/tmp}/git-difftool-p4merge-empty-file.$$" >"$empty_file" printf "%s" "$empty_file" }