free-to-use Archives - Mp3 Store https://mp3store.in/tag/free-to-use/ Technical and technology Tue, 05 Jul 2022 14:27:29 +0000 en-US hourly 1 https://wordpress.org/?v=6.7 https://i0.wp.com/mp3store.in/wp-content/uploads/2022/09/cropped-logooooo-1.jpg?fit=32%2C32&ssl=1 free-to-use Archives - Mp3 Store https://mp3store.in/tag/free-to-use/ 32 32 208601112 BASICS LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-2] https://mp3store.in/2022/07/05/basics-linux-command-for-absolute-beginners-part-2/ https://mp3store.in/2022/07/05/basics-linux-command-for-absolute-beginners-part-2/#respond Tue, 05 Jul 2022 14:09:30 +0000 https://mp3store.in/?p=30 In this series we will learn about various linux command as this goes on we will get into intermediate and advance linux commands  So in PART-1 of basic linux command we see command linux command. In this post, we will continue to learn some other basic commands of linux in this post. Check out the PART-1 OF BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS WHAT IS LINUX ?     Linux is a open source operating system that runs linux kernel there are lot of distribution of linux, linux is highly customizable os unlike windows for macos they are very restricted compare

The post BASICS LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-2] appeared first on Mp3 Store.

]]>
In this series we will learn about various linux command as this goes on we will get into intermediate and advance linux commands 

So in PART-1 of basic linux command we see command linux command. In this post, we will continue to learn some other basic commands of linux in this post.

Check out the PART-1 OF BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS

WHAT IS LINUX ?

    Linux is a open source operating system that runs linux kernel there are lot of distribution of linux, linux is highly customizable os unlike windows for macos they are very restricted compare to the linux os,os linux can run on wide variety of hardware from smartwatch to supercomputer and they are well know for it stability and reliability 

to learn little bit more about linux click here

this article will show additional and useful basic linux commands

1.locate

    You can use this command to find a file, just like the windows search in Windows.in addition to that, using the -i argument along with this command will make it case-insensitive, so you can search for a file even if you don’t know its exact name.

To search for a file that having more than two words, use an asterisk *. For ex, locate -i scnotes* note command will search for any file that contains the word “scnote” and “scnote”, even if it is in uppercase or lowercase.

2.find

    It is similar to the locate command, using find it also  searches for files and directories. The difference between locate and find commands is that, you use the find command to find the files within a specific directory.

As an example, find /home/ -name scnotes.txt command will search for a file called scnotes.txt within the home directory and its subdirectories.

3.grep

This is another basic Linux command that is very helpful for everyday use .It lets you search through all the text in a given file.

For example if you type “grep pink colors.txt” it will search for the word pink in the colors file. Lines that contain the word will be shown fully.

4.df

    df command is used to get a report on the system’s disk space usage, shown in percentage and KBs. If you want to see the disk space usage report in megabytes, type df -m.

5.du

    If you want to check the size of a file or a directory, the du (Disk Usage) command is used for that purpose.However, the disk usage summary will show disk- block numbers instead of the usual size format. If you want it to show it in bytes, kilobytes, and megabytes, add the -h argument to the command.

6.tar

    The tar command is one of the most used commands to archive multiple files into a tarball file ,a common Linux file format that is like zip format in other operating systems, with compression being optional.

This command has a long list of functions such as adding new files into an existing tarball file, listing the total  content of an archive, extracting the content from a file, and many more.

7.chmod

    chmod is another Linux command, used to change the write,read and execute permissions of files and directories.

8.ping

    Ping command is used to check the connecting status of the server that is still alive and does it give response back or not

9.history

     History command is used to show the previously typed command in the terminal 

10.echo

    This command is used to copy some data into a file. For eg, if you want to add the text, “hello world” into a file called nameless.txt, you would type echo hello world >> nameless.txt

The post BASICS LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-2] appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/07/05/basics-linux-command-for-absolute-beginners-part-2/feed/ 0 30
 BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-1] https://mp3store.in/2022/07/05/basic-linux-command-for-absolute-beginners-part-1/ https://mp3store.in/2022/07/05/basic-linux-command-for-absolute-beginners-part-1/#respond Tue, 05 Jul 2022 14:04:19 +0000 https://mp3store.in/?p=20 WHAT IS LINUX ?     Linux is a family of open source operating system running linux kernel you might not know about linux but the world is run by linux ,all the server are exclusively runs linux operating system because linux is known for its stability and relatability as well is it can run on wide range of hardware from watches to supercomputers     Unlike windows and mac os linux is completely open source and it has a very large community of people that helps ordinary people to get using linux, and there are lot of distribution there is something

The post  BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-1] appeared first on Mp3 Store.

]]>
WHAT IS LINUX ?

    Linux is a family of open source operating system running linux kernel you might not know about linux but the world is run by linux ,all the server are exclusively runs linux operating system because linux is known for its stability and relatability as well is it can run on wide range of hardware from watches to supercomputers

    Unlike windows and mac os linux is completely open source and it has a very large community of people that helps ordinary people to get using linux, and there are lot of distribution there is something for everyone in the linux 

    Unlike other os the linux doesn’t even need GUI(Graphical user interface) or mouse  to operate the entire system ,it can even operate by commands in the terminal many people are scared because of that but most linux distros come with GUI but still learning some command will improve your day to day workflow in linux

    So these are some of the command for beginners 

check out the a small introduction to linux here.

1.ls command

    ls  command is used to list all the file in the current directory you are in if you want the ls command to to show hidden files then use -a as an argument to show the all the file with hidden files in the current directory

2.cp-command 

    cp command is used to copy files through the command line interface. It takes two parameter: The first is the location of the file to be copied, the second is where to copy the file.

3.cd command

    cd-  change directory

    It is used to go to a specific directory. For example, if you are in the home folder, and you want to change it to the downloads folder, then you can type in “cd Downloads”., this command is case sensitive, and you have to type in exact name of the folder. But the changing director should be with in the current directory for example you are in downloads folder you want to open ex1 folder but it is inside 

Some other folder in the download directory then the command should be cd Download/folder/ex1 also if the folder you want to open having two name like space in between then the space should be denoted by \ for example if the name of the folder is home work then the command should be cd home\work

If you want to go back then use cd ..

5.cat command

    cat command is used to display the contents of a file. For example cat hello.txt 

The contents of the hello.txt file will be displayed

6.mv-command

    mv it is similar to cut in other operating system it is same as cp command but instead of coping its content it will move the content it have two argument the first should be the source location next should be the destination

7.mkdir-command

    mkdir command is used to create a new director for example mkdir hello it will create a new folder in the current working directory it can also use to create inside the other director for example it can create new folder inside the hello folder by using mkdir /hello/hello2

If you folder need two word then the blank space is represented by \

8.rmdir-command

    rmdir  is exactly opposite to mkdir command; it is use to delete the directory but it can only delete empty directory to delete the contents of the file rm command is used for that purpose.

9.rm command

 rm command is used to delete files and directories.  Use “rm -r” to delete just the directory. Defaut It deletes both the folder and the files contained within the directory.

10.touch-command

    Touch command is used to create file it can create any type of file for example touch hello.txt

It will create an empty text file with the name hello

The post  BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-1] appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/07/05/basic-linux-command-for-absolute-beginners-part-1/feed/ 0 20