Posts

Showing posts with the label source

Using ASNTDIFF and ASNTREP utilities to sync the data between source and target tables in DB2 Q replication

Image
Using ASNTDIFF and ASNTREP utilities to sync the data between source and target tables in DB2 Q replication When you observe that there are some data differences between source and target tables in DB2 Q replication, we can use these 2 utilities( asntdiff, asntrep ) which can compare the source and target and repair them based on our requirement to synchronize the data. ASNTDIFF : asntdiff utility which can compare two relational tables and generate a list of differences between the two. ASNTREP  : asntrep utility will syncronize a source and target table by repairing differences between the two tables. Important note : Its always good to synchronize the tables when there is less amount of activity or no activity going at source so that we can have perfectly synchronized table.     Below tutorial demonstrates the use of asntdiff to compare the source and target and asntrep to repair the target table based on differences generated by asntdiff. Below is the data populated o...

Using nmap to change a source address

Using nmap to change a source address Using nmap to change a source address. The commands used are: nmap -iflist ...to get a list of available interfaces. When an interface is chosen (in this tutorial, eth0 is chosen) use the name of the interface in the next command: nmap -e eth0 -S 192.168.1.100 192.168.1.109 ...which will use the eth0 interface and spoof a source IP of 192.168.1.100, while scanning 192.168.1.109. Because the source address is spoofed, the return traffic from the target host will not be routed back to us. Thus, all ports will appear to be closed. download  file  now

Valentina il software open source per realizzare cartamodelli

Image
Valentina il software open source per realizzare cartamodelli Chi di voi ha una mamma, una zia o una nonna sarta di certo conoscer� una delle fasi pi� importanti per la creazione di un vestito ovvero la realizzazione del cartamodello. Spesso si ricorreva a cartamodelli presi da Burda, altre volte si dovevano sviluppare le taglie da zero (con righello e gessetti). Il lavoro richiede parecchia precisione e padronanza del mestiere. Per fortuna al giorno doggi la tecnologia � in grado di aiutarci in molti settori fra i quali anche la sartoria con programmi specifici. Siccome noi siamo amanti dei software liberi e open source perch� non cercarne uno di questo tipo? Valentina su Ubuntu Valentina � uno di questi programmi. Il software � in grado di aiutarci nella realizzazione di cartamodelli utilizzando sia tabelle di dimensionamento standard sia le misurazioni individuali per poter fare un vestito su misura. Il programma � interamente open source ed � disponibile per Windows, macOS e Linux...