Showing headlines posted by linuxer

« Previous ( 1 ... 21 22 23 24 25 26 27 28 29 30 31 ... 35 ) Next »

How To Enable Jumbo Frames In Linux

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Oct 9, 2017 2:24 AM CST)
  • Story Type: Tutorial; Groups: Linux
Are file transfers slow on your network? Are you constantly passing data between your computers? Well, maybe jumbo frames are for you. Jumbo frames are larger than standard network packet payloads. Normally the payload size or MTU(Maximum Transfer Unit) is set to 1500 bytes. Jumbo frames can support to 9000 bytes per packet. Jumbo frames decrease the overhead associated with transferring files by limiting the number of packets that your networking equipment needs to process.

Connect To Wifi From The Linux Command Line

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Oct 7, 2017 8:59 AM CST)
  • Story Type: Tutorial; Groups: Linux
Lots of people like graphical utilities for managing their computers, but plenty don't too. If you prefer command line utilities, managing WiFi can be a real pain. Well, it doesn't have to be. wpa_supplicant can be used as a command line utility. You can actually set it up easily with a simple configuration file.

How To Create A VPN Killswitch Using Iptables on Linux

If you're connected to a VPN, you need a killswitch. No, it's not as metal as it sounds. It's just a mechanism that stops your Internet connection when you're disconnected from the VPN. It protects you from inadvertently leaking sensitive information onto the Internet when the VPN connection drops.

How to Play World of Warcraft On Linux With Wine

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Sep 28, 2017 9:51 AM CST)
  • Story Type: Tutorial; Groups: Games, Linux
World of Warcraft has been around for almost thirteen years, and it's still easily the most popular MMORPG. Unfortunately, after all that time Blizzard never released an official Linux client. It's not all bad, tough. Wine has you covered.

How to configure and use PDO for database access on Linux

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Sep 18, 2017 9:22 AM CST)
  • Story Type: Tutorial; Groups: Linux, MySQL
This guide aims to provide a quite complete overview of PDO, guiding the reader step by step from the establishment of a connection to the database, to the choice of the most appropriate fetch mode, showing how to create prepared statements and describing the possible error modes.

How to Set A Custom Message of The Day on Linux

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Sep 14, 2017 9:56 AM CST)
  • Story Type: Tutorial; Groups: Linux
When you fist log in to a terminal on a Unix system, Linux included, you are usually greeted by that system's message of the day(MOTD). The message of the day, gives you important information about the system or just messages from the system admin. Of course, if you are are the system admin, it's up to you to set that message. If it's your own system, you can get creative with your message and include any information that you choose.

Begin Mining Ethereum On Ubuntu 16.04 Xenial Xerus Linux

It's hard not to have heard about Ethereum by now. It's the hottest new cryptocurrency that's still very much so on the rise. Unlike Bitcoin, Ethereum is still practical to mine, and tons of people are getting in on it. If you've been considering mining Ethereum, this guide will help you get started using open source tools and Ubuntu.

Install Ring, a FOSS VOIP Skype alternative

If you ask just about any Linux user, they'll agree that Skype is pretty terrible. There's not a whole lot to like there, especially since the Linux client is just a poorly maintained wrapper for the web app.

Install Riot Matrix Chat Client On Debian and Ubuntu

Matrix is an up-and-coming chat protocol that provides a real alternative to proprietary solutions like Slack. Unlike Slack, Matrix is free, open source, and completely decentralized. With Matrix, you own your chat.

Use Aircrack-ng To Test Your WiFi Password

Most people have terrible passwords, and WiFi is no exception. Your WiFi password is your primary line of defense against unwanted access to your network. That access can result in a whole host of other nasty things because an attacker can monitor the traffic on your network and even gain direct access to your computers.

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 1:50 PM CST)
  • 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 3:36 AM CST)
  • 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 4:33 AM CST)
  • 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.

« Previous ( 1 ... 21 22 23 24 25 26 27 28 29 30 31 ... 35 ) Next »