Search results

  1. D

    Can't connect to an Arduino board

    Hello I have Ubuntu linux and I installed the Arduino IDE on the machine and tried to connect to my board but it couldn't connect. The output at the Arduino IDE was: avrdude: ser_open(): can't open device "/dev/ttyUSB0": Permission denied I also tried adding my user to the dialout group of the...
  2. D

    Remote control a linux machine, via terminal

    Thank you very much! It finally works:)
  3. D

    Remote control a linux machine, via terminal

    Sure, there it is: root@kali:~# ps aux | grep ssh root 1103 0.0 0.0 7120 328 ? Ss 15:24 0:00 /usr/bin/ssh-agent gnome-session root 3380 0.0 0.0 4692 876 pts/0 S+ 18:00 0:00 grep ssh root@kali:~# netstat -tanp | grep ssh root@kali:~#
  4. D

    Remote control a linux machine, via terminal

    Unfortunately it doesn't work either, I typed the commands that you told me to execute, the first one showed a text that's similar to what you've suggested, but the second command haven't had any output. Then I typed: ssh root@kali in the windows 10 machine, the command threw another "Connection...
  5. D

    Remote control a linux machine, via terminal

    It doesn't seems to work. I have a windows 10 machine and another machine with kali linux and I tried to connect from the linux machine to the windows by ssh. I typed in the terminal ssh [My computer's username]@[The IPv4 address of the machine] and that's what I've got: ssh: connect to host...
  6. D

    Remote control a linux machine, via terminal

    Hey and thanks for your reply. I don't know much about ssh but I won't mind using it for this purpose. But what do I need to type instead of the "user@remote-server"? at ssh user@remote-server "uptime" do I need to open up an ssh server for that?
  7. D

    Remote control a linux machine, via terminal

    Hey, I made two python programs, in two different computers, that uses sockets to communicate between the two computers. Then, I wanted to execute a terminal command at the client program and the command it self will be sent from the remote controller program, then the client will send the...
  8. D

    Virtual machine gateway ip doesn't match the host ip

    Never mind, I solved the problem, had to change the option in the oracle virtual box from NAT adapter to Briged Adapter
  9. D

    Virtual machine gateway ip doesn't match the host ip

    Hey there, I'm using Kali Linux on a virtual machine and I have a problem with the network. Overall, I have access to the internet in the guest virtual machine and everything seemed nominal but then I've tried to type route -n in the shell and the gateway ip that I saw was completely different...
  10. D

    Unable to install virtualbox guest additions

    Found the solution, I just followed this video:
  11. D

    Unable to install virtualbox guest additions

    Unfortunately, it doesn't work either. That's the message I've got from the terminal: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package virtualbox-guest-dkms E: Unable to locate package virtualbox-guest-x11 E: Unable to...
  12. D

    Unable to install virtualbox guest additions

    Hey, thanks for your reply. I'm not sure if I understood you correctly, I've added to the sources.list file this line: deb http://http.kali.org/kali kali-rolling main contrib non-free then I rebooted and tried the last line that I've sent, but it didn't worked. By the way, I'm not sure if it's...
  13. D

    Unable to install virtualbox guest additions

    Hello, I'm using Kali Linux and I'm pretty new to Linux, I'm having trouble installing the virtual-box guest additions, I wanna install this pack because I'm using the oracle vm virtualbox, but unfortunately it doesn't work. I tried the following commands in the terminal: apt-get update &&...
Top