Showing headlines posted by linuxer

« Previous ( 1 ... 8 9 10 11 12 13 14 15 16 17 18 ... 26 ) Next »

How to Install RPCS3 Emulator and Play PS3 Games on Linux

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on May 17, 2019 12:14 PM EDT)
  • Story Type: Tutorial; Groups: Games, Linux
The PS3 was a great console, and it was home to plenty of awesome games. Keeping an old one around now might seem a little cumbersome. Thankfully, you can play your PS3 games on Linux with the RPCS3 emulator. This guide will walk you through the process of getting set up. Before you continue, please note that RPCS3 is still in Alpha. Expect bugs. That said, you'll still find plenty of games are playable.

How to install deb file in RHEL 8 Linux

There may come a time when that package you want to install in RedHat Linux 8.0 is simply not available as a RPM file. The alternative is to download the source and compile it yourself, or - alternatively - generate a RPM file from that source code later on.

But there is another way. Given the fact that Debian-based distributions have way more users than RPM-based ones, the number of available packages in their repositories is greater. Chances are you will be able to find a DEB file for that package you want. Here is how to install that DEB file in RedHat Linux with the help of a small utility called alien.

How To Install RHEL 8 On VMware Workstation

  • linuxconfig.org; By Razvan T. Coloja (Posted by linuxer on May 15, 2019 10:09 PM EDT)
  • Groups: Linux, Red Hat
Virtualization and emulation software is big these days. With cheaper RAM memory comes the possibility to ditch dual-booting and install several operating systems in QEMU or VMWare and use them alternatively whenever you feel like it. Since Red Hat Enterprise Linux 8.0 is fresh you might want to test it in VMWare before installing it on its own partition. So here is a guide to do just that.

How to change IP address on RHEL 8 Linux

Most IPs these days are automatically assigned through DHCP by either your ISP or your home router. But there may come a time when you wish to opt for a static IP address and you will want to change it. It may be that you are configuring a home LAN and you don't want to use DHCP or simply want a static IP address that you can access from outside your home. In this tutorial we will learn how we can change the IP address in RedHat Enterprise Linux 8.0.

How to combine the results of multiple SQL queries using the UNION statement

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Apr 29, 2019 2:02 AM EDT)
  • Story Type: Tutorial; Groups: Linux, MySQL
In a previous article we talked about the various type of JOIN we can use in a MariaDB/MySQL database. This time, instead, we take a look at the UNION statement: how it works, how we can use it to combine the result of queries run on different tables, and what are its peculiarities.

How to Watch HBO Now on Linux Desktop

HBO Now allows you to stream your favorite HBO shows and movies without a cable subscription to tons of different devices. Even though HBO doesn't explicitly support it, one of those devices can be your Linux PC as well. With the right browser set up, watching HBO Now on Linux is simple.

How to perform HTTP requests with python - Part 1: The standard Library

HTTP is the protocol used by the World Wide Web, that's why being able to interact with it programmatically is essential: scraping a web page, communicating with a service APIs, or even simply downloading a file, are all tasks based on this interaction. Python makes such operations very easy: some useful functions are already provided in the standard library, and for more complex tasks it's possible (and even recommended) to use the external requests module.

Building a Raspberry PI Cluster - Part II: Operating system installation

As per our first part, you now have your cluster all assembled and ready and want to install it. Do something with it already. For this we will have to download Raspbian Stretch Lite - a Linux distribution based on Debian and made especially for the Raspberry Pi. The ”Lite” version has an image file of 1,8GB and contains only the base system.

The Lure Of Azure: Microsoft continues to expand its boundaries

Over the course of the last four years, the amount of instances where Azure was mentioned in specific open source job openings has increased five fold. What we are seeing seems to mimic what Microsoft itself is saying. In a ZDNet article published during the latter part of last year, Microsoft executives discuss the growth they have seen in instances running Linux on Azure. From 2015 to 2018, Microsoft saw the number of Azure virtual machines running Linux grow from 25% to 50%. That is a quite notable growth trajectory in a fairly short time frame.

Building a Raspberry PI Cluster - Part I: Hardware Acquisition and Assembly

