Ubuntu Disable Touchpad
Get id Devicexinput listFor Disable
xinput set-prop {ID Touchpad} "Device Enabled" 0For Enable
xinput set-prop {ID Touchpad} "Device Enabled" 0
xinput listFor Disable
xinput set-prop {ID Touchpad} "Device Enabled" 0For Enable
xinput set-prop {ID Touchpad} "Device Enabled" 0
rm -rf ~/.bash_history
history -c
echo "unset HISTFILE" >> /etc/profile
echo "unset HISTFILE" >> /home/USER/.bash_profileGood Luck ~
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 01. Open File /etc/php5/cli/conf.d/ming.ini
sudo gedit /etc/php5/cli/conf.d/ming.ini
; configuration for php MING module
sudo apt-get install php5-xdebug
sudo find / -name xdebug.so
/usr/lib/php5/20090626+lfs/xdebug.so
sudo gedit /etc/php5/apache2/php.ini
zend_extension="/usr/lib/php5/20090626+lfs/xdebug.so"
html_errors = on
sudo /etc/init.d/apache2 restart5. have debug fun !!!
© Copyright 2014 Kittinan |