-->
Showing posts with label win. Show all posts
Showing posts with label win. Show all posts

Wednesday, August 28, 2013

install windows apps on ubuntu


office 2010 http://backinlinux.com/2013/06/08/instalar-microsoft-office-2010-en-ubuntu-13-04/

evernote 


http://www.mintywind.com/step-by-step-evernote-4-5-6-on-ubuntu-12-04/ 

Sunday, March 10, 2013

Cups + Samba + windows 7 printer configuration



chronicle of the end of a nightmare....

server side

1. have cups properly configured

2. have samba configured and sharing the printers


[print$]                                                                                                                                                                                                        
   path = /var/lib/samba/printers                                                                                                                                                                               
   browseable = yes                                                                                                                                                                                             
   write list = @adm root                                                                                                                                                                                       
   guest ok = yes                                                                                                                                                                                               
   inherit permissions = yes                                                                                                                                                                                    
   # Settings suitable for Winbind:                                                                                                                                                                             
   # write list = @"Domain Admins" root                                                                                                                                                                         
   # force group = +@"Domain Admins"     


[printers]                                                                                                                                                                                                      
   comment = All Printers                                                                                                                                                                                       
   path = /var/spool/samba                                                                                                                                                                                      
   browseable = yes                                                                                                                                                                                             
# to allow user 'guest account' to print.                                                                                                                                                                       
   guest ok = yes                                                                                                                                                                                               
   writable = no                                                                                                                                                                                                
   printable = yes                                                                                                                                                                                              
   create mode = 0700                                                                                                                                                                                           
# =====================================                                                                                                                                                                         
# print command: see above for details.                                                                                                                                                                         
# =====================================                                                                                                                                                                         
   print command = lpr-cups -P %p -o raw %s -r   # using client side printer drivers.                                                                                                                           
#   print command = lpr-cups -P %p %s # using cups own drivers (use generic PostScript on clients).                                                                                                             
# If you install drivers on the server, you will want to uncomment this so                                                                                                                                      
# clients request the driver                                                                                                                                                                                    
   use client driver = yes     

client side (win 7) 
  1. from explorer connect to your server:  \\192.168.1.3\your_server
  2. double-click on the icon of the printer 
  3. select drivers and the printer should automagically install on your computer
BE CAREFUL:
if your samba client requires a password don't forget to login through explorer first!!!


Wednesday, September 26, 2012

Windows pills

Start/stop services  and applications, also selects the applications at startup

msconfig

Check out the net


ipconfig /all | more 

Kill all processes related to a specific service

1. Task Manager -> performance -> resource monitor,
2. select the process you want to kill,
3. right click, go to service and kill! 


this is yet another modification