How to Reset User Password in Linux/Unix-like OS?
Linux and UNIX-like operating systems provide the passwd command to reset or change the user password. The passwd command is...
In this post, we will see how to use the Javascript Random Number Generator. Math.random() function is used to generate random number(s) in Javascript. The most common use cases for...
Linux and UNIX-like operating systems provide the passwd command to reset or change the user password. The passwd command is...
With the help of masquerading functionality of sendmail, your outgoing email appears from [email protected] instead of [email protected]. This will also...
Fedora Linux uses pam module called pam_succeed_if.so for its authentication.Default configuration of this module blocks root login using GUI. STEP...
Writing a Java objects to a file is called as Serialization in java. In order to do this, you have...
There are many ways to create and write a new file in Java. In this article, I will show you the...
Below java code shows how to get create date of file in java – [java] /**************************************************************************************** * Created on 08-2011...
Below java code show how to read user input from Console using Console java class [java] /**************************************************************************************** * Created on...
Below code shows how to load properties from text file in java – [java] /**************************************************************************************** * Created on 08-2011 Copyright(c)...
Below java code example shows how to load properties from XML file – [java] /**************************************************************************************** * Created on 08-2011 Copyright(c)...
Below java code example shoes how to get last modified date of file – [java] /**************************************************************************************** * Created on 08-2011...
Below code shows how to use RandomAccessFile java class – [java] /**************************************************************************************** * Created on 08-2011 Copyright(c) https://kodehelp.com All Rights...
Below java code shows you efficient way to write the data to text file [java] /**************************************************************************************** * Created on 08-2011...