Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 216.73.216.41
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
358
B
-rw-r--r--
2025-01-13 20:13
bc
423
B
-rw-r--r--
2025-01-13 20:13
codecompare
353
B
-rw-r--r--
2025-01-13 20:13
deltawalker
663
B
-rw-r--r--
2025-01-13 20:13
diffmerge
309
B
-rw-r--r--
2025-01-13 20:13
diffuse
248
B
-rw-r--r--
2025-01-13 20:13
ecmerge
306
B
-rw-r--r--
2025-01-13 20:13
emerge
438
B
-rw-r--r--
2025-01-13 20:13
examdiff
336
B
-rw-r--r--
2025-01-13 20:13
guiffy
263
B
-rw-r--r--
2025-01-13 20:13
gvimdiff
29
B
-rw-r--r--
2025-01-13 20:13
kdiff3
673
B
-rw-r--r--
2025-01-13 20:13
kompare
117
B
-rw-r--r--
2025-01-13 20:13
meld
1.94
KB
-rw-r--r--
2025-01-13 20:13
nvimdiff
29
B
-rw-r--r--
2025-01-13 20:13
opendiff
267
B
-rw-r--r--
2025-01-13 20:13
p4merge
617
B
-rw-r--r--
2025-01-13 20:13
smerge
264
B
-rw-r--r--
2025-01-13 20:13
tkdiff
258
B
-rw-r--r--
2025-01-13 20:13
tortoisemerge
602
B
-rw-r--r--
2025-01-13 20:13
vimdiff
1.19
KB
-rw-r--r--
2025-01-13 20:13
winmerge
361
B
-rw-r--r--
2025-01-13 20:13
xxdiff
768
B
-rw-r--r--
2025-01-13 20:13
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 () { if ! $base_present then cp -- "$LOCAL" "$BASE" create_virtual_base "$BASE" "$REMOTE" fi "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED" } create_empty_file () { empty_file="${TMPDIR:-/tmp}/git-difftool-p4merge-empty-file.$$" >"$empty_file" printf "%s" "$empty_file" }