A Simple Server
The task is to construct a simple server which just passes a string to the client. Client/server describes the relationship between two computer programs in whi...
The task is to construct a simple server which just passes a string to the client. Client/server describes the relationship between two computer programs in whi...
Problem : USB disk/storage devices are auto loaded as Read Only in Ubuntu. When attempting write operation it gives the message like “Read only file syste...
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...
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...
On console, run dpkg -L [package name] KjKj [/.] Sreekumar programs computers as a hobby and profession. Into programming from his school days, Sree uses Codema...