Categoria: Informatica
-
Driver oracle Maven/Grails
Until now everytime i needed to use the Oracle Driver i had to install it manually on my local repository. Now i found a shared repo with the driver artifacts, seems strange but the repo belongs to a church: The Church of Jesus Christ of Latter-day Saints Maven solution: <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.3</version> </dependency>…
-
TBS driver new try
Sometime I try to make the fuc…. TDB 6022 card working on linux without making the other card out of work. Yesterday I tried to build the TBS saa716x driver against the newest linux media, after patching a little bit everything compiles fine the remote works but the TBS6922 frontend which is already compiled in…
-
Wake on Wan with DSL-2740B
Using wake on lan is quite simple, trying to use it from internet requires some extra attention.When you use WOL you send a broadcast packet to your modem/router and the modem /router propagates this broadcast packet to all Ethernet connected devices. To send a WOL packet from internet been sure this packet arrives to your…
-
Twitter e Wordperfect
Adoro Wordperfect, se ripenso ai tempi di phpnuke…arghhhh. Ho appena installato il plugin per twitter, vediamo se funziona.
-
Enable/disable jounal on running ext root partition
Some times ago, trying to reach better performances on my SDD, I followed the wrong suggestion to disable the journal. This solution isn’t really good because I had some data loss and at almost each reboot the system got in fsck. Yesterday I decided to go back and restore the journal. Each guide I found…