Archive for the ‘programmi’ Category.

apt-get apache2 non configura apache

Mi è successo due volte che installano apache il file diavvio del servizio in /etc/init.d non venisse creato

il perché e percome è spigato qui:

http://unix.stackexchange.com/questions/12597/missing-init-d-apache2-file/12748#12748

in soldoni:

apt-get -o Dpkg::Options::=”–force-confmiss” install –reinstall apache2.2-common
apt-get -o Dpkg::Options::=”–force-confnew” -o Dpkg::Options::=”–force-confask” install –reinstall apache2.2-common

e tutto torna a posto.
.
.

Gestire i programmi in avvio automatico, su debian

apt-get install rcconf

giusto per non dimenticarmelo…

Backup delle informazioni di BES 4.1 e 5

Under Servers and Components, expand Blackberry Solution Topography, then Blackberry Domain, then Component View, then click on Blackberry Administration Service and record all of the CALs listed in the License Key box .

Under Servers and Components, expand Blackberry Solution Topography, then Blackberry Domain, then Component View, then Blackberry Enterprise Server, and click on the name of the Blackberry Server.

Record all of the information listed in the SRP Information box and log out of the Blackberry Administration Service.

If you are using a full version of Microsoft SQL Server:

1. Open Enterprise Manager.
2. Right-Click on the Blackberry Configuration Database (the name of the database we found earlier).
3. Select Backup Database.
4. Click Add to specify the Directory Name and File Name. Click OK to accept the settings.
5. Click OK to perform the backup.
6. Close Enterprise Manager.

If you are using Microsoft SQL Desktop Engine (MSDE):

1. Open a command prompt and type osql -E NOTE: If you are logging in to a named instance of SQL Server, use the following command syntax to log in: osql -E -S \
2. Type the following commands in this order:
1> backup database <database_name> to disk = “C:\<database_name.bak>
2> go
1> quit
3. Close the command prompt.

————–

Nel caso del mio BEs (non express)

da prompt dos:

osql -E -S misvbes01\blackberry

poi

1> backup database besmgmt to disk = “c:\backup\database_besmgmt.bak”
2> go

ci pensa e poi dice roba tipo

Processed 17104 pages for database ‘besmgmt’, file ‘BESMgmt_data’ on file 1.
Processed 2 pages for database ‘besmgmt’, file ‘BESMgmt_log’ on file 1.
BACKUP DATABASE successfully processed 17106 pages in 44.235 seconds (3.167
MB/sec).

si esce con

1> quit

 

 

Could not access VBScript run time for custom action.

Disistallando un software di RIM ( blackberry, mortacci loro) ho questo errore che si risolve cosi:

SuWindows 7 64-bit

reg delete “HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}” /f
c:\windows\syswow64\regsvr32 vbscript.dll

SuWindows 7 32-bit

reg delete “HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}” /f
c:\windows\system32\regsvr32 vbscript.dll

Eliminare la creazione dei Thumbs.db da windows 7

- Aprire il gestore dei criteri di gruppo locali (Start / esegui / gpedit.msc
- Andare in Configurazione utente / Modelli amministrativi / Componenti di windows / Esplora risorse
- Nel pannello di destra cercare la voce “Disattiva memorizzazione nella cache di identificazioni personali in file thumbs.db nasconsti” e farci doppio click.
- clicare “disattivata”

Non serve riavviare

Server backup gratis

http://r1soft.idera.com/tools/server-backup-free/

lo devo provare uno di questi giorni…