sudo apt-get install php5-dev php-pear
sudo pecl install xdebug
find / -name 'xdebug.so' 2> /dev/null
sudo gedit /etc/php5/apache2/php.ini
zend_extension="/usr/lib/php5/20121212/xdebug.so"
sudo /etc/init.d/apache2 restart
Friday, February 14, 2014
Wednesday, February 12, 2014
Thursday, December 05, 2013
Friday, September 27, 2013
How to add and modify applications in the slingshot launcher of elementaryOS
Open up a terminal and type:
sudo apt-get install --no-install-recommends alacarte
Now, we're going to make alacarte work with slingshot. Type this in a terminal:
This will open up a text file. Hit ctrl+F to search for 'applications.menu' and replace all with 'pantheon-applications.menu' (you have to replace applications.menu twice in the file). When done, close the file.
Now start the menu editor by typing 'alacarte' in slingshot or in a terminal
sudo apt-get install --no-install-recommends alacarte
sudo scratch-text-editor /usr/share/alacarte/Alacarte/MenuEditor.py
This will open up a text file. Hit ctrl+F to search for 'applications.menu' and replace all with 'pantheon-applications.menu' (you have to replace applications.menu twice in the file). When done, close the file.
Now start the menu editor by typing 'alacarte' in slingshot or in a terminal
Gdk Gtk warnings and errors from the command line
The
Unable to locate theme engine in module_path: "pixmap" messages are a known bug.
To fix it, install the gtk2-engines-pixbuf
package
Friday, July 26, 2013
Monday, July 22, 2013
Save jQuery active tab
$("#tabs").tabs({
activate: function (e, ui) {
$.cookie('selected-tab', ui.newTab.index(), { path: '/' });
},
active: $.cookie('selected-tab')
});
activate: function (e, ui) {
$.cookie('selected-tab', ui.newTab.index(), { path: '/' });
},
active: $.cookie('selected-tab')
});
Subscribe to:
Posts (Atom)
systemd-timesyncd
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
-
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
-
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage