Skip to content
#

debian

Here are 3,513 public repositories matching this topic...

devilutionX
AJenbo
AJenbo commented Aug 12, 2021

There are a lot of loops that we are not able to convert to ranges as they only loop over the active entities rather then all entities.

	for (int i = 0; i < ActiveMissileCount; i++) {
		int mx = ActiveMissiles[i];
		if (Missiles[mx]._mitype == MIS_TOWN && missile._misource == id)
			Missiles[mx]._mirange = 0;
	}

This also means that we will still be indexing in to the global

raspap-webgui
mackshot
mackshot commented Jun 1, 2020

Hello everybody,

first of all thank you for this project.

Introductional words

I uses this project to set up a wlan access point for my parents who have a mobile home and are travelling through europe. That said, I am using the WLAN CLIENT option and ethernet is not used for now.
When there is no Wifi around an additional use case for my parents is to connect to 4G networks via a sma

openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home environments or small home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow everyone to install and administrate a Network Attached Storage without deeper knowledge.

  • Updated Aug 11, 2021
  • PHP
NielBuys
NielBuys commented Jun 17, 2021

To whom it may concern.
I tried all the different qtpy apt packages I could find in google but the error keeps showing. Can somebody maybe help me with the corrrect "apt install" to install the requirements for git-cola on Ubuntu 20.04.

My setup before upgrade. I runned from source in Ubuntu 18.04.

I already tried to install "apt install git-cola" that did not help. Maybe the run from sour

build
gyohng
gyohng commented Jun 7, 2021

debootstrap.sh replaces extraargs or another line in the environment where it finds 'console=' before the line that starts with console=

Suggested the following fix:

--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
 	# if we have a headless device, set console to DEFAULT_CONSOLE
 	if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianE

Improve this page

Add a description, image, and links to the debian topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the debian topic, visit your repo's landing page and select "manage topics."

Learn more