Es gibt zwei Möglichkeiten, Zahlenwerte, die einer 0 entsprechen, der Übersichtlichkeit wegen auszublenden:
- generelles Ausblenden aller 0en: in den Optionen/Einstellungen
- Zahlen-Format für einzelne Zelle: 0;-0;;
Es gibt zwei Möglichkeiten, Zahlenwerte, die einer 0 entsprechen, der Übersichtlichkeit wegen auszublenden:
Basically there are two ways of shutting down Windows via Scripts: With admin-rights or without.
The tools that work with admin rights are:
Tools that work without admin rights: AutoIt-Script with single call “shutdown(13)”.
In the administrative tools – local security settings – local policies – user rights assignment: Click “Force shutdown from a remote system” at the right. Click “Add User or Group”. Enter the name INTERACTIVE and click “Check names”. This gives the right only to an interactive user. Its not possible to shutdown the computer over the network with that setting.
Um einen Windows-Computer per Script (2000,XP) zu sperren, genügt ein Aufruf von %windir%\System32\rundll32.exe user32.dll,LockWorkStation
.
When Bacula needs a new tape in a pool, it can automatically label a blank one and write to it afterwards. Unfourtunatley the database/catalog entry is created before the new tape is known to be labeled successfully. So it can happen, that when an unappropriate tape (e.g. already labeled, from another pool) is in the drive, bacula creates a catalog entry in the Media table for a new tape and waits forever to have that tape (which doesn’t really exist) to be mounted.
In this case you have to cancel the corresponding backup jobs and delete manually the catalog entry with the delete
command in bconsole. Continue reading “Baculas autolabeling feature is not fault-tolerant”
I have written a greylisting implementation for the courier mail server. It is written for Gordon Messners pythonfilter framework and is based on the pythonfilter script greylist.py.
You can find the script and more information in my wiki (entry “Greylisting”).