wiki.albi.info
ALBI... | Main / TipWindows browse
http://wiki.albi.info/pmwiki.php/Main/TipWindows
Tipps zu Android auf dem Netnook. Tipps zu Lotus Notes. Netsh interface ipv6 6to4 set state disabled. Netsh interface ipv6 isatap set state disabled. Netsh interface ipv6 set teredo disabled. Teredo.ipv6.microsoft.com. Windows 10 Antispy: https:/ www.oo-software.com/de/shutup10. ALBI's Software Tips: Windows Software die nix kost. VPN via SSH Tunnel (Putty), genial einfach. Sicherheitscenter deaktivieren kann man mit. Sc config w32time start= auto. Net time /setsntp:prbtime2.ptb.de. Net time xyz /set /yes.
blogs.dayneo.co.za
The DayneO blog: May 2012
http://blogs.dayneo.co.za/2012_05_01_archive.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Wednesday, May 23, 2012. Solved "Setup was unable to open information file games.inf". Windows XP was actually a great OS, and I still use it extensively in testing on virtual machines. Of course, for my test environment, it did not make sense to install all of the components of XP, so I made sure I only installed the lightest components that I thought I needed. . Posted by Dayne Olivier.
blogs.dayneo.co.za
The DayneO blog: Solved: Error Snapshotting Volumes (DISK2VHD)
http://blogs.dayneo.co.za/2013/02/solved-error-snapshotting-volumes.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Wednesday, February 6, 2013. Solved: Error Snapshotting Volumes (DISK2VHD). I encountered the error "Error Snapshotting Volumes" while using the DISK2VHD. Fortunately, this is quite a well defined problem and Microsoft has a knowledge base article. Here is the chewed version from the knowledge base article. Click Start, click Run, type regedit, and then click OK. If the Location registry e...
blogs.dayneo.co.za
The DayneO blog: January 2012
http://blogs.dayneo.co.za/2012_01_01_archive.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Wednesday, January 18, 2012. AWR snapshot creation hangs. Posted by Dayne Olivier. Tuesday, January 17, 2012. Great tools for identifying a font. I recently wanted to use a font I has seen used on a business card. I spent hours trawling through massive lists of fonts when it occurred to me that there are probably tools on the web that can help me find it faster. The Identifont engine asks ...
kimenye.blogspot.com
Trevors Weblog: June 2010
http://kimenye.blogspot.com/2010_06_01_archive.html
Code, Electronics, Soccer, Martial Arts, Model Aircraft and Much more. Wednesday, June 30, 2010. Getting started with Arduino on Freetronics TwentyTen. Barely a week ago, I was happily unboxing. Arduino starter kit ( available here. In Australia) and the Getting started with Arduino book. The LED is partially obscured but the other connections can be easily figured out. A slightly more challenging tutorial is available here. Links to this post. Friday, June 25, 2010. To use the first command line argument.
blogs.dayneo.co.za
The DayneO blog: Simplest way to debug your Oracle Java Stored Procedure
http://blogs.dayneo.co.za/2012/11/simplest-way-to-debug-your-oracle-java.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Monday, November 5, 2012. Simplest way to debug your Oracle Java Stored Procedure. Today I came across a situation where I had to debug a Java Stored Procedure. I was under time pressure and just needed to understand where the procedure was failing. So my solution was easily implemented using the good old System.out.println. And setting the DBMS JAVA output size. 7 } 8 } 9 / Java created&#...
blogs.dayneo.co.za
The DayneO blog: Simplest example of writing to MS Excel using an Oracle Stored Procedure
http://blogs.dayneo.co.za/2012/02/simplest-example-of-writing-to-ms-excel.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Tuesday, February 28, 2012. Simplest example of writing to MS Excel using an Oracle Stored Procedure. The first thing we need is a directory that is accessible to both the user and the Oracle database. I chose C: TEMP on the server and shared it so that I can access it remotely. We then need to define a directory object in the Oracle database and assign permissions. This will make the ...
blogs.dayneo.co.za
The DayneO blog: Base64 decode using PL/SQL
http://blogs.dayneo.co.za/2012/07/base64-decode-using-plsql.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Thursday, July 12, 2012. Base64 decode using PL/SQL. For those of us that deal with internet based communication, Base64. Encode/decode is a must. It is a method for us to move binary data files over a text based communication channel. In my environment, I receive files over HTTP via the MOD PLSQL. Posted by Dayne Olivier. Subscribe to: Post Comments (Atom). View my complete profile.
blogs.dayneo.co.za
The DayneO blog: Solved "Setup was unable to open information file games.inf"
http://blogs.dayneo.co.za/2012/05/solved-setup-was-unable-to-open.html
This blog contains software development tips and quirks, problems and solutions that I stumble upon from day to day. Wednesday, May 23, 2012. Solved "Setup was unable to open information file games.inf". Windows XP was actually a great OS, and I still use it extensively in testing on virtual machines. Of course, for my test environment, it did not make sense to install all of the components of XP, so I made sure I only installed the lightest components that I thought I needed. To solve the problem:.