Showing headlines posted by linuxer

« Previous ( 1 ... 13 14 15 16 17 18 19 20 21 22 23 ... 27 ) Next »

How to gain access to a MAC whitelist WiFi network

MAC address whitelisting sounds like a great way to prevent unauthorized access to your wireless network, but it doesn't work. The purpose of this guide is to demonstrate exactly how easy it is to spoof a whitelisted MAC address and gain access to a restricted network.

How to Overclock Your AMD Ryzen CPU On Linux

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Aug 31, 2017 3:50 PM EDT)
  • Story Type: Tutorial; Groups: Linux
AMD's Ryzen CPUs were designed to be overclocked. They're excellent at it, and they benefit greatly from it. Most Ryzen CPUs can even overclock a few hundred MHz using a stock cooler. That's impressive no matter how you look at it.

Overclock Your Radeon GPU With AMDGPU

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Aug 28, 2017 5:36 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The open source AMDGPU drivers don't have a fancy GUI interface that lets you overclock your card. Actually, they don't come with any kind of control center at all. That's alright, though, you can still overclock your card by modifying a couple of values in configuration files, a perfectly Linux solution if you think about it.

How to use getopts to parse a script options

Modifying a bash script behavior via runtime options, just like we normally do with command line programs, can be very useful. The bash shell provides the getopts builtin command, a standard way to achieve this. How to use it is what we will learn in this tutorial.

How to restrict users access on a Linux machine

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Aug 24, 2017 6:33 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial we are going to learn how to restrict access to a Linux machine by interacting with two files: /etc/securetty, which let us specify from what console it's possible to login directly as root, and /etc/security/access.conf, in which we can set some rules to restrict access for specified users or groups from certain origins.

Children multiplication tables practice test with Bash script on Linux

The following post is a little bit different from my other posts as it does not solve any of your Linux configuration problems. Apologies there! This post is an attempt to kill multiple birds with one stone, hence expose children to a command line, avoid web flash and ads driven multiplication practice tests online and most importantly gain some multiplication skills along the way.

Listen To Your Favorite Radio Station With A Single Command on Linux

Internet radio is a great way to listen to different radio stations from across your country or the world in real time. Unlike listening to your own music collection, it gives you the opportunity to discover new artists and genres that you might not have explored otherwise. Many Internet radio stations are browser-based, meaning they're easily accessible regardless of your operating system, but having yet another browser window open isn't all that convenient, and it eats into RAM. Plus, you're on Linux, why not have an awesome command line hack to tune into your favorite Internet radio station in seconds?

Learn the basics of the ZSH shell

Bash isn't bad. It gets the job done just fine, but have you ever considered what it'd be like if Bash had some extra features to make it more convenient to work with? That's more-or-less what ZSH is. It includes all of the features that you'd expect from Bash, but it also has some really nice additions to make your life easier. Actually, you'll be amazed at how much easier they make working in the command line.

Install and Play Overwatch On Linux With Wine

For over a year now, one game has been the white whale for Linux gamers. That game, of course, is Overwatch. For many, it's a game that should have been simple. Every other Blizzard game has had a Mac port and worked fine under Wine. Overwatch has been that one glaring exception.

How to Install and Use UFW Firewall on Linux

UFW also known as Uncomplicated Firewall is an interface to iptables and is particularly well-suited for host-based firewalls. UFW provide an easy to use interface for beginner user who is unfamiliar with firewall concepts. It is most popular firewall tool originating from Ubuntu. It supports both IPv4 and IPv6.

Get Better Notifications In Your WM With Dunst

No one wants to spend hours configuring and customizing their tiling window manager only for an ugly, poorly rendered notification window from GNOME to keep popping up and ruining the overall feel of their desktop.

Keep Your /home Safe With Cron Backups

Sure, there are backup utilities for Linux, but with a couple of scripts, you can keep your important files backed up regularly with little to no effort. A very simple Bash script will do the bulk of the work. For the rest, you'll take advantage of the cron system already on your computer.

Polybar: A Better WM Panel for your Linux system

If you've been using a window manager(tiling or otherwise), or you're thinking about it, you've probably looked into different options for menu bars. Most window managers either don't come with one, or they're packaged with something that's not all that useful. Polybar is an excellent answer.

Fundamentals of processes management on Linux

One of the core activities of a system administrator is that of monitoring and interacting with the processes running on a machine. In this tutorial you will be introduced to the use of some fundamental tools that will help you accomplish that vital task.

Monitor AMD Ryzen Temperatures In Linux with latest kernel modules

AMD's Ryzen CPUs have been out for several months now, but AMD still hasn't released any specifications or code to get temperature monitoring support for CPU sensors in Linux. Thankfully, there are fairly accurate sensors on Ryzen motherboards, and they are accessible through Linux.

Master Your Audio From The CLI With FFMPEG

Audio formats are often easier to manage than video ones, but that doesn't mean that they don't come with their own headaches. For the most part, audio problems stem from DRM and losses in quality. While FFMPEG can't always help with DRM, it can help you to convert your files without losing quality.

Master Your Videos From The CLI With FFMPEG

Video formats can be a real pain. Some programs and devices only support a select few. Others take up loads of space on your hard drive. Even worse, the playback on poorly converted media is terrible.

FFMPEG puts the power in your hands and all from the command line. You can use FFMPEG to wrangle your video files into exactly the right file formats without sacrificing quality or dealing with clunky and incomplete GUI tools that have more dependencies than functionality.

Keep Track Of Your Schedule With Taskwarrior

Taskwarrior is a simple but powerful command line tool for managing tasks and objectives. Taskwarrior has been around for a while, and it's still in active development and going strong. As of today, Taskwarrior is probably the best command line task management utility available.

Protect Your System. Run Your Browser In Firejail

The single biggest threat to your Linux system is your web browser. When you think about it, it makes perfect sense. A browser is a large and complex piece of software with the ability to execute code, and it accesses the open Internet and executes just about everything that it comes into contact with.

How to create and manage KVM virtual machines from CLI

Knowing how to create and manage KVM virtual machines from command line can be really useful in certain scenarios: when working on headless servers, for example. Nonetheless, being able to script interactions with virtual machines can greatly improve our productivity. In this tutorial you will learn how to create, delete, clone and manage KVM machines with the help of few utilities.

« Previous ( 1 ... 13 14 15 16 17 18 19 20 21 22 23 ... 27 ) Next »