Skip to content

Tag: window

Join Windows 7 to SAMBA+LDAP PDC

In my smb.cfg I have follow command for adding machine user to my PDC server: When I want to join new Win7 machine to my PDC with root user (this is default configuration) I got follow message: I tried adding follows, but without success (same error message) Note: If I run command manually: /usr/sbin/useradd …

Programmatically hide/show a window in Linux

I’ve been searching all over the place for a solution to this. How can I show/hide (or minimize/unminimize if you rather) Linux windows. I’m interested in any solution in any language. I use Debian, Gnome, Metacity and Compton composite manager if they’re relevant Note: I tried using wmctrl …