Fries and coleslaw in the sandwich.
Number One Best Seller? Iron City Beer, of course!
This article is for installing printer drivers and configuring a Windows 10 Technical Preview PC for printing to LAN-Shared HP LaserJet 2300 Series Printer that is connected and installed on a USB Port of a Windows XP PC and shared on a LAN from the XP PC. The Windows Technical Preview machine (that is, the Windows 10 PC) wants to use this remote printer shared from the XP PC, but the add printer wizard mechanisms on Win 10 refuses to install it as it searches but can’t find an appropriate driver on the Windows Update. And, even if you visit the HP support site and download the 32 or 64 bit Universal drivers for Win 8.1, this does not provide the necessary *.inf or printer drivers to connect to the remotely shared printer.
Here is the Fix or Work Around:
You should now have a working printer!
Windows 10 treats the Printer Device on the newly installed Port like its a local printer, but you have redirected it to the LAN shared printer connected to the USB port of the XP machine.
Print a test page. Set the 2300 as your default printer on Windows 10.
This fix is derived from the Microsoft Tech Net Forum answer proposed by Nic Bunting with regard to a Windows 7 install, posted on Monday, April 26, 2010, 11:52 AM. See Forum Thread at:
social.technet.microsoft.com/Forums/
Apparently, something similar now works for the Windows Technical Preview.
File Permissions
Certain file permissions are required for MyBB to function correctly. Once you’ve uploaded your files you will need to set the permissions on certain files and directories.
** On new installs (not necessarily for upgrades), before applying file permissions, rename config.default.php to config.php
*nix systems via CHMOD
If you have SSH access, you can apply the necessary permissions via the following command, executed from your root MyBB directory:
chmod 666 inc/config.php inc/settings.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/
Optionally, you can also apply the following permissions:
chmod 666 inc/languages/english/*.php inc/languages/english/admin/*.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/ admin/backups/
If you are using FileZilla you can right click on a file or directory and click File Attributes to modify the permissions of that file.