Search
Items tagged with: ShellScripting
I created a shell script which lets you use Chromium as an image viewer that has the Wayland Color Management Protocol implemented:
github.com/blitzgneisserin/chr…
#chromium #linux #opensource #color #wayland #colormanagement #imageviewer #chrome #shellscripting
GitHub - blitzgneisserin/chromium-as-image-viewer: shell script to use Chromium as an image viewer which has the Wayland Color Management Protocol implemented
shell script to use Chromium as an image viewer which has the Wayland Color Management Protocol implemented - blitzgneisserin/chromium-as-image-viewerGitHub
Tengan lindo martes!
Vamos con la pregunta de examen de la semana! 🙂
❓ ¿Cuál de los siguientes comandos asigna la salida de otro comando a una variable en #Bash?
El viernes damos el feedback! 🙌
📚 Y si quieren seguir aprendiendo con #juncotic sobre #shellscripting, GNU/Linux, Redes #TCPIP, #Python, #Flask, #firewall, #iptables y mucho más, el jueves les cuento cómo pueden hacer 😉
#gnu #linux #learning #educacion #softwarelibre #opensource #freesoftware #sysadmin #devops
- variable=$(comando) (84%, 11 votes)
- variable=comando (0%, 0 votes)
- set variable comando (7%, 1 vote)
- let variable comando (7%, 1 vote)
Liebe Folglinge,
ich suche nach einem neuen Job als #iOS und/oder #macOS Entwickler. Ich spreche #ObjectiveC, #Swift (auch Server-Side) und #SwiftUI und nutze die ganzen Tools drumherum (#Xcode, #Git, #GitHub, #GitHubActions, #ShellScripting etc.). Ich bringe 30 Jahre Berufserfahrung als Software-Entwickler mit, davon knapp 20 im #Apple Ökosystem.
Am Idealsten waere eine #Festanstellung zu 100% remote. Sollte es im Raum #Bregenz oder #Dornbirn etwas geben, dann auch gerne vor Ort.
Ich danke euch fuers Teilen. 🙏🏻
LinkedIn: linkedin.com/in/phranck/
Xing: xing.com/profile/Frank_Gregor0…
#FediHire #FediJobs #JobSuche #RemoteJob #Arbeit
Frank Gregor - Senior iOS/macOS Developer - Cadrage GmbH
Senior iOS/macOS DeveloperFrank Gregor (XING)
New #blog post: Why I Love the Command Line
rldane.space/why-i-love-the-co…
1081 words
I was grappling with a much heavier subject for a blost, but thankfully, I had this extra little subject in my back pocket, just ready to be picked up and written on much more easily and enjoyably than mental health stuff. ;)
cc: my wonderful #chorus: @joel @dm @sotolf @thedoctor @pixx @orbitalmartian @adamsdesk @krafter @roguefoam @clayton @giantspacesquid @Twizzay @stfn
(I will happily add/remove you from the chorus upon request! 😀
#rlDaneWriting #blost #writing #CommandLine #CLI #TUI #ShellScripting
Liebe Folglinge,
ich suche leider noch immer nach einem neuen Job als #iOS und/oder #macOS Entwickler. Ich spreche #ObjectiveC, #Swift (auch Server-Side) und #SwiftUI und nutze die ganzen Tools drumherum (#Xcode, #Git, #GitHub, #GitHubActions, #ShellScripting etc.). Ich bringe 30 Jahre Berufserfahrung als Software-Entwickler mit, davon knapp 20 im #Apple Ökosystem.
Am Idealsten waere eine #Festanstellung zu 100% remote. Sollte es im Raum #Bregenz oder #Dornbirn etwas geben, dann auch gerne vor Ort.
Ich danke euch fuers Teilen. 🙏🏻
LinkedIn: linkedin.com/in/phranck/
Xing: xing.com/profile/Frank_Gregor0…
#FediHire #JobSuche #RemoteJob #Arbeit
Frank Gregor - Senior iOS/macOS Developer - Cadrage GmbH
Senior iOS/macOS DeveloperFrank Gregor (XING)
I think I won't bother anymore with writing (bash) shell scripts that are longer than a few lines. I find the syntax too unintuitive and there are better programming languages like PHP that produce more readable code.
In the last two hours, I translated a bash shell script with ~250 lines to a PHP CLI script. The latter is nearly 400 lines long but definetly more readable and it also has more user-friendly output.
1/2
#Shell #ShellScripting #CLI #PHP #Programming