1) How install and set Mate-Desktop as remote desktop sudo apt install mate-environment sudo apt install xrdp [sudo apt install vino]
Category: Technical
Creating Debian installer(.deb) for linux based system makes the installation process very simple because we do not need to worry about the required files and
1) Why static block? Java static blocks are used to initialize the static variables. The static block code is loaded when Java Virtual Machine(JVM) loads
It is sometimes a great issue when one wants to serialize their objects into XML files. We have JAXB(Java Architecture for XML Binding) API which
If you want to install OpenCV in ubuntu, the clearcut explanation is provided here: The installation is explained here: http://opencv.willowgarage.com/wiki/InstallGuide%20%3A%20Debian The use of opencv library
I learned first programming language(C and C++) using command line input and output; and it was really interesting. Then after I started Java, and because
Some programmer prefers authentication through programming to declarative authentication, that all depends upon choice. I also used programed authentication before when I did my Bachelor’s
It is not so complicated to create your own email sending application using Java by using the JavaMail API. To send an email, we need
Possibilities of Using Layers: The layers of a panel can be used to create more better interactive systems. We can use the glass-panes and layers
–> We can implement animation by creating a timer, and when we need animation for a particular object, then we start the timer and inside