Nowadays Linux runs on almost anything. You can get a cheap PC and turn it into a media station or web server or whatever else you wish at no aditional cost. Hardware is cheap also. With the advent of the Raspberry Pi and similar small computer boards one can get a fully-functional PC for the price you'd usually pay for a sixpack of beer. In this LinuxConfig series we'll not only build a Linux computer; we'll build an entire Linux cluster with four nodes and learn how to manage it so that all the nodes respond at the same time to the same commands.

How to create a Ubuntu repository server

This guide will show how to configure a local repository server based on Ubuntu Bionic, but it can be adapted to a previous version of Ubuntu or even to any distribution using Aptitude as the main package management system, like Debian or Mint. You might typically want to setup a local repository to save Internet bandwidth.

Linux Vs. Unix: What's the Difference?

Linux and Unix are often compared to each other. If the similarity in their names wasn't enough, Linux is technically a descendant of Unix, and they share a number of similarities in tool kits and overall structure. They aren't exactly the same, though, and the approaches and philosophies behind them are radically different.

2019’s Best Music Players on Linux

Linux offers a wide range of choice, and music players are no exception. For quite a while, there have been fantastic options when choosing the perfect music player for your Linux computer. All of these players are just as good, if not better, than their proprietary counterparts on other operating systems. They range from the minimal, light weight, and targeted to feature-rich multipurpose players capable of nearly anything. There's a great choice for every music fan on Linux.

How to run a speed test from command line using speedtest-cli

Running a speed test can be very useful to verify the current state of an internet connection, for example, to verify that our ISP (Internet Service Provider) is respecting the parameters we are paying for, or to diagnose possible problems. One of the most common ways to check ping, download and upload values is to run a test from the speedtest.net website. The speedtest-cli program let us run the same test from our beloved command line interface.

Introduction to Ebay API with python: Obtaining keys and accessing the sandbox - Part 1

Ebay is one of the biggest ecommerce sites. Many people use it to search and buy products, and many stores use it to enlarge their audience and expand their business range. If we want to operate programmatically on Ebay, for example to mass create or modify a set of items, or quickly confront prices, we must use the dedicated application programming interfaces. In this tutorial we will see how to prepare our working environment in order to use python to interact with the Ebay APIs.

How To Launch Containers With Docker Compose

This article is going to introduce Docker Compose and show how to put it to work for your needs. We will install it, write a simple Compose file and launch the container. We will then see how to launch multiple containers. Then we will see how to build images and lately how to use multiple Compose files to launch containers in different environments, like development and production, for example.

How To Add The BlackArch Pentesting Repository To Arch Linux

BlackArch is a penetration testing distribution, similar to Kali Linux, but it’s built on top of Arch Linux. In reality, BlackArch is really a pre-configured Arch installation with an extra repository full of security tools. As a result, you can add the BlackArch repository to a regular install of Arch and gain access to all the same tools.

The Best Linux Terminal Color Schemes For 2019

Terminal customization has become a fairly big hobby for Linux users. There are plenty of ways to spice up the Linux terminal and make it look modern and visually appealing. It’s not just for appearances either. A well thought out color scheme can help reduce eye strain and make working in the terminal a much more enjoyable experience.

How To Install and Use The Dolphin Emulator On Linux

The Nintendo Gamecube and Wii aren’t all that old as game consoles go, but many of their titles have already become beloved classics. Rather than keeping bulky consoles sitting under your TV, you can play your favorite Gamecube and Wii games on your Linux PC using the open source Dolphin emulator.

How To Install and Use RetroArch on Linux

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Jan 28, 2019 12:39 AM EDT)
  • Story Type: Tutorial; Groups: Games, Linux
RetroArch is a popular collection of the best free emulators for the PC. It opens up a world of thousands of classic games across multiple consoles. Unlike more “hackish” emulation solutions, RetroArch is made for mainstream use, meaning it features a complete and polished interface that just about anyone can use to play their favorite games.

« Previous ( 1 ... 8 9 10 11 12 13 14 15 16 17 18 ... 26 ) Next »