Configure Your Own Maven Repository using FTP/SCP/SSH in Ubuntu Server 33 Comments Running your own Maven repository is dirt simple. All you need is a web server where you can upload files Maven supports FTP, SCP, WebDA... Read More
8 Ways to Backup Linux System 4 Comments Data loss is an error condition in information systems in which information is destroyed by failures or neglect in storage, transmission, o... Read More
Scala HelloWorld Program using SBT [Simple Build Tool] Add Comment SBT is a build tool for Scala, Java, and more. It requires Java 1.6 or later. Installation of SBT $ mkdir $HOME/bin $ wget http://r... Read More