Windows basics commands and tools for developers
Windows command prompt basics commands like ping, telnet, dir, cd, ipconfig and tools like Task Manager, Services, Registry.
How to prepare a Windows Java Development Machine
How to prepare a Windows Java Development Machine using Eclipse, NetBeans, Ant, Maven, MySQL, MongoDB, GIT, SVN.
How to create directory in Java
How to create directory in Java using File.mkdir()
and File.mkdirs()
methods. Contains multiple examples.
How to convert Inputstream to String in Java
How to convert a InputStream object to String object in Java using BufferedReader and InputStreamReader classes.
How to get free disk space in Java
How to get free disk space in Java using File.getFreeSpace()
, File.getTotalSpace()
and File.getUsableSpace()
.
How to find all files containing a text string on Linux
How to find all files containing a text string on Linux using grep command with exclude/include parameter.
Search
Other Posts
Follow Us On