Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.224.138.39
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
libexec /
git-core /
mergetools /
Delete
Unzip
Name
Size
Permission
Date
Action
araxis
515
B
-rw-r--r--
2024-05-31 00:41
bc
584
B
-rw-r--r--
2024-05-31 00:41
codecompare
510
B
-rw-r--r--
2024-05-31 00:41
deltawalker
818
B
-rw-r--r--
2024-05-31 00:41
diffmerge
460
B
-rw-r--r--
2024-05-31 00:41
diffuse
395
B
-rw-r--r--
2024-05-31 00:41
ecmerge
453
B
-rw-r--r--
2024-05-31 00:41
emerge
535
B
-rw-r--r--
2024-05-31 00:41
examdiff
493
B
-rw-r--r--
2024-05-31 00:41
guiffy
432
B
-rw-r--r--
2024-05-31 00:41
gvimdiff
29
B
-rw-r--r--
2024-05-31 00:41
kdiff3
818
B
-rw-r--r--
2024-05-31 00:41
kompare
264
B
-rw-r--r--
2024-05-31 00:41
meld
2.16
KB
-rw-r--r--
2024-05-31 00:41
nvimdiff
29
B
-rw-r--r--
2024-05-31 00:41
opendiff
418
B
-rw-r--r--
2024-05-31 00:41
smerge
423
B
-rw-r--r--
2024-05-31 00:41
tkdiff
403
B
-rw-r--r--
2024-05-31 00:41
tortoisemerge
761
B
-rw-r--r--
2024-05-31 00:41
vimdiff
17.09
KB
-rw-r--r--
2024-05-31 00:41
winmerge
510
B
-rw-r--r--
2024-05-31 00:41
xxdiff
913
B
-rw-r--r--
2024-05-31 00:41
Save
Rename
diff_cmd () { "$merge_tool_path" "$LOCAL" "$REMOTE" >/dev/null 2>&1 } diff_cmd_help () { echo "Use DeltaWalker (requires a graphical session)" } merge_cmd () { # Adding $(pwd)/ in front of $MERGED should not be necessary. # However without it, DeltaWalker (at least v1.9.8 on Windows) # crashes with a JRE exception. The DeltaWalker user manual, # shows $(pwd)/ whenever the '-merged' options is given. # Adding it here seems to work around the problem. if $base_present then "$merge_tool_path" "$LOCAL" "$REMOTE" "$BASE" -merged="$(pwd)/$MERGED" else "$merge_tool_path" "$LOCAL" "$REMOTE" -merged="$(pwd)/$MERGED" fi >/dev/null 2>&1 } merge_cmd_help () { echo "Use DeltaWalker (requires a graphical session)" } translate_merge_tool_path () { echo DeltaWalker } exit_code_trustable () { true }