You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
|
|
|
|
Tag: ["📱", "Linux", "Emulator"]
|
|
|
|
Date: 2022-02-10
|
|
|
|
DocType: "Product"
|
|
|
|
Hierarchy: "NonRoot"
|
|
|
|
TimeStamp:
|
|
|
|
location:
|
|
|
|
Product:
|
|
|
|
Type: Software
|
|
|
|
Link: https://ish.app/
|
|
|
|
Value: Free
|
|
|
|
CollapseMetaTable: true
|
|
|
|
banner: "![[IMG_1962.jpg]]"
|
|
|
|
banner_icon: 💻
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Parent:: [[@Computer Set Up|Computer Setup]], [[VPS Console Dialogue|command-line]]
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```button
|
|
|
|
name Edit Product parameters
|
|
|
|
type command
|
|
|
|
action MetaEdit: Run MetaEdit
|
|
|
|
id EditMetaData
|
|
|
|
```
|
|
|
|
^button-iSHProdEdit
|
|
|
|
|
|
|
|
```button
|
|
|
|
name Save
|
|
|
|
type command
|
|
|
|
action Save current file
|
|
|
|
id Save
|
|
|
|
```
|
|
|
|
^button-iSHProdSave
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
# iSH
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```ad-abstract
|
|
|
|
title: Summary
|
|
|
|
collapse: open
|
|
|
|
iSH is a Linux emulator for iPhone and opens a virtual instance of a Linux Alpine distribution.
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
```toc
|
|
|
|
style: number
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Characteristics
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
iOS app emulating a Linux environment.
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Installed Packages
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
| **Package** | **Explanation**
|
|
|
|
|-|-
|
|
|
|
| *[[VPS Console Dialogue#Client's computer SSH setup\|SSH]]* | SSH server to access VPS
|
|
|
|
| *nano* | File editor
|
|
|
|
| [[Git]] | Git client
|
|
|
|
| [[Server Cloud#Cloud2Cloud\|rclone]] | File transfer utility
|
|
|
|
| *[[Tesseract]] OCR* | Software for text recognition
|
|
|
|
| *[[youtube-dl]]* | Utility to download youtube videos
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Pricing
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
Free
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Little hacks
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Keep running in background
|
|
|
|
|
|
|
|
```ad-command
|
|
|
|
~~~bash
|
|
|
|
cat /dev/location > /dev/null &
|
|
|
|
~~~
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Load aliases
|
|
|
|
|
|
|
|
```ad-command
|
|
|
|
~~~bash
|
|
|
|
source ~/.bash_aliases
|
|
|
|
~~~
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Torrent download
|
|
|
|
|
|
|
|
```ad-command
|
|
|
|
aria2c "<magnet_address>"
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
### Aliases
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Server Aliases
|
|
|
|
|
|
|
|
1. AliasServer
|
|
|
|
2. CloudServer
|
|
|
|
3. ToolsServer
|
|
|
|
4. VPNServer
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
#### Cloud sync
|
|
|
|
|
|
|
|
```ad-command
|
|
|
|
push
|
|
|
|
```
|
|
|
|
|
|
|
|
&emsp
|
|
|
|
|
|
|
|
#### Email Aliases
|
|
|
|
|
|
|
|
```ad-command
|
|
|
|
email example.com
|
|
|
|
```
|
|
|
|
|
|
|
|
 
|
|
|
|
 
|