Showing posts with label 7. Show all posts
Showing posts with label 7. Show all posts

Saturday, March 12, 2011

Share ubuntu printer with Windows 7

If you use Ubuntu and you can't manage to share your printer with a Windows pc, you can try these steps:

  • remove comments (# character at the beginning of the line) of the following lines in smb.conf (sudo gedit /etc/samba/smb.conf):
    • load printers = yes
    • printing = cups
    • printcap name = cups
  • in the same file add the following line above [printers]:
    • use client driver = yes
Good luck! ;)

You can find useful informations about your printer at http://localhost:631/printers/

Friday, February 18, 2011

Ubuntu: sharing folders with Windows

These simple steps are taken from the Ubuntu Official Documentation:
  1. Press Applications → Accessories → Terminal to open a Terminal.
  2. Type shares-admin and press Enter to open Shared Folders.
  3. You may receive a message which says Sharing services are not installed. If this happens, ensure that the two checkboxes in the message box are checked and press Install services. Sharing service support will then be downloaded and installed; this may take a while.
  4. Press the  button and enter your password in the Password field.
  5. Press the Authenticate button.
  6. Select the Shared Folders tab and press Add.
  7. Select the location of the folder you wish to share by changing the Path option.
  8. Choose Windows networks (SMB) from the Share through option.
  9. Enter a name and comment for the shared folder.
  10. If you would like people accessing the shared folder to be able to add, change and remove files in the folder, uncheck Read only. If you leave Read only checked, people will only be able to view files in the folder.
  11. Press Share to make the shared folder available. Other people on the same network (LAN) as you should now be able to access the folder.
Maybe the Windows pc has to be restarted...