Article on the subject of "linux network command"

  • How to check open ports in Linux

    How to check open ports in Linux

    when troubleshooting network problems or trying to improve security for linux computers, you need to know which ports are open. this article will show you some ways to test open ports in linux.
  • How to find, set and change IP addresses on Linux

    How to find, set and change IP addresses on Linux

    ip address is like a computer phone number. computers use it to communicate with other devices and vice versa. here are some simple ways to manage ip addresses on linux.
  • How to use ss command on Linux

    How to use ss command on Linux

    the ss command is a new alternative to the classic netstat. you can use it on linux to get data about network connections. here's how to work with this helpful tool.
  • How to use the which command in Linux

    How to use the which command in Linux

    the which command in linux determines the executable binary, which will execute when you issue a command to the shell. if you have different versions of the same program on your computer, you can use which to find out which shell will use.
  • How to check open ports in Linux

    How to check open ports in Linux

    when troubleshooting network problems or trying to improve security for linux computers, you need to know which ports are open. this article will show you some ways to test open ports in linux.
  • 20+ essential Linux security commands

    20+ essential Linux security commands

    here are some of the most important security commands for everyday work on linux systems. if you're interested in security issues on your linux system, don't ignore these helpful security commands.
  • How to use the stat command on Linux

    How to use the stat command on Linux

    the linux stat command shows you more details than the ls command. the following article will show you how to use the stat command in linux. like ls, the stat command has many options. this makes it a great candidate for the use of alias.
  • 14 interesting Linux commands in Terminal

    14 interesting Linux commands in Terminal

    terminal is a very powerful tool, but it can become 'interesting' through a few bash commands that quantrimang will introduce to you later. let's follow up and find out because some commands are quite useful.
  • Basic Linux commands everyone needs to know

    Basic Linux commands everyone needs to know

    when using linux, you should also learn basic linux commands to make operations quicker and easier. here are some basic commands on linux you should know.
  • 18 Interesting Linux Commands in Terminal

    18 Interesting Linux Commands in Terminal

    terminal is a very powerful tool, but it can be made 'interesting' through a few bash commands that tipsmake.com will introduce to you below. let's follow and learn because some commands are quite useful.
  • The Cat command in Linux

    The Cat command in Linux

    the cat command (short for 'concatenate') is one of the most frequently used commands in operating systems like linux / unix. the cat command allows users to create one or more files, view file contents, join files, and redirect output in a terminal or file.
  • How to use the last command in Linux

    How to use the last command in Linux

    want to know who, what time and which device to access your linux computer? please read the following article.
  • 7 commands to manipulate the most basic files and folders everyone must know

    7 commands to manipulate the most basic files and folders everyone must know

    on windows or linux operating systems, there are a number of things that users can only do with commands. in the following article, the network administrator will introduce you to the 7 most basic commands that any user must 'understand' to perform operations faster.
  • 11 uses of ps command in Linux

    11 uses of ps command in Linux

    for system administrators, ps is a frequently used tool. the ps command is used to list the processes currently running on the system, with many available filtering and display modes via flags and arguments.
  • Instructions for using zforce command on Linux

    Instructions for using zforce command on Linux

    the gzip command is a popular tool used to compress / decompress files in linux. tipsmake.com presents the basics of this tool in the article: some basic terminal commands in linux mint 11.
  • How to limit access to su command in Linux

    How to limit access to su command in Linux

    if you have added linux to your data center or are just using a single linux machine for your business, you need to make sure it is as secure as possible.
  • 12 things Linux is easier to do in the command line than graphical software

    12 things Linux is easier to do in the command line than graphical software

    graphical user interfaces (guis) were invented to make life easier for computer users, so it's very common to use them to perform most everyday tasks.
  • 11 df commands in Linux (with example)

    11 df commands in Linux (with example)

    with the df command in linux, you can easily check your system for details about disk space and file size. these 12 examples of df commands will show you how to do them in detail.
  • How to use the Linux command line on Android with Termux

    How to use the Linux command line on Android with Termux

    android is a very operating system 'capacity with more and more desktop accessibility applications. however, sometimes you want to make some things on android that can be as easy as desktop. fortunately, you can use the termux tool, which builds on the existing infrastructure and provides a
  • How to find, set and change IP addresses on Linux

    How to find, set and change IP addresses on Linux

    ip address is like a computer phone number. computers use it to communicate with other devices and vice versa. here are some simple ways to manage ip addresses on linux.
  • Instructions for using find command in Linux

    Instructions for using find command in Linux

    the find command is one of the most important and handy commands on a linux system. as its name suggests, the command can find files on a linux pc based on a variety of conditions and variables you set.
  • How to use the history command in Linux

    How to use the history command in Linux

    as you spend more and more time in terminal sessions, you will constantly find new commands that make everyday tasks more efficient. the gnu history command is one of them.