how-toHow to examine files on LinuxLinux provides very useful options for viewing file attributes, such as owners and permissions, as well as file content.By Sandra Henry StockerOct 24, 20246 minsLinux how-to 8 easy ways to reuse commands on LinuxBy Sandra Henry-StockerOct 15, 20245 minsLinuxnews SUSE Edge upgrade targets Kubernetes and Linux at the edgeBy Sean Michael KernerOct 15, 20246 minsEdge ComputingLinuxNetwork Management Software how-toLesser-known xargs command is a versatile time saverBy Sandra Henry Stocker Oct 11, 20246 minsLinux newsLinus Torvalds annoyed by passive language in commit messagesBy Viktor Eriksson Oct 09, 20243 minsLinux how-toUnderstanding exit codes on LinuxBy Sandra Henry Stocker Oct 04, 20245 minsLinux how-toMaking use of command history on LinuxBy Sandra Henry Stocker Sep 30, 20246 minsLinux how-toExamining the many ways to run loops on LinuxBy Sandra Henry Stocker Sep 27, 20246 minsLinux newsLinus Torvalds to developers: Pursue meaningful projects, not hypeBy Sean Michael Kerner Sep 17, 20244 minsLinuxData Center Articleshow-toTracking user logins on LinuxLinux systems provide many ways to view user activity, including when they login, how long they stay logged in, and what commands they run.By Sandra Henry Stocker Sep 16, 2024 6 minsLinuxhow-toBash scripting cheat sheetDeveloping bash scripts lets you do a lot of work with little or no effort. This bash command cheat sheet will help you get started.By Sandra Henry-Stocker Sep 13, 2024 6 minsLinuxnewsWhy eBPF is critical and how it's getting bettereBPF is a foundational Linux networking technology used for routing, monitoring and security, and soon it will be coming to Microsoft Windows, too.By Sean Michael Kerner Sep 12, 2024 5 minsLinuxNetworkingopinionDon’t miss Insider Threat Awareness MonthSeptember is designated National Insider Threat Awareness Month, according to a group of federal agencies and tech industry organizations.By Sandra Henry Stocker Sep 11, 2024 5 minsLinuxhow-toViewing system performance details with the top commandThe top command is one of the most useful commands for getting a quick glimpse into how your Unix server is performing.By Sandra Henry Stocker Sep 09, 2024 5 minsLinuxnewsRed Hat delivers AI-optimized Linux platformRed Hat Enterprise Linux AI is aimed at making it easier and cheaper for enterprises to deploy generative AI technologies with open-source tools sets and models.By Maria Korolov Sep 05, 2024 5 minsLinuxCloud Computinghow-to7 ways to compare text files on Linux The diff, comm, cmp, and colordiff commands are among the many ways to compare text files on a Linux system.By Sandra Henry Stocker Aug 26, 2024 6 minsLinuxhow-toHow to work with substrings on LinuxThe awk, cut, grep, expr, sed and xargs commands provide many useful options for manipulating text.By Sandra Henry Stocker Aug 20, 2024 7 minsLinuxopinionKey rules for Linux sysadminsAfter 30 years managing Linux servers, I've found these practices helped me stay focused and effective.By Sandra Henry-Stocker Aug 09, 2024 6 minsLinuxCareershow-toHow to find and fix spelling errors on LinuxThere are a number of spelling assistants you can use on Linux systems, including aspell, enchant-2, look, and grep. Some commands will need to be installed on your system.By Sandra Henry Stocker Aug 01, 2024 6 minsLinuxhow-toHow to log out of a Linux system from a scriptExiting a script and logging out are very different, but sometimes you may need to log out of your Linux system from within a script. Here's how to do it.By Sandra Henry Stocker Jul 29, 2024 4 minsLinuxhow-toGauging system activity on Linux with dstatWant to do a quick performance check on your Linux system? You might want to take a look at the dstat command. By Sandra Henry-Stocker Jul 24, 2024 7 minsLinux Show more Show less View all Resources whitepaper Download the AI in the Enterprise (for Real) Spotlight This issue showcases practical AI deployments, implementation strategies, and real-world considerations such as for data management and AI governance that IT and business leaders alike should know before plunging into AI. The post Download the AI in the Enterprise (for Real) Spotlight appeared first on Whitepaper Repository –. By Foundry Editorial 31 Oct 2024Artificial IntelligenceIT LeadershipSecurity whitepaper Enabling the smart manufacturing journey with Cognizant and AWS By AWS and Cognizant 31 Oct 2024Business OperationsManufacturing IndustryManufacturing Systems whitepaper Charting an accelerated course to smart manufacturing By AWS and Cognizant 31 Oct 2024Business OperationsManufacturing Industry View all Video on demand videoHow to see how many days passed since the beginning of the Linux epochIn this Linux tip, we’re going to look at a command that allows you see how many days have passed since the beginning of the Linux epoch – Jan 1, 1970. To begin, we use the command below to display the number of seconds since the epoch began on Jan 1, 1970. This is how Linux stores dates and times. $ date +%s 1719337777 To convert this number from the number of seconds to the number of days, you would do this: $ days=`expr 1719337777 / 60 / 60 / 24` 19899 This divides the number of seconds by the number of seconds per minute, minutes per hour and hours per day. And, if you’re not confident about the result, you can convert it to the number of years and see a number that is easier to confirm. $ expr 19899 / 36554 Jul 15, 2024 1 minsLinux How to use the pv command Jul 09, 2024 2 minsLinux How to use the stat command Jun 27, 2024 2 minsLinux The SL command easter egg Jun 27, 2024 1 minsLinux See all videos Explore a topic 5G Careers Cloud Computing CPUs and Processors Data Center Edge Computing Enterprise Storage Generative AI Industry Internet of Things Networking Network Management Software Network Security Virtualization All topics Close 5G Careers Cloud Computing CPUs and Processors Data Center Edge Computing Enterprise Storage Generative AI Industry Internet of Things Networking Network Management Software Network Security Virtualization Show me morePopularArticlesPodcastsVideos analysis Cisco takes aim at developing quantum data center By Michael Cooney Oct 31, 20245 mins High-Performance ComputingServersNetworking opinion Do data center CPUs have shorter lifespans? By Andy Patrizio Oct 30, 20243 mins CPUs and Processors news Fortinet launches standalone endpoint DLP product By Sean Michael Kerner Oct 30, 20244 mins Network SecurityData Center podcast Has the hype around ‘Internet of Things’ paid off? | Ep. 145 Apr 18, 202436 mins IoT PlatformsIoT Security podcast Episode 1: Understanding Cisco’s Converged SDN Transport Sep 24, 202120 mins Cisco SystemsInternetNetworking podcast Episode 2: Pluggable Optics and the Internet for the Future Sep 23, 202117 mins Optical DrivesCisco SystemsInternet video How to use the diff3 command Sep 26, 20242 mins Developer video How to use the colordiff command Sep 24, 20241 mins Developer video How to use the CMP command Sep 17, 20242 mins Developer