Hi, I'm Marc!
Karlsruhe, DE 🇩🇪

Hello World

My name is Marc and welcome to my Blog, where is post about the programming stuff I do.

👨‍🎓 Student
💪 5th Semester
🏫 DHBW Karlsruhe
1️⃣ United-Internet
☕ Java
🐍 Python
🐧 Linux
🎟 Open a ticket!
@MKrabs
M_krabs
M_krabs
@mkrabs.de
Latest activity
all
posts
comments
Commented on : ChatGPT

There are many other ways to communicate with it: i.e. with IT questions!

Marc: "How can I send an image from my windows pc to a linux server via the windows terminal?"

CharGPT: To send an image from your Windows PC to a Linux server, you can use the scp command in the Windows Terminal. scp stands for "secure copy" and is a command-line utility that allows you to securely transfer files between your local computer and a remote server.

Here's an example of how you can use scp to transfer an image from your Windows PC to a Linux server:

  1. Open the Windows Terminal and navigate to the directory where the image is located.

  2. Use the scp command to transfer the image to the Linux server. The basic syntax for the scp command is as follows:

scp source_file username@server_ip_address:destination_path

For example, if the image you want to transfer is called "image.jpg" and the username for your Linux server is "john" and the server's IP address is "192.168.1.100" and you want to transfer the image to the "Pictures" directory on the server, you would use the following scp command:

scp image.jpg john@192.168.1.100:Pictures

When you run the scp command, you will be prompted to enter the password for the user account on the Linux server. Once you enter the correct password, the image will be transferred to the Linux server.

Keep in mind that scp is a secure way to transfer files between your local computer and a remote server, but it is not the only way. There are other tools and methods you can use to transfer files, such as using a file transfer client like FileZilla or using the sftp command instead of scp. You can also use a cloud storage service like Dropbox or Google Drive to transfer files between your local computer and the Linux server.

I hope this helps! Let me know if you have any other questions.

Last updated 1 year, 9 months ago.

Commented on : Markdown support

Comment nr2:

  • test
  • something else

link

<script type = "text/javascript">

alert ("This is an alert dialog box");

</script>

<body onload="alert ("This is an alert dialog box")">

Last updated 1 year, 10 months ago.

Commented on : A Very Old Post

I wanted to say something.. but I forgot 💀

Last updated 1 year, 10 months ago.

Commented on : Markdown support

Write your own comment with markdown !

Last updated 1 year, 10 months ago.