Solar Hydel Hybrid Power Stations
We hear a lot of fuzz about solar-wind hybrid power plants. Its surprising why there’s no major projects which utilize solar energy to multiply the output...
We hear a lot of fuzz about solar-wind hybrid power plants. Its surprising why there’s no major projects which utilize solar energy to multiply the output...
BoshServlet is updated at Google code (http://code.google.com/p/bosh-servlet/) with the following changes – Intermittent race condition and lock ups while...
I could fix the usb-disks infected with the virus which replaces your folders with a file folderName.exe, by following these steps (on Windows) – Run the ...
Error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuil...
This is small article on how to implement a custom datasource or a custom query executor in Jasper Reports Server, focused on the missing information in other t...
To skip authorizations and login without password to MySql server, sudo vi /etc/mysql/my.cnf Add the line skip-grant-tables after the linewhich reads skip-exter...
Want to urgently copy a text message from one pc to another, or have a short conversation with a peer on another pc ? here’s how – @ PC1: nc -l [por...
Run the following queries – SET GLOBAL log_output = 'TABLE'; SET GLOBAL general_log = 'ON'; After the latest 100 queries executed after this is done can b...
ssh -i [path to private-key-file] [target IP] # In the host shell sudo adduser [username] # Add a new user; this command also prompts for setting the passwo...
Extract the .gz file to standard output (option -c) and pipe this to target file. # example <pre><code>gzip -c inputfile.gz > outputfile</code...