Ternimal開啟軟體的問題? - Linux

Audriana avatar
By Audriana
at 2017-11-11T16:25

Table of Contents

Ubuntu安裝Android Studio後

如果沒有自行額外改設定

好像必須透過Ternimal下指令,才能開啟Android Studio


$ cd (略) Android-Studio/opt/bin/
$ ./studio.sh

Android Studio啟動後

發現如果我自己關掉Ternimal

Anroid Studio也會跟著一起關掉



Linux是這樣綁定運作?

thanks

--
Tags: Linux

All Comments

Rosalind avatar
By Rosalind
at 2017-11-14T01:14
爸媽自殺會帶小孩一起走. 可以在生小孩前先指定監護 (
nohup)
Frederic avatar
By Frederic
at 2017-11-16T05:30
用背景執行 ./studio.sh & 再用 exit 離開 shell 應該也
Joe avatar
By Joe
at 2017-11-19T06:58
可以,我常常這樣用,因為常常忘記 nohup 用法
Frederic avatar
By Frederic
at 2017-11-21T14:08
忘記加 & 就 ctrl + z 然後 bg 送背景,最後 exit
Candice avatar
By Candice
at 2017-11-22T16:16
拋棄繼承(ry
Elma avatar
By Elma
at 2017-11-24T20:56
AndroidStudio有附.desktop呀…?
Yuri avatar
By Yuri
at 2017-11-25T02:50
背景再 exit 有些小孩太想念爸媽也是會一起走,要看小
孩的個性.
Quanna avatar
By Quanna
at 2017-11-28T12:23
這樣形容感覺好有人性味 XD
我推薦用gExec這類的來開啟指令列
Brianna avatar
By Brianna
at 2017-11-28T23:33
這東西有點像你在Win$用的「執行」
Callum avatar
By Callum
at 2017-11-30T11:52
<Ctrl+z> bg; disown -h
Isla avatar
By Isla
at 2017-12-03T01:51
你看android studio的官方安裝教學 有說可以create de
sktop entry 你第一次執行完 開啟軟體 要先做這
個 之後就可以點捷徑進去了

如何將檔案中的8進位跟ASCII轉成16進位

Quanna avatar
By Quanna
at 2017-11-10T11:36
如題,如果我有個LOG檔如下: write(4, and#34;\240and#34;, 1) = 1 read(4, and#34;_and#34;, 1) = 1 write(4, and#34;\nand#34;, ...

有人試過liva電腦跑linux嗎?

Cara avatar
By Cara
at 2017-11-10T09:59
liva是一種小型的電腦, 大概一個巴掌大 https://www.techbang.com/posts/54998-this-is-not-a-usb-hub-ecs-liva-q-pocket-computer-capable-of-outputting-4k-resolution-and-decodin ...

ISO檔 img檔的製作

Zora avatar
By Zora
at 2017-11-07T17:13
最近在鑽研memtest86這支程式,想請教各位關於img檔以及iso檔的問題, 我看到在makeiso.sh這個製作iso的程序中,他直接 cat memtest.bin fill.tmp andgt; memtest.img 其中bin file是編譯後的bootable image file, ...

筆電灌ubuntu的版本要怎麼選?

Frederica avatar
By Frederica
at 2017-11-07T01:24
大家好,小弟目前使用的筆電是ASUS X550VX-0293J7700HQ 規格大致上如下 CPU Intel i7-7700HQ GPU Nvidia GTX 950M 無線網卡 RTK 8821AE Wireless LAN 802.11ac PCI-E NIC 有線網卡 RTK PCIe GB ...

centos7上torque

Anthony avatar
By Anthony
at 2017-11-06T23:57
大家好…小弟linux菜逼巴 torque大致上安裝好了 但是送出指令後 預設的queue batch好像沒辦法讀到指令 請問該怎麼新增指令 例如 我安裝了一個軟體在/opt/abcd 在root及其他user abcd是可以執行的 但是qsub後的錯誤回報指示abcd無法辨識 在.sh檔中加入 ...