public marks

PUBLIC MARKS with tag linux

2023

2022

2021

🛠 🖼 LOGICIEL - Real ESRGAN – Améliorez la qualité de vos photos

by decembre
Ça s’appelle Real ESRGAN et comme son nom l’indique, ça utilise du deep learning / apprentissage pour restaurer des images. L’outil est en python et peut-être utilisé sur Google Colab mais également en ligne de commande sous Windows / Linux et macOS. Pour l’utiliser, rien de plus simple. Il suffit d’appeler le soft avec le paramètre -i (pour input) et d’indiquer l’image source, suivie du paramètre -o (output) suivi du nom de fichier sous lequel vous voulez enregistrer la version améliorée. Pas besoin de CUDA ou de PyTorch, ça fonctionnera directement J’ai testé sur un logo YouTube tout pixelisé et comme vous pouvez le voir, le résultat est vraiment bluffant.

Troubleshooting the Windows Subsystem for Linux | Microsoft Docs

by ghis (via)
If after connecting to a VPN on Windows, bash loses network connectivity, try this workaround from within bash. This workaround will allow you to manually override the DNS resolution through /etc/resolv.conf. Take a note of the DNS server of the VPN from doing ipconfig.exe /all Make a copy of the existing resolv.conf sudo cp /etc/resolv.conf /etc/resolv.conf.new Unlink the current resolv.conf sudo unlink /etc/resolv.conf sudo mv /etc/resolv.conf.new /etc/resolv.conf Open /etc/resolv.conf and a. Delete the first line from the file, which says "# This file was automatically generated by WSL. To stop automatic generation of this file, remove this line.". b. Add the DNS entry from (1) above as the very first entry in the list of DNS servers. c. Close the file. Once you have disconnected the VPN, you will have to revert the changes to /etc/resolv.conf. To do this, do: cd /etc sudo mv resolv.conf resolv.conf.new sudo ln -s ../run/resolvconf/resolv.conf resolv.conf

2020

Best Linux server distros

by kanzor
Here are some of the best Linux server distros available for system administrators and experienced users.

Remote Pair programming tool

by asteri
Remote pair programming with multiples IDEs (Jetbrains, VS Code..), multi OS (Mac, win, linux)

5 Simple Steps On How To Debug A Bash Shell Script

by orieg
Learn how to quickly debug scripts in Bash with those 5 simple steps that use some of the Bash shell special properties.

The Complete How To Guide Of Bash Functions

by orieg
Learn how to write shell scripts with bash functions. This guide includes examples and best practices on how to define, call, and debug functions in bash.

What Is The Right Way To Loop In Bash?

by orieg
Looping over a list of numbers or words is a building block in shell scripts. Learn how to write Bash loops, including for loop, while loop, and until loop.

What Is The Best Way To Count Files In A Directory?

by orieg
Learn how to count the number of files in a directory using the Linux command line ls, find, and a native bash shell solution with globs and arrays.

5 Mistakes To Avoid For Writing High-Quality Bash Comments

by orieg
Adding comments in your Bash scripts is necessary to ensure maintainability over time. This post covers 5 Bash comments mistakes to avoid in your shell scripts.

Performing Math Calculation In Bash

by orieg
Find out how to do math with integer and floating-point arithmetic in Bash. We cover addition, subtraction, division, multiplication, and also floating-point precision.

What Is The Bash Null Command?

by orieg
Learn about the Bash null command, also known as the POSIX shell colon command. This post cover concrete use cases and pitfalls to avoid.

A Complete Guide On How To Use Bash Arrays

by orieg
Learn how to use bash array variables and associative bash arrays. This guide covers how to declare a bash array, iterate over a bash array, and access keys and values.

How To Format Date And Time In Linux, MacOS, And Bash?

by orieg
Find out how to manipulate date and time on linux and macOS systems as well as natively in the Bash shell. This post covers all you need to know to format a date from your shell.

PUBLIC TAGS related to tag linux

administration +   apache +   backup +   bash +   books +   boot +   commands +   debian +   doc +   dvd +   email +   for:lrei +   gentoo +   gmail +   guide +   hardware +   howto +   informations +   install +   kernel +   livecd +   mac +   mail +   manuels +   network +   networking +   opensource +   reference +   rsync +   scripting +   security +   server +   shell +   software +   springnet blogmarks +   ssh +   storage +   sysadmin +   telecharger +   tips +   tools +   tutorial +   tutorials +   tutoriels +   ubuntu +   unix +   video +   wifi +   wiki +   windows +  

Active users

groucho
last mark : 31/07/2023 15:16

NiMe
last mark : 16/03/2023 19:26

ghis
last mark : 28/01/2022 19:07

decembre
last mark : 20/11/2021 04:29

sylvainulg
last mark : 27/01/2021 10:39

kanzor
last mark : 09/10/2020 12:48

asteri
last mark : 05/09/2020 16:53

orieg
last mark : 17/08/2020 13:12