Linux — How to use linux on Mobile

Cyber Dioxide
3 min readDec 9, 2023

--

How to use linux on mobile, windows, Mac without installing it?

If you are here to read this blog, you might have been exhausted to find a way on HOW TO USE Linux on phone without downloading and installing 10s of GBs of repositories on phone. Don’t worry i got you, once i was exhausted too, but i found a very efficient solution that will take 0MBs space, and you will be able to use Linux effectively on your mobile phone and on your other computers, even on Mac and windows you will be able to use Linux after reading this blog completely.

Steps:

First and most important step is, at least one of your computer, or Virtual Machine should be running a Linux ( Any Distro will Work perfect). I’m running Kali Linux on My Virtual Machine.

Now turn it one and open the termina and update your repositories.

  • sudo apt update
  • sudo apt install openssh-server
  • sudo service ssh start
  • nmap 127.0.0.1 (to cheack ssh running or not)

If you see screen like this, it means everything is perfect. Now get your Linux machine IP Address by “ifconfig” command

Next Important:

Now open the device on which you want to access this Linux, Mobile, IPhone, Mac, Windows. Open Command Prompt and type the following command

ssh username@ip

In my case, the ip is shown, and username is ‘cyber’

ssh cyber@192.183.31.60

See the magic now

As you can see I’m already in my Linux terminal, and now i can execute all those commands that i can execute on normal Linux.

For Mobile:

https://youtu.be/Y8V2hAxx9NY

If you liked my blog hit a clap and follow. If you want my service i’m mostly active on telegram and instagram coding_memz. If you want custom phishing page i can code that for you. All coding and development services available.

Telegram:

Coding Memz

Assistance

Need assistance or have questions? Contact our support team at cyberdioxide@aol.com. For community discussions and updates, join our Telegram chanel or follow us on instagram

Telegram

Telegram Channel

--

--

Cyber Dioxide
Cyber Dioxide

Written by Cyber Dioxide

Iam a student and a part-time programmer and self taught cyber security analyst. Visit my github if you want python exercises https://github.com/Cyber-Dioxide

No responses yet