Showing headlines posted by kprojects

( 1 2 3 4 5 6 ... 11 ) Next »

Intro and Installation of Kubernetes

Anyone using Docker can use Kubernetes to create a cluster. A cluster is when there are multiple systems working together as a single unit. If one system fails then the other systems will resume the failed processes to keep the resource active.

Tethering Methods with a Banana Pi M4

  • linux.org; By Jarret B (Posted by kprojects on Mar 8, 2020 8:26 AM EDT)
  • Story Type: Tutorial
Tethering is a method of connecting one device to another for accessing the Internet.

With some devices which do not have an On The Go (OTG) USB Port, it can be difficult to connect to the Internet through another device.

Find your top 10 linux commands in your history

  • linux.org; By Rob Kennedy (Posted by kprojects on Mar 8, 2020 6:14 AM EDT)
  • Story Type: Tutorial
Linux is a great thing that it'll keep a history of the commands you time in the ~/.bash_history file. If you'd like to see the 10 top commands you use, you can run something like the following to see what you type out the most!

Add timestamp + change history size in your linux history

  • linux.org; By Rob Kennedy (Posted by kprojects on Mar 7, 2020 9:28 PM EDT)
  • Story Type: Tutorial
The Linux history command is awesome by default, but you can make it better! By default, it'll only hold about 1000 past commands, but you can increase that - you can also add time/date to it so you can see when you ran each command!

Linux on Embedded Ryzen with Radeon

  • Linux.org; By Jarret B (Posted by kprojects on Jan 22, 2020 10:05 PM EDT)
  • Story Type: Tutorial
The board I am using is the IBase 918f-1605 to install Linux. Linux can be installed from a stock ISO, but the system does not perform as well unless using a special Linux kernel from AMD. It also helps to have the proper GPU driver for performance. Stability is much better with the AMD kernel they provide on their website.

TUIR - Command line Reddit

Most workplaces don't endorse the browsing of reddit while you're being paid to work - in fact, I can't think of any that do.. while that's true, it never hurts to have 1/3 or 1/4 of your terminal assigned to your favorite subreddits out there while you're fighting the good fight.

System76 Darter Pro (darp6) with coreboot benchmarks

tonight I benchmarked my System76 Darter Pro (darp6) with coreboot using sysbench and geekbench. The current setup includes the 4.9ghz i7 cpu, 64gb memory and 500 nvme drive.

System76 Darter Pro (darp6) with coreboot first looks

I received my new Darter Pro (darp6) yesterday as my new 'work' laptop. My only complaint was the time from order to ship - which was ~15 days.

Overall I love this thing - no complaints. Please check out the video below to watch!

Ubuntu 18.04 64-bit for Raspberry Pi 4

  • Linux.org; By Jarret B (Posted by kprojects on Oct 5, 2019 4:52 AM EDT)
  • Story Type: Tutorial
Anyone who may have a new Raspberry Pi 4 (RPi4) will love its improvements over the Raspberry Pi 3 (RPi3). The only issue is at the time of this writing there wasn’t a 64-bit Operating System (OS) for it.

LFCS – How to Recover ROOT Password

  • Linux.org; By Jarret B (Posted by kprojects on Oct 4, 2019 5:18 PM EDT)
  • Story Type: Tutorial
There are many reasons why a Root password may be lost or forgotten. In business settings it may be as simple as the administrator no longer works for the company.

Video - Linux File Permissions (chmod and chown)

The following video shows you how to use chmod and chown to change up file permissions. It also goes over the various settings you can apply to files with chmod.

Use an SSH key to log into a remote server

  • Linux.org; By Rob Kennedy (Posted by kprojects on Sep 12, 2019 11:27 AM EDT)
  • Story Type: Tutorial
When you ssh into a remote server, the safest way is to use an ssh key. This video shows you how to create the key, explains the files created by the ssh-keygen command, and shows you how to copy your public key to the remote server.

GRUB Themes

  • Linux.org; By Jarret B (Posted by kprojects on Sep 12, 2019 12:18 AM EDT)
  • Story Type: Tutorial
When I wrote my last article on Grub Configuration I found a lot of people wanting to use GRUB Themes. Many people said it was too complicated so I will try to cover a basic theme to get you started.

Raspberry Pi 4 Review and Benchmarks

  • Linux.org; By Jarret B (Posted by kprojects on Sep 10, 2019 6:08 PM EDT)
  • Story Type: Reviews
For those who haven’t heard, the newest version of the Raspberry Pi (RPi) has been released. Technically it is the Raspberry Pi 4 Model B (RPi4). The Raspberry Pi 4 is a 64-bit single board system.

Overview of Linux system + getting around

In this video, we'll go over the basics of a Linux system - where Linux keeps all of its things - as well as basic commands to get around.

Using Docker Volumes

  • Linux.org; By Jarret B (Posted by kprojects on Jul 26, 2019 1:51 AM EDT)
  • Story Type: Tutorial
When using Docker it is sometimes necessary to update files quite often. Updating those files can be a big hassle since the whole container must be recreated each time.

GRUB Configuration

  • Linux.org; By Jarret B (Posted by kprojects on Jul 23, 2019 5:17 AM EDT)
  • Story Type: Tutorial
The GRand Unified Bootloader (GRUB) is used by systems to take control after the system BIOS is completed. GRUB may then show a menu to allow a user to choose from multiple Operating Systems (OS) or kernels of a specific OS.

LFCS - Shutdown and Runlevels

  • Linux.org; By Jarret B (Posted by kprojects on Jun 26, 2019 9:51 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Linux systems can be shutdown in many ways. Shutting down a server can be a daunting task if there are many users connecting to the server. Starting the server in various modes to allow for maintenance while preventing users from connecting to it can also be an important task. For an Administrator these abilities can be extremely important.

Playstation 3 Emulator for Linux

  • Linux.org; By Jarret B (Posted by kprojects on Jun 26, 2019 4:53 AM EDT)
  • Story Type: Tutorial; Groups: Games
There are many emulators for game consoles for use on Linux. I have recently looked into a Playstation 3 emulator called RPCS3. I

Install kubectl and minikube on Linux

Kubernetes is a great way to deploy your applications - and it's VERY popular out there with teams working in technology. Before you get going though, you'll need to install the kubectl cli tool and you may as well install minikube so you can test things out.

( 1 2 3 4 5 6 ... 11 ) Next »