Aici veti gasi detalii tehnice despre cum se pot realiza configurari software+ hardware.
Here you can find tehnical details about software/hardware configuration.
vineri, 23 decembrie 2016
Convert multiple files from NEF to jpeg with Ufraw (with change image attributes)
If you wish to improuve quality of pictures from RAW files you ca use Ufraw software.
I need to modify image attibutes (exposure, white balance, denoising,saturation, curves.... ) for all files from folder and export to jpeg files.
To do this I open one pictures and change all values to obtain a verry good picture. After that I click on Options -> Save configuration.
To apply changes to all pictures i run ufraw-batch utility with following sintax: (for the first step I open a command prompt in ufraw folder)
c:\Program Files\UFRaw\bin>ufraw-batch.exe f:\New\raw\*.NEF --out-type=jpeg
ufraw-batch.exe: Loaded f:\New\raw\_DSC4317.NEF [1/15]
ufraw-batch.exe: Saved f:\New\raw\_DSC4317.jpg [1/15]
ufraw-batch.exe: Loaded f:\New\raw\_DSC4318.NEF [2/15]
ufraw-batch.exe: f:\New\raw\_DSC4318.jpg [2/15]
ufraw-batch.exe: f:\New\raw\_DSC4319.NEF [3/15]
joi, 26 mai 2016
A simple check of encryption version
To debug in some situations you can use the command line tools of openssl, especially
openssl s_client
. By adding the options -tls1
, -tls1_1
and -tls1_2
you can test compatibility for the protocols, and with -cipher [cipherlist]
for ciphers. For exampleopenssl s_client -connect example.com:443 -tls1
source
duminică, 17 aprilie 2016
Qmail remove messages with specific attached files
First you need to put in quarantine-events.txt following lines (this example is for archives):
.zip<-tab->SIZE=-1<-tab->We_not_accept_archives-tab->-tab->
.rar<-tab->SIZE=-1<-tab->We_not_accept_archives-tab->-tab->
.ace<-tab->SIZE=-1<-tab->We_not_accept_archives-tab->-tab->-tab-size>
.........
It is verry important to put TAB not space to work.
Next, run qmail-scanner-queue.pl -g and qmail-scanner-queue.pl -r
root@mail:/var/qmail/bin # ./qmail-scanner-queue.pl -g
perlscanner: generate new DB file from /var/spool/qscan/quarantine-events.txt
perlscanner: total of 3 entries.
root@mail:/var/qmail/bin # ./qmail-scanner-queue.pl -r
perlscanner: reading from /var/spool/qscan/quarantine-events.db
File: .zip
Size: Any
Description: We_not_accept_archives
File: .rar
Size: Any
Description: We_not_accept_archives
File: .ace
Size: Any
Description: We_not_accept_archives
===================================================================
.zip<-tab->SIZE=-1<-tab->We_not_accept_archives-tab->-tab->
.rar<-tab->SIZE=-1<-tab->We_not_accept_archives-tab->-tab->
.ace<-tab->SIZE=-1<-tab->We_not_accept_archives-tab->-tab->-tab-size>
.........
It is verry important to put TAB not space to work.
Next, run qmail-scanner-queue.pl -g and qmail-scanner-queue.pl -r
root@mail:/var/qmail/bin # ./qmail-scanner-queue.pl -g
perlscanner: generate new DB file from /var/spool/qscan/quarantine-events.txt
perlscanner: total of 3 entries.
root@mail:/var/qmail/bin # ./qmail-scanner-queue.pl -r
perlscanner: reading from /var/spool/qscan/quarantine-events.db
File: .zip
Size: Any
Description: We_not_accept_archives
File: .rar
Size: Any
Description: We_not_accept_archives
File: .ace
Size: Any
Description: We_not_accept_archives
===================================================================
Abonați-vă la:
Postări (Atom)