sabato 24 gennaio 2015

Il testo di un poeta moderno

VIENI A BALLARE IN PUGLIA
CAPAREZZA
I delfini vanno a ballare sulle spiagge
Gli elefanti vanno a ballare in cimiteri sconosciuti
Le nuvole vanno a ballare all'orizzonte
I treni vanno a ballare nei musei a pagamento
E tu dove vai a ballare?

Vieni a ballare in Puglia Puglia Puglia
Tremulo come una foglia foglia foglia
Tieni la testa alta quando passi vicino alla gru
Perchè può capitare che si stacchi e venga giù

Ehy turista so che tu resti in questo posto italico
Attento! Tu passi il valico ma questa terra ti manda al manicomio
Mare adriatico e Jonio, vuoi respirare lo iodio
Ma qui nel golfo c'è puzza di zolfo, che sta arrivando il demonio
Abbronzatura da paura con la diossina dell'ILVA
Qua ti vengono pois più rossi di Milva e dopo assomigli alla Pimpa
Nella zona spacciano la morìa più buona
C'è chi ha fumato i veleni dell'ENI, chi ha lavorato ed è andato in coma
Fuma persino il Gargano, con tutte quelle foreste accese
Turista tu balli e tu canti, io conto i defunti di questo paese
Dove quei furbi che fanno le imprese, no non badano a spese
Pensano che il protocollo di Kyoto sia un film erotico giapponese

Vieni a ballare in Puglia Puglia Puglia
Dove la notte è buia buia buia
Tanto che chiudi le palpebre e non le riapri più
Vieni a ballare e grattati le palle pure tu
Che devi ballare in Puglia Puglia Puglia
Tremulo come una foglia foglia foglia
Tieni la testa alta quando passi vicino alla gru
Perché può capitare che si stacchi e venga giù

E' vero, qui si fa festa, ma la gente è depressa e scarica
Ho un amico che per ammazzarsi ha dovuto farsi assumere in fabbrica
Tra un palo che cade ed un tubo che scoppia in quella bolgia si accoppa chi sgobba
E chi non sgobba si compra la roba e si sfonda finché non ingombra la tomba
Vieni a ballare compare nei campi di pomodori
Dove la mafia schiavizza i lavoratori, e se ti ribelli vai fuori
Rumeni ammassati nei bugigattoli come pelati in barattoli
Costretti a subire i ricatti di uomini grandi ma come coriandoli
Turista tu resta coi sandali, non fare scandali se siamo ingrati e ci siamo dimenticati d'essere figli di emigrati
Mortificati, non ti rovineremo la gita
Su, passa dalla Puglia, passa a miglior vita

Vieni a ballare in Puglia Puglia Puglia
Dove la notte è buia buia buia
Tanto che chiudi le palpebre e non le riapri più
Vieni a ballare e grattati le palle pure tu
Che devi ballare in Puglia Puglia Puglia
Dove ti aspetta il boia boia boia
Agli angoli delle strade spade più di re Artù
Si apre la voragine e vai dritto a Belzebù

O Puglia Puglia mia tu Puglia mia
Ti porto sempre nel cuore quando vado via
E subito penso che potrei morire senza te
E subito penso che potrei morire anche con te.

venerdì 16 gennaio 2015

use MDT to install application

Six months are gone after I started using MDT, I used version 2010 an 2012 and finally deployed more or less 100 pc in more or less two weeks.
It takes longer to copy and configure user's profile thant to install the new os and the new hardware.

Anyway the most interesting part is the application install.

After you have installed all the staff you can setup a task just to install some application, prepare the silent installation of the application you need and configure accordingly the task.

Then on the client (no matter if this was a new one with other oem OS) open a command window, connect to the mdt share and launch LiteTouch.wsf, select the proper application then exit.

net use \\server\mdt$  
cscript \\server\mdt\Scripts\LiteTouch.WSF

lunedì 17 novembre 2014

DHCP Authiorization troubleshoting Windows 2003/2008

Nowadays often DHCP has to be migrated on new servers, sometimes this should be tricky most times for a wrong procedure so here some steps:

1. dump existing dhcp configuration on source server:
open elevated command prompt and type 
netsh dhcp server \\ export [ip scope]

2. unauthorize server on source server
3. stop dhcp server service and disable it from autostart
4. install new role in the server and do not configure.
5. import configuration in new server:
netsh dhcp server %computername% import
6. start server 
7. authorize
8. make service DHCP auto start


if some troubles come up, like "unable to autorize" or "server already authorized" you should retry the authorization with this useful window:


Outlook Favorites missing and troubleshooting

If your outlook 2007 or 2010 do not show all the favorites try to reset the functionality
outlook.exe /resetnavpane

Else look at this file:
c:\Users\\AppData\Roaming\Microsoft\Outlook\outlook.xml

There's should be some strange character inside.



venerdì 26 settembre 2014

Symantec SEP Install troubleshooting

Upgrading the AV with the last version I needed more information to understand why installation fails. Despite the manuasl I saw very usefult to use this command to find the log installation file faster:

msiexec /i “path-to-msi\Symantec Endpoint Protection.msi” /L*V C:\sep_inst.log

venerdì 5 settembre 2014

Exchange Activesync not working



I Experiencing a problem on some Android devices, the setup of a mailbox with Activesync do not work. This behavior is caused by wrong permissions on the affected account which is migrated from a windows NT/2000/2003 active directory system to a 2008 one and the account was also a domain admin.
The security are changed by a process on the PDC every hour and the account miss the “inerithance” flag on the security.
This article describe better the behavior:
 
http://technet.microsoft.com/en-us/magazine/2009.09.sdadminholder.aspxx


And this is the solution to let the configuration works on Android device: 
By default members of an AD protected group like domain admins or enterprise admin cannot use microsoft activesync with a exchange 2010 server. They get a error like this: “Result: ActiveSync encountered a problem on the server. Support code: 0×85010014″.
Solution 1: Remove the protected group memberships for this account, more information about protected groups can be found here.
Solution 2: Goto active directory users and computers, turn on advanced features on the view menu. Go to the user account, security tab and tick the advanced button. After that you have to enable Include inheritable permissions from this object’s parent. Now activesync will work.
Note: some rules apply every hour and will disable inheritance so you have to activesync within this time otherwise you have to repeat the step in Solution 2. When get a other device to activesync with you also have to repeat this action.
- See more at: http://blog.ronnypot.nl/?p=115#sthash.dJQSMgCT.dpuf
Goto active directory users and computers, turn on advanced features on the view menu. Go to the user account, security tab and tick the advanced button. After that you have to enable Include inheritable permissions from this object’s parent. Now activesync will work. - See more at: http://blog.ronnypot.nl/?p=115#sthash.dJQSMgCT.dpuf


Goto active directory users and computers, turn on advanced features on the view menu. Go to the user account, security tab and tick the advanced button. After that you have to enable Include inheritable permissions from this object’s parent. Now activesync will work. 

Mike

By default members of an AD protected group like domain admins or enterprise admin cannot use microsoft activesync with a exchange 2010 server. They get a error like this: “Result: ActiveSync encountered a problem on the server. Support code: 0×85010014″.
Solution 1: Remove the protected group memberships for this account, more information about protected groups can be found here.
Solution 2: Goto active directory users and computers, turn on advanced features on the view menu. Go to the user account, security tab and tick the advanced button. After that you have to enable Include inheritable permissions from this object’s parent. Now activesync will work.
Note: some rules apply every hour and will disable inheritance so you have to activesync within this time otherwise you have to repeat the step in Solution 2. When get a other device to activesync with you also have to repeat this action.
- See more at: http://blog.ronnypot.nl/?p=115#sthash.dJQSMgCT.dpuf

martedì 2 settembre 2014

Windows 8 and DFS troubleshooting

I had a problem on a W8 workstation and a dfs share, the user has also activated the offline file function.
The user still get on file list and dir only the directory available offline.
 
After some test I have found this solution:

1. Add this registry key
HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
New DWORD
Name RequireSecureNegotiate
Value 0

As per http://support.microsoft.com/kb/2686098

2.
Disable offline files
add this registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters
Name FormatDatabase 
New REG_DWORD 
Value 1

Rboot
Enable Oflline file

As per  http://pickettsproblems.wordpress.com/2013/07/10/windows-domain-dfs-namespace-access-denied-using-fqdn-access-allowed-using-server-unc-paths-directly/