Skip to content
Info Linux
  • Home
  • Linux
  • Java
  • Software
  • Network
  • Server
Menu

Copying files in Linux using cp Command

  • Post author:milton
  • Post published:August 31, 2020
  • Post category:Linux / Linux Commands
  • Post comments:0 Comments

The command cp stands for - copy. It is used to copy files in the file system. The basic syntax is $ cp <source> <destination> The <source> is the existing…

Continue Reading Copying files in Linux using cp Command

Linux pwd Command

  • Post author:milton
  • Post published:August 31, 2020
  • Post category:Linux / Linux Commands
  • Post comments:0 Comments

The pwd command stands for - Print Working Directory In the shell, we execute commands while staying in a directory. If we do ls, we see the contents of that…

Continue Reading Linux pwd Command

Java User Input

  • Post author:milton
  • Post published:August 30, 2020
  • Post category:Introduction To Java / Java
  • Post comments:0 Comments

We already learned java variables and data types, Java initialization, and java format specifiers. We know how to print them out. Now, if we say to ask the user to…

Continue Reading Java User Input

Java Format Specifiers

  • Post author:milton
  • Post published:August 29, 2020
  • Post category:Introduction To Java / Java / Programming
  • Post comments:1 Comment

In the previous tutorial, we demonstrated a lesson for Java initialization. If you have a lack of knowledge from the Java initialization, we recommend you first check out that lesson…

Continue Reading Java Format Specifiers

Calculate Factorial in Java – using recursion / for loop

  • Post author:milton
  • Post published:August 27, 2020
  • Post category:Java / Programming
  • Post comments:0 Comments

Factorial of a number is the product of the numbers from 1 to that number. For example factorial of 3, denoted as 3! and the value is 3x2x1 = 6.…

Continue Reading Calculate Factorial in Java – using recursion / for loop

HashMap In Java

  • Post author:milton
  • Post published:August 27, 2020
  • Post category:Java / Working with data in Java
  • Post comments:0 Comments

In Java using HashMap we can store data using custom indexes. In HashMap an Index can be any object type. And for each object index there is a value. Importing…

Continue Reading HashMap In Java

this Keyword in java

  • Post author:milton
  • Post published:August 27, 2020
  • Post category:Java / Programming
  • Post comments:0 Comments

In java this keyword is use to reference the an object. Most of the time it used to reference the current object. However, in inner class, this can also refer…

Continue Reading this Keyword in java
Install avro keyboard in Ubuntu 19.04 / 18.04 / 16.04

Install avro keyboard in Ubuntu 19.04 / 18.04 / 16.04

  • Post author:milton
  • Post published:August 23, 2020
  • Post category:Desktop / Linux / Linux Operating System
  • Post comments:0 Comments

Avro keyboard is the popular software to type bangla in computer. Since, the popularity of linux based operating systems is increasing the OmicronLab company has also developed software to type…

Continue Reading Install avro keyboard in Ubuntu 19.04 / 18.04 / 16.04

What are you looking for?

Recent Posts

  • Linux Sed Regular Expressions
  • Removing Directory Using rmdir Command Tool in Linux
  • mkdir Command Tool in Linux
  • Desktop Environments: DE
  • route Command in Linux

Categories

  • Desktop (9)
  • Java (14)
  • Linux (80)
  • Network (1)
  • Programming (7)
  • Server (2)
  • Software (6)
  • Unix (24)

Topics

bomi boot command command-tutorials cp directory DNS file file-permission file-system grep I/O-redirection install Java kernel libre-office linux linux-command man man-command media-player memory-directory miro networking networking-command open-suse operating-system partitions permission Programming rename Server shell shell-command sm-player tutorials ubuntu unix unix system unix system-resources usb user users vlc windows

Archives

  • September 2020 (13)
  • August 2020 (8)
  • July 2019 (4)
  • June 2019 (4)
  • May 2019 (22)
  • April 2019 (11)
  • March 2019 (18)
  • February 2019 (6)
  • January 2019 (6)
  • December 2018 (7)
  • January 2017 (5)
  • Contact
  • About
© InfoLinux.com
Close Menu