From 8f52d174e6d8096a3b7dd757bb77f51ddb27246b Mon Sep 17 00:00:00 2001 From: ktyl Date: Tue, 3 Jan 2023 20:57:39 +0000 Subject: [PATCH] rm gemlog --- content/gemlog/2022/04/05/git-server.gmi | 76 ------------------------ content/gemlog/2022/05/09/energy.gmi | 25 -------- content/gemlog/index.gmi | 8 --- 3 files changed, 109 deletions(-) delete mode 100644 content/gemlog/2022/04/05/git-server.gmi delete mode 100644 content/gemlog/2022/05/09/energy.gmi delete mode 100644 content/gemlog/index.gmi diff --git a/content/gemlog/2022/04/05/git-server.gmi b/content/gemlog/2022/04/05/git-server.gmi deleted file mode 100644 index ced6b7b..0000000 --- a/content/gemlog/2022/04/05/git-server.gmi +++ /dev/null @@ -1,76 +0,0 @@ -=> ../../../index.gmi Index - -=> https://git-scm.com/ Git [www] - -# A minimal Git server - -Sometimes hosted services aren't the right fit for the job. Here are some basic steps for setting up and using remote Git repositories on a remote Debian host. You will need sudo access. - -## Create a Git User - -Add a user to own the repositories: - -``` -sudo adduser git -``` - -Start a session for the new user in their home directory: - -``` -sudo su -l git -``` - -## Configure SSH access - -Create the `.ssh` directory and make it readable only to the new user. - -``` -mkdir ~/.ssh -chmod 700 ~/.ssh -``` - -Create an `authorized_keys` file in the `.ssh` directory, and make it accessible only to the new user. - -``` -touch .ssh/authorized_keys -chmod 600 `.ssh/authorized_keys` -``` - -Create a public/private key pair locally to authenticate a user when connecting to the remote host. - -``` -ssh-keygen -t rsa -``` - -Copy the key into the (remote) git user's `.ssh/authorized_keys`, for example using `ssh-copy-id` or by giving the public key to the server administrator. - -Add an entry to your local `.ssh/config`: - -``` -Host myhost - HostName chaos.period3.xyz - User git - IdentityFile ~/.ssh/id_rsa -``` - -Test the configuration with: - -``` -ssh myhost -``` - -## Create a bare repository - -Create directories within the git user's home directory (nested paths are allowed). Conventionally Git repositories use a `.git` suffix, for example `my-projects/my-repo.git` or just `my-repo.git`. - -``` -git init --bare repo.git -``` - -There now exists an empty Git repository on the host. The remote can be added to a local repository: - -``` -git remote add origin git@host:my-repo.git -git push -u origin main -``` - diff --git a/content/gemlog/2022/05/09/energy.gmi b/content/gemlog/2022/05/09/energy.gmi deleted file mode 100644 index 62b9965..0000000 --- a/content/gemlog/2022/05/09/energy.gmi +++ /dev/null @@ -1,25 +0,0 @@ -# Energy - -We should be on a war footing. - -Our approach to the war in Ukraine so far has been one of platitudes. Refusing to stand up NATO forces against the onslaught of the Russian war machine manages the risk of a third world war, but the response Western states take instead is violent, weak, and fundamentally ineffective if we consider what our actual goals are. - -Every day we receive news of another hundred million, another billion in arms packages for Ukraine, in training and intelligence delivered by our own well-equipped armed forces, and 'everything we can' short of actually deploying troops and responding with the same force we see Putin unafraid to use. Physical force is very much in play - the Ukrainians will fight for their children, their homeland, until the last breath, but they cannot win against a superior foe, only delay the inevitable. To supply guns, bombs, tanks and planes, to share with Ukraine our satellite intelligence is a rousing and inspiring tale, and we can pat ourselves on the back for cheering the good fight from the sidelines, all without setting our own feet in the arena. - -It is only an orgasm of morbidity, of defence executives rubbing their hands their hands with glee at package after package of public funds to send Javelins and F-35s into the fray. It does not matter that we've excluded Russia from SWIFT, nor that we've impounded the superyachts of the mega-rich, nor that we've imposed sanctions on Putin's friends and family, or that the ruble is propped up domestically by state banks, when we still depend on Russian energy and accept no real change to our own business as usual. - -Shells fall, hospitals burn and children die in Ukraine, and we are glad that the violence is contained on not-long-to-be Ukrainian soil. But the fight is so clearly not a nationalist contest between Ukrainian and Russian. The fight is between the rule-by-force authoritarianism and the liberal democracy of the West, which for all its flaws - and there are many - is better than life under the boot of He Who Holds The Bigger Stick. - -Because of our alliances, because of wars fought a century past, because of our overenthusiastic defence complexes, we are not losing our fathers and sons, we are not evacuating busloads of civilians from confinement underground, we are not watching our cities reduced to rubble. As summer begins to settle in and we emerge from another long, dark and isolating winter, we do not feel that we are at war. But maybe we should. - -The exclusion of Russian oil from our lifestyle should be absolute and non-negotiable. As it stands, we dance around the issue and work out timelines, feasibilities, technicalities about how quickly we could maybe reduce our requirements perhaps by the middle of the decade. We try to work out what is realistic, based on the lifestyles we're accustomed to, based on our production, our economies, our international dependencies, commitments and supply chains. This is backwards. - -When we were last under threat, from Hitler, we didn't have the luxury of time to consider what was possible or realistic - the enemy was at the gates, in our skies, in our minds. The same is true now, if only we would tell ourselves such a story, to let ourselves see the threat for what it is. Likewise, today, we do not have time to dawdle, to work out a minimum-impact approach. Every day we delay real action costs the lives of hundreds or thousands of Ukrainians, escalates the terror and emboldens the Russian war machine, inefficient and grinding though it may be, grind on it will. As it is we are appeasing a dictator, and the outlook is that we will continue the appeasement until there is nothing left of Ukraine but unexploded shells and stories, and Russia gears up for the next special military operation. - -To go to war is not merely to launch missiles at the enemy or to roll tanks down their streets. Indeed if Putin is to be believed such an approach would be ineffective and dangerous. To go to war is to light a fire in the heart of a people, united in community to take massive, drastic action. For us, this means to first arrest our dependence on Russian oil and gas, and then to deal with the consequences. - -We know how to do deal with them - we need an emergency programme of insulation, of building renewable energy sources everywhere, unsightly or not, massive retooling and repurposing of our industries. We know it will hurt - it will mean going without power, going without heat while we work to make up for what we've lost. But we must do it. We must do it anyway - the climate crisis has gone nowhere and looms all the more with every passing out-of-season heatwave, every record-breaking storm, every wildfire. But we must do it all the more urgently to rise to the threat of fascism which rears once again its ugly head in Europe. - -Ukraine is hurting, and our hearts go out to them. But if we genuinely care about their fight, about the continued existence of our own way of life, we should be hurting too. - - diff --git a/content/gemlog/index.gmi b/content/gemlog/index.gmi deleted file mode 100644 index c417e6f..0000000 --- a/content/gemlog/index.gmi +++ /dev/null @@ -1,8 +0,0 @@ -=> ./2022/05/09/energy.gmi 2022-05-09 Energy -=> ./2022/04/05/git-server.gmi 2022-04-05 A minimal Git server - -=> ./index.gmi TODO-TO-DO Deploying with SSH and Git -=> ./index.gmi TODO-TO-DO A teeny tiny website -=> ./index.gmi TODO-TO-DO Home music with a NAS, mpd and sshfs - -=> ../index.gmi Home