I recently discovered the amazing device called Raspberry Pi. It has been very frustrating but fun to set up. After updating some of the packages, my bottom toolbar disappeared and I had no idea how to get it back. Finally I found a solution that worked for me. Just run this command in a terminal session:
cp -rp /etc/xdg/lxpanel/profile/LXDE/* ~/.config/lxpanel/LXDE/
Reboot, then you should have your toolbar back! Here is the original location where I found this solution: http://www.raspberrypi.org/forums/viewtopic.php?f=27&t=17732
Thanks for checking out my blog, IT Discoveries. My name is Aaron Barker, and I am an IT System Administrator. I created this space to give me somewhere to share my thoughts on anything Information Technology related, particulary cool new tools, scripts, software, etc. I hope I can post some valuable information that will help you in your job.
Tuesday, January 27, 2015
Thursday, January 8, 2015
Error 25703 When Installing or Uninstalling Citrix XenApp 6.5 Components
I recently needed to uninstall Citrix XenApp 6.5 from a server, but the uninstall failed with this error:
Error 25703. An error occurred while plugging XML into Internet Information Server. Setup cannot copy files to your IIS Scripts directory. Please make sure that your IIS installation is correct.
The only Citrix tool I know of that can configure XML is the command line tool "ctxxmlss.exe", so I ran that with the "/u" parameter, which basically disables XML and unregisters it. As soon as I did that I tried uninstalling the hotfix again, and it worked!
Of course, if your Citrix XenApp farm relies on XML, you will need to reconfigure it after you install or uninstall whatever you need to.
Error 25703. An error occurred while plugging XML into Internet Information Server. Setup cannot copy files to your IIS Scripts directory. Please make sure that your IIS installation is correct.
The only Citrix tool I know of that can configure XML is the command line tool "ctxxmlss.exe", so I ran that with the "/u" parameter, which basically disables XML and unregisters it. As soon as I did that I tried uninstalling the hotfix again, and it worked!
Of course, if your Citrix XenApp farm relies on XML, you will need to reconfigure it after you install or uninstall whatever you need to.
Subscribe to:
Posts (Atom)