Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.144.21.237
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
www-data
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
git-core /
mergetools /
[ HOME SHELL ]
Name
Size
Permission
Action
araxis
358
B
-rw-r--r--
bc
367
B
-rw-r--r--
bc3
24
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--
gvimdiff2
29
B
-rw-r--r--
gvimdiff3
29
B
-rw-r--r--
kdiff3
522
B
-rw-r--r--
kompare
117
B
-rw-r--r--
meld
843
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
890
B
-rw-r--r--
vimdiff2
29
B
-rw-r--r--
vimdiff3
29
B
-rw-r--r--
winmerge
361
B
-rw-r--r--
xxdiff
584
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : meld
diff_cmd () { "$merge_tool_path" "$LOCAL" "$REMOTE" } merge_cmd () { if test -z "${meld_has_output_option:+set}" then check_meld_for_output_version fi if test "$meld_has_output_option" = true then "$merge_tool_path" --output="$MERGED" \ "$LOCAL" "$BASE" "$REMOTE" else "$merge_tool_path" "$LOCAL" "$MERGED" "$REMOTE" fi } # Check whether we should use 'meld --output <file>' check_meld_for_output_version () { meld_path="$(git config mergetool.meld.path)" meld_path="${meld_path:-meld}" if meld_has_output_option=$(git config --bool mergetool.meld.hasOutput) then : use configured value elif "$meld_path" --help 2>&1 | grep -e '--output=' -e '\[OPTION\.\.\.\]' >/dev/null then : old ones mention --output and new ones just say OPTION... meld_has_output_option=true else meld_has_output_option=false fi }
Close