Tag Archives: linux
Computer OS Commands
# Install ncftp client apt-get install ncftp # Install compress tools apt-get install unrar-free apt-get install p7zip-full
# Download folder
ncftpget –R –v –u <ftpUser> <ftpServer> client-path server-folder-path
# more…
Install multiple versions of Java
Because of software-specific requirements, installation of multiple versions of JVM is therefore needed. For example, you have a 64-bit OS server with JVM installed. You now want to run a 32-bit Java-based application while the existing JVM more…
Dot Net on Linux
Mono, an implementation of Microsoft dotNet framework on the ECMA standards for C# and the Common Language Runtime, has been around for a while and got support from a large community. With recent implements to fully support ASP.NET 2.0, ASP.NET MVC and ASP.NET AJAX, it guarantees to run smoothly C# based applications which do not heavily depend on Windows Server and MSSQL, more…