IT news

457 bookmarks
Custom sorting
The Network Anyverse
The Network Anyverse
An explanation of my Network Anyverse Strategy. Normal practice for data networking was that technology was narrow: fixed bandwidth, focus on selected technology, and there were only service I  loo…
·etherealmind.com·
The Network Anyverse
Book: An Introduction to Computer Networks (Dordal)
Book: An Introduction to Computer Networks (Dordal)
This text is a free and open general-purpose computer-networking textbook, complete with diagrams and exercises.It covers the LAN, internetworking and transport layers, focusing primarily on TCP/IP. …
·eng.libretexts.org·
Book: An Introduction to Computer Networks (Dordal)
dd Command in Linux (Syntax, Options and Use Cases) – TecAdmin
dd Command in Linux (Syntax, Options and Use Cases) – TecAdmin
The dd command is a powerful utility in the Unix and Linux world that allows users to perform various data manipulation tasks, such as copying, converting, and writing data to different storage mediums. Its versatility and performance make it a favorite tool among system administrators and advanced users. Advertisement In this article, we will explore
·tecadmin.net·
dd Command in Linux (Syntax, Options and Use Cases) – TecAdmin
How to Check if a Program Exists in Linux – TecAdmin
How to Check if a Program Exists in Linux – TecAdmin
A shell script is a powerful tool for automating tasks on Unix-based systems. One common requirement when writing shell scripts is checking if a particular program or command exists on the system. This article will guide you through different methods to perform this check, allowing you to make your script more robust and reliable.Advertisement Table
·tecadmin.net·
How to Check if a Program Exists in Linux – TecAdmin
Working with Processes and Services in Linux: A Beginner's Guide – TecAdmin
Working with Processes and Services in Linux: A Beginner's Guide – TecAdmin
Linux is a popular open-source operating system used by developers, system administrators, and everyday computer users around the world. One of the most powerful features of Linux is its ability to manage processes and services. Processes are individual instances of a program that run on the system, while services are background processes that provide various
·tecadmin.net·
Working with Processes and Services in Linux: A Beginner's Guide – TecAdmin
20 Common Linux Interview Questions and Answers – TecAdmin
20 Common Linux Interview Questions and Answers – TecAdmin
Linux is one of the most popular operating systems in the world, and it is widely used in a variety of applications, from web servers to mobile devices. As a result, there is a high demand for developers and system administrators with expertise in Linux. Whether you are a seasoned Linux professional or a beginner,
·tecadmin.net·
20 Common Linux Interview Questions and Answers – TecAdmin
Managing Linux Processes: An Overview – TecAdmin
Managing Linux Processes: An Overview – TecAdmin
In Linux, a process is an instance of a running program. It can be a system process or a user process. A system process is a process that is run by the kernel to manage system tasks, while a user process is a process that is run by a user to perform a task. Advertisement
·tecadmin.net·
Managing Linux Processes: An Overview – TecAdmin
20 Basic Linux Commands for the Beginners (Recommended)
20 Basic Linux Commands for the Beginners (Recommended)
In this tutorial, we’ll cover 20 of the most essential Linux commands that every system administrator should know. These commands are the building blocks of many common tasks, and with a good understanding of them, you’ll be able to accomplish a lot on your Linux servers.Advertisement What is a Command? A Linux command is a
·tecadmin.net·
20 Basic Linux Commands for the Beginners (Recommended)
Getting Started with Linux Command line: The Beginner’s Guide
Getting Started with Linux Command line: The Beginner’s Guide
The Linux Command Line Interface (CLI) is a text-based interface for interacting with the operating system. Users can enter commands, which the system then interprets and carries out to the kernel. It allows the user to navigate the file system, manage files, and perform various other tasks. The command line interface is a powerful tool
·tecadmin.net·
Getting Started with Linux Command line: The Beginner’s Guide
Anatomy of Linux dynamic libraries
Anatomy of Linux dynamic libraries
Dynamically linked shared libraries are an important aspect of GNU/Linux. They allow executables to dynamically access external functionality at run time and thereby reduce their overall memory footprint (by bringing functionality in when it\'s needed). This article investigates the process of creating and using dynamic libraries, provides details on the various tools for exploring them, and explores how these libraries work under the hood.
·developer.ibm.com·
Anatomy of Linux dynamic libraries
Top Command in Linux (System & Process Monitoring) – TecAdmin
Top Command in Linux (System & Process Monitoring) – TecAdmin
The top command is a Linux command that displays real-time information about your computer’s processes. This information includes how much CPU and memory each process is using. The top command is very helpful when you want to troubleshoot problems with your computer or optimize its performance. While there are many different top commands that can
·tecadmin.net·
Top Command in Linux (System & Process Monitoring) – TecAdmin
How to Run a Local Script on a Remote Linux Server
How to Run a Local Script on a Remote Linux Server
Scripting repetitive tasks improves the efficiency of system administration. That’s great for local machines, but what if you oversee remote servers? Can you run a local script on a remote computer? Yes!
·howtogeek.com·
How to Run a Local Script on a Remote Linux Server