Year: 2014
-
Could not perform immediate configuration on ‘python-minimal’
When I tried to update my Debian box, I got the following ominous error: E: Could not perform immediate configuration on ‘python-minimal’.Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) It turns out that the fix is fairly simple. The following worked for me: apt-get install -o APT::Immediate-Configure=false -f apt python-minimal
-
Creating New Outlook .PST Files in Office 2010
Back in the good old days, I am pretty sure, all the PST related stuff was in the normal file menu. Not anymore. I wanted to create a new PST file and I had to look quite a while before I found it – Microsoft has it hidden quite well: It’s in the Home ribbon, […]
-
WordPress: Images not displaying, Redirects not working
Moved my WordPress installation to a new server. I kept all paths etc intact, copied my VirtualHost and permissions were good, so I was at first surprised when my images didn’t show and redirects didn’t work. The cause was quickly found, however; it seems my old install had different default settings hidden somewhere in the […]