Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

terminal

  1. Cooldude100

    Invalid syntax on html?

    Hello, my name is Grayson. I am a beginner coder who is twelve years old. I took this code from a website: <!DOCTYPE Html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> And it put out this error: File "C:\Users\grays\OneDrive\Desktop\Test.html", line 1...
  2. G

    Python Not sure how I can fix my code for a small turtle feeding game (in turtle) :)

    Hi, I'm having some issues with this section of my code, it has errors in Terminal and the feedback isn't very specific. Thanks!! import turtle import time variable1=turtle # turtle object #img_turtle = Turtle.fish() #turtle.register_shape('turtle.gif') #img_turtle.shape('turtle.gif') speed =...
  3. arduinolego611

    Contact "unavailable" for Mac terminal phone call

    I want to make a call from the Mac terminal, but dont seem to be able to make a connection. this is my code: open "tel://+1800phonenumber" I made sure my iphone and Mac book air (Big Sur) were on the same wifi network. I set my iphone to allow wifi calls. my FaceTime account and iCloud apps...
  4. Johna

    install.sh: 364: Syntax error: "(" unexpected (expecting "done")

    Hi all, I'm trying to install Canon printer drivers on my linux mint device. I've downloaded the drivers from https://www.canon.co.uk/ (Canon i-SENSYS MF4730) and I'm trying to install it by running the install.sh I've opened a terminal in the directory, and then I typed sh install.sh, but I get...
  5. anvis

    C# run command line from C# on macOS

    I am trying to run the macOS terminal using the process class in c# with this code Process compiler = new Process() ; compiler.StartInfo.FileName = "/bin/bash"; compiler.StartInfo.Arguments = "pwd"; compiler.StartInfo.UseShellExecute = false; compiler.StartInfo.RedirectStandardOutput =...
  6. M

    Beginner's Guide To The GNU/Linux Terminal

    Hey there. Today, I'll be showing you the basics of the GNU/Linux Terminal that comes with every Installation of GNU/Linux [Distro]. You'll learn how to Navigate through Directories, how to create Directories, how to perform Updates via Terminal, how to create and remove Files and a couple of...
Back
Top Bottom