Tag Archives: WIN

Review: Customize your Windows 8 start screen with Start Screen Animation Tweaker

There are any number of products promising to restore the start menu to Windows 8, but there are not so many to help you customize the tiles that have replaced it. You can give the animations on the Windows 8 grid menu a bit more zip with Start Screen Animations Tweaker. This nice little free portable piece of software allows you to dictate the speed of the animations and the background wallpaper to have it exactly the way you want it.

The portable free Start Screen Animations Tweaker is a neat little tool which adds a bit of liveliness to your Windows 8 animations in the start menu grid.

It may seem like a small insignificant thing to accomplish, but if you are looking the grid and using it all day long, making it go faster will matter. It makes the screen load faster, which enables you to open programs faster. It may only amount to a gain of a few seconds, but add those seconds up over the course of a day or a week, and you will start to see why using this app may prove beneficial. And it’s also quite entertaining, pressing the WIN key and watching the tiles fly across the screen.

It’s less entertaining when File Explorer crashes after repeated WIN key presses. The developer claims this is not a bug of the software, but a bug from Windows 8.

Since this is a portable app, no installation is required. Just unzip the contents of the downloaded zip file into its own folder. It is worth pointing out that the download link on the website is a bit camouflaged. The gray “download” button sits next to a green “download” button.  The gray one is the one to click.  The green one is a Google Adsense advert. Whether this is an honest error from the developer or an underhanded way to make some Adsense money is unclear. But nevertheless you should be careful and click the correct button: gray, not green.

To read this article in full or to leave a comment, please click here

Source: FULL ARTICLE at PCWorld

Windstream Ex-Dividend Reminder

By DividendChannel.com

Looking at the universe of stocks we cover at Dividend Channel, on 3/26/13, Windstream Corp (NASD: WIN) will trade ex-dividend, for its quarterly dividend of $0.25, payable on 4/15/13. As a percentage of WIN‘s recent stock price of $8.50, this dividend works out to approximately 2.94%, so look for shares of Windstream Corp to trade 2.94% lower ? all else being equal ? when WIN shares open for trading on 3/26/13.
Click here to learn which 25 S.A.F.E. dividend stocks should be on your radar screen » or click here to find out which 9 other stocks going ex-dividend you should know about, at DividendChannel.com » …read more
Source: FULL ARTICLE at Forbes Markets

VOX, VZ, SBAC, WIN: ETF Outflow Alert

By ETFChannel.com Looking today at week-over-week shares outstanding changes among the universe of ETFs covered at ETF Channel, one standout is the Vanguard Telecommunication Services ETF (AMEX: VOX) where we have detected an approximate $50.0 million dollar outflow — that’s a 10.6% decrease week over week (from 6,603,838 to 5,903,838). Among the largest underlying components of VOX, in trading today Verizon Communications Inc (NYSE: VZ) is down about 0.4%, SBA Communications Corp. (NASD: SBAC) is off about 0.7%, and Windstream Corp (NASD: WIN) is higher by about 1.2%. For a complete list of holdings, visit the VOX Holdings page »
Source: FULL ARTICLE at Forbes Markets

How to Map AD groups to Samba share?

By sunnysthakur

I am setup a samba share server which is authenticating from Active Directory.

I am able to access the share with AD user but not able to access when group defined in “valid users” parameters.

below are the steps i performed.

In smb.conf

[global]
workgroup = QASLABS
password server = WIN-60I6H2BG237.qaslabs.net
realm = QASLABS.NET
preferred master = no
security = ADS
idmap backend = ad
idmap uid = 100-20000000
idmap gid = 100-20000000
winbind separator = +
template shell = /bin/bash
winbind use default domain = true
winbind offline logon = false
preferred master = no
server string = Linux Test Machine
encrypt passwords = yes
log level = 3
log file = /var/log/samba/%m
max log size = 50
printcap name = cups
printing = cups
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
winbind nested groups = yes
netbios name = smbad
hosts allow = 127.0.0.1 192.16.17.0/24
passdb backend = tdbsam
template homedir = /home/%U
winbind nss info = rfc2307

[Data]
comment = Directory for storing Data
path= /opt/data
valid users = @NETWORK+itadmin NETWORK+testadmin
#valid users = @”QASLABS.NET\itadmin”
writeable = yes
browseable=yes
create mask = 775
directory mask = 775
hosts allow = 127.0.0.1 192.16.17.0/24

In /etc/nsswitch.conf

passwd: files winbind
shadow: files winbind
group: files winbind
hosts: files dns wins
bootparams: nisplus [NOTFOUND=return] files
ethers: db files
netmasks: files
networks: files
protocols: db files
rpc: files
services: files
netgroup: files
publickey: nisplus
automount: files
aliases: files nisplus

On executing the wbinfo -u i am getting the user list from AD

[root@smbad ~]# wbinfo -u
administrator
guest
krbtgt
testdev
testadmin
testhr
testqa
testit
testcmt
testsupp
testituser

On executing the wbinfo -u i am getting the user list from AD. But groups i created on AD is not displaying in this list [i.e itadmin]

[root@smbad ~]# wbinfo -g
BUILTIN+administrators
BUILTIN+users
SMBAD+itadmin
domain computers
domain controllers
domain admins
domain users
domain guests
group policy creator owners
read-only domain controllers
dnsupdateproxy
cert publishers
ras and ias servers
allowed rodc password replication group
denied rodc password replication group
dnsadmins
schema admins
enterprise admins
enterprise read-only domain controllers

Please help on how to map AD group to samba so that group permissions can be setup on samba

Source: FULL ARTICLE at The UNIX and Linux Forums