Copy and Paste is not working on Remote Desktop Connection
Copy and Paste is not working on Remote Desktop Connection. The simple solution is to restart the rdpclip application.
How to export and import a .sql file in MySQL from command line
How to export and import a .sql file in MySQL from command line. Simple commands with multiple parameters.
How to open port for a specific IP address on CentOS 7
How to open port for a specific IP address on CentOS 7. Using the firewall-cmd command with add-rich-rule parameter.
How to build a LAMP stack (Linux, Apache, MySQL, PHP) on CentOS 7
How to build a LAMP stack (Linux, Apache, MySQL, PHP) on CentOS 7. The article includes the install + the firewall settings for public access.
How to make a file read only in Java
How to make a file read-only in Java. Simple example using File.setReadOnly()
and File.setWritable(boolean)
methods.
How to decompress files from ZIP format using Java
How to decompress files from ZIP format using Java. The example will unzip all files to a specific folder.
Search
Other Posts
Follow Us On