Showing headlines posted by savona

« Previous ( 1 2 3 4 5 ... 6 ) Next »

Uptime Command - How Long Has My System Been Running?

  • Putorius.net; By Karim Buzdar (Posted by savona on Jun 9, 2020 1:37 PM EDT)
  • Groups: Linux
The uptime command shows you information pertaining to the time your system has been running. This simple, yet useful, command is often taken for granted. Let's take a look at the uptime command, it's options, and explain it's output.

Seq Command - Working with sequences in Bash Scripts

  • Putorius.net; By Karim Buzdar (Posted by savona on Jun 5, 2020 5:31 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux seq command has been around for years, since 1985 to be exact. However, it is still one of those useful commands that many Linux users rarely use. The seq command is a GNU Core Utility that prints a sequence of numbers for use in bash scripts or one-liners. Learn how to use this handy little tool.

Show Full Paths of Shell Commands - Which?

  • Putorius.net; By Karim Buzdar (Posted by savona on Jun 3, 2020 9:45 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The which command is a simple utility that shows you the full path of shell commands. It may not have a lot of options, but it does it's job really well.

How to Record Your Screen Using Gnome Screencast

  • Putorius.net; By Marco Cherisi (Posted by savona on Jun 2, 2020 11:43 PM EDT)
  • Groups: Linux
How to use the native Gnome Screencast took to record a screencast and how to overcome the default 30 second limit on recording time.

How to Create a Multiple Choice Menu in Bash Scripts

  • Putorius.net; By Steven Vona (Posted by savona on Jun 2, 2020 8:00 PM EDT)
  • Groups: Linux
How to use select constructs and case statements to make multiple choice menus for your Bash scripts.

A Bgeinners Guide to Snap Packages

Snaps are software packages developed by Canonical initially for Ubuntu. Now they are available for all major Linux distributions and exhibit significant benefits over typical packaging systems like APT, RPM, and Pacman. The package manager used to manage snaps is known as snappy and the service behind it is known as snapd. This tutorial tells you how to install and manage snap packages from the GUI or command line in any Linux Distribution.

systemd-tmpfiles - Managing Temporary Files and Directories

  • Putorius.net; By Steven Vona (Posted by savona on May 13, 2020 4:02 PM EDT)
  • Story Type: Tutorial; Groups: Linux
An in-depth look at how systemd-tmpfiles creates, removes and cleans temporary files and directories.

Download YouTube Videos (and much more) from the Linux Command Line

  • Putorius.net; By Marco Cherisi (Posted by savona on May 4, 2020 3:07 PM EDT)
  • Story Type: Tutorial; Groups: LPI, Python
You can download videos from over 1,000 online content providers using this crafty Python script. In this quick tip we show you how to install and use youtube-dl to download videos for offline viewing!

How to Upgrade Fedora 31 to Fedora 32 - A Step by Step Visual Guide

A step by step visual guide on how to upgrade Fedora 31 to Fedora 32 using the Gnome Software Center or the Linux command line.

Unexpand - Convert Spaces to Tabs on the Linux Command Line

  • Putorius.net; By Steven Vona (Posted by savona on Apr 29, 2020 7:05 AM EDT)
  • Groups: Linux
The unexpand command allows you to easily convert spaces to tabs in a file. If you are on the "tabs" side of the tabs vs spaces war, then this utility is for you. It is Richard Hendricks approved.

The Tab vs Space debate is real! Use the expand utility to convert all tabs to spaces

  • Putorius.net; By Marco Cherisi (Posted by savona on Apr 21, 2020 6:04 PM EDT)
  • Groups: Linux
The expand utility is part of the GNU Core Utilities and perfect for people who are on "team spaces". It allows you to easily convert all tabs to spaces with options to limit the number and only convert leading tabs.

Monitor Bandwidth from the Linux Command Line with BMON

  • Putorius.net; By Steven Vona (Posted by savona on Apr 15, 2020 12:13 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The bmon utility is a powerful command line bandwidth monitoring tool that provides real-time network interface statistics. We take a look at some of it's features and provide insight into some of it's more common features.

Linux Unlink Command - Remove Files and Symbolic Links

  • Putorius.net; By Marco Cherisi (Posted by savona on Apr 13, 2020 11:45 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The unlink command doesn't get as much attention as some of the other GNU Core Utilities. It has one simple function, to remove a file or symbolic link from a Linux file system. In this article we will discuss how to use the unlink command, and the differences between unlink and the rm command.

Take Screenshots of Websites from the Linux Command Line

  • Putorius.net; By Marco Cherisi (Posted by savona on Apr 9, 2020 4:54 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Use Chrome/Firefox headless mode to create snapshots of URLs from the Linux command line.

Brute Force Attacks - Pen Testing Using Hydra and RSMangler

Most security experts agree that one of the biggest security vulnerabilities is the password. Despite a growing concern for privacy and anonymity, users and IT departments alike are ignoring basic cybersecurity best practices, especially password hygiene. In this article we will introduce you to some tools that will demonstrate how easy it is to gain unauthorized access via password cracking and brute force attacks.

Trash-CLI Command Line Recycle Bin - Never Lose Another File

  • Putorius.net; By Steven Vona (Posted by savona on Mar 5, 2020 7:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
If you work on the Linux command line long enough, you will eventually delete a file by accident. Enter Trash-CLI, the command line interface to the Linux trash can. In this Linux quick tip we will show you how to install and use this nifty little utility.

Banner Grabbing - Penetration Testing Basics

Banner grabbing is a common reconnaissance technique used in penetration testing. Let's take a look at some tools used to perform banner grabbing and how to launch your first grab.

Run a Security Audit of Exposed Ports and Services Using Nmap

Learn how to use Nmap and some of it's scripts to run a security audit on your system. Easily gain valuable information on the security posture of your system.

5 Non-Technical Tips for the Linux Beginner

  • Putorius.net; By Steven Vona (Posted by savona on Feb 25, 2020 12:50 AM EDT)
  • Groups: Linux
Let's take a look at 5 philosophies that I believe will help a Linux beginner more than remembering every switch for every command.

Create and View Linux Cheat Sheets from the Command Line

  • Putorius.net; By Steven Vona (Posted by savona on Feb 14, 2020 3:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Cheat sheets are popular with people learning Linux. Learn how the cheat utility allows you to view and edit cheat sheets right from the place you need them most, the command line.

« Previous ( 1 2 3 4 5 ... 6 ) Next »