This is an old revision of the document!
Linux.org Forums - General Linux Forums, Server Linux, Articles and Tutorials, Front Office
- Python Series Part 23: Text Widget - Part 1 (2026/03/18 02:06)Now that we've covered the primary commands, we can start on the Methods, Tags and Marks. If you intend on using a Text Widget, or multiples, these are very handy abilities other than the standard options. Methods Now, we can move on to doing something with text in the Text Object. Let's start with the five methods: insert delete get index see Insert Method We can insert text into the Text Object by specifying the line, character place and... https://www.linux.org/threads/python-series-part-23-text-widget-part-1.60068/
- Proxmox VE Series Part 3: Basic Configuration (2026/03/15 11:53)Initially after installation, there are a lot of things that you may want to 'fix'. These are some basic configuration issues that are made not only on the Proxmox Server, but from the remote systems using the Web UI for connection through Port 8006. Some of these may be useful to you; but not all may be useful. Even if you do not need them, they may be beneficial to know for future use. Web UI Once you have the Proxmox Server started, you can access the server from a web browser... https://www.linux.org/threads/proxmox-ve-series-part-3-basic-configuration.60067/
- Banana Pi R4 (BPI-R4) (2026/03/05 21:49)The Banana Pi R4 is an open-source smart router. You can use it for networking jobs, as you will tell from the specs on the hardware. Keep in mind that this Single Board Computer (SBC) may be small, but it is powerful, especially when dealing with networking over any type of connection. Banana Pi R4 Specs The main specs are: MediaTek MT7988A (Filogic 880) quad-core Arm Cortex-A73, 1.8GHz processor 4 GB/8 GB DDR4 8 GB eMMC flash 128MB SPI-NAND Flash Micro SD... https://www.linux.org/threads/banana-pi-r4-bpi-r4.60066/
- Python Series Part 23: Text Widget - Part 1 (2026/02/19 03:28)Within Tkinter, there are text boxes that allow the entry or viewing of text. The text can be newly entered or edited by the user. From the programming side, you can format the text as you wish. There is the use of colors, fonts, etc. Keep in mind that the Text Object can be a single line of text or multi-line. Some of these parameters are basic ones that we've seen before, so we will pass over them with examples because they are general options that nearly all objects use. Let's look at... https://www.linux.org/threads/python-series-part-23-text-widget-part-1.59025/
- Proxmox VE Series Part 2: Installing Proxmox (2026/02/15 01:20)Installing Proxmox is a simple process. We will learn more in later articles, especially the next one about updating it, adding users and the like. There can be some configuration to do if you are running a Proxmox server without a subscription since it defaults to having a subscription. Download The first thing to do is to download Proxmox 8.4-1. Go to the Proxmox website at 'https://www.proxmox.com' and click on 'Downloads' at the top of the... https://www.linux.org/threads/proxmox-ve-series-part-2-installing-proxmox.59024/
- Setting Up Open Media Vault as a Home NAS (2026/02/08 04:13)Open Media Vault is a Network Attached Storage (NAS) server based on Debian Linux. With this integrated Operating System (OS), you can share media to any other device on the network. This is not a hardware solution, but a software solution that you can run on a system and share attached media, whether internal or external storage devices. Sharing Methods You can share storage devices on the network using multiple types of sharing methods: Network File System (NFS)... https://www.linux.org/threads/setting-up-open-media-vault-as-a-home-nas.59023/
- Review: Libre Computer Solitude AML-S905D3-CC Single Board Computer (2026/02/06 00:04)The Libre company, found at 'https://libre.computer/', has made a new Single Board Computer (SBC) that has a model number of 'AML-S905D3-CC' and is called 'Solitude'. The Solitude is a new board that has support for a Linux OS. Solitude Specifications The board’s specs are: CPU: Amlogic S905D3 SoC 4 ARM Cortex-A55 @ 2.016GHz GPU: Mali-G31 MP2 2 E Cores NPU: 1+1 Cores DRAM: 4GB LPDDR4 (2GB available for volume orders)... https://www.linux.org/threads/revie...de-aml-s905d3-cc-single-board-computer.59022/
- Proxmox VE Series Part 1: The Basics (2026/01/23 10:59)You may have heard of Proxmox Virtual Environment (VE), or may even know what it is or have used it. For those who haven't heard of it, barely used it , or just want to know more, here are a series of articles to cover Proxmox VE in more detail. Proxmox is an open-source substitute for VMware, which is offered as a free version. Proxmox Basics As I stated, Proxmox is open-source and is a free solution for virtualization. Of course, there is a subscription-based version that allows... https://www.linux.org/threads/proxmox-ve-series-part-1-the-basics.58546/
Discussion