After start and stop apache:
.: 44: Can't open /etc/apache2/envvars
Find and drop all Apache packages:
sudo dpkg --get-selections | grep apache
sudo apt-get remove --purge apache2 apache2-mpm-worker apache2-threaded-dev apache2-utils apache2.2-common libapache2-mod-python libapache2-mod-python-doc libapache2-mod-wsgi
reinstall apache:
sudo apt-get install apache2 libapache2-mod-python libapache2-mod-wsgi libapache2-mod-python-doc
Friday, 11 June 2010
Sunday, 6 June 2010
Amarok won't play audio files on Ubuntu 10.04
sudo apt-get install libxine1-ffmpeg
after install this package restart Amarok
after install this package restart Amarok
Subscribe to:
Posts (Atom)
-
Convert the pdf to a postscript file and the postscript file to a pdf. Open the new pdf for example with Acrobat Reader and you can print. p...
-
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb
-
Probelm: /etc/gdm/Xsession: Beginning session setup... mkdtemp: private socket dir: Permission denied Solution: A quick sudo chmod a+w /tmp ...