Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
git-core /
mergetools /
[ HOME SHELL ]
Name
Size
Permission
Action
araxis
358
B
-rw-r--r--
bc
423
B
-rw-r--r--
codecompare
353
B
-rw-r--r--
deltawalker
663
B
-rw-r--r--
diffmerge
309
B
-rw-r--r--
diffuse
248
B
-rw-r--r--
ecmerge
306
B
-rw-r--r--
emerge
438
B
-rw-r--r--
examdiff
336
B
-rw-r--r--
guiffy
263
B
-rw-r--r--
gvimdiff
29
B
-rw-r--r--
kdiff3
673
B
-rw-r--r--
kompare
117
B
-rw-r--r--
meld
1.94
KB
-rw-r--r--
nvimdiff
29
B
-rw-r--r--
opendiff
267
B
-rw-r--r--
p4merge
617
B
-rw-r--r--
smerge
264
B
-rw-r--r--
tkdiff
258
B
-rw-r--r--
tortoisemerge
602
B
-rw-r--r--
vimdiff
1.19
KB
-rw-r--r--
winmerge
361
B
-rw-r--r--
xxdiff
768
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : p4merge
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" }
Close