当前位置:网站首页>Termux SSH first shell start
Termux SSH first shell start
2022-06-13 02:17:00 【Cloud edge flying elephant】
Boot script is running (~/.xinhao_history/start_command.sh)
sshd started
$ cat ./startsshd.sh
number=`ps x | grep sshd |wc -l`
if [ $number -gt 1 ]
then
echo "sshd started"
elif [ $number -le 1 ]
then
sshd
fi
$
边栏推荐
- Chapter7-12_ Controllable Chatbot
- [keras] train py
- Understanding and thinking about multi-core consistency
- Configuring virtual private network FRR for Huawei equipment
- [work with notes] NDK compiles the open source library ffmpeg
- What did Hello travel do right for 500million users in five years?
- Classification and summary of system registers in aarch64 architecture of armv8/arnv9
- Mac使用Docker安装Oracle
- Paper reading - beat tracking by dynamic programming
- 1000 fans ~
猜你喜欢
【Unity】打包WebGL项目遇到的问题及解决记录
Chapter7-11_ Deep Learning for Question Answering (2/2)
How to solve the problem of obtaining the time through new date() and writing out the difference of 8 hours between the database and the current time [valid through personal test]
Armv8-m learning notes - getting started
Introduction to armv8/armv9 - learning this article is enough
Why is Huawei matebook x Pro 2022 leading a "laptop" revolution
Sqlserver2008 denied select permission on object'***** '(database'*****', schema'dbo')
Chapter7-12_ Controllable Chatbot
Parameter measurement method of brushless motor
【 unity】 Problems Encountered in Packaging webgl Project and their resolution Records
随机推荐
Paper reading - group normalization
Jump model between mirrors
The fastest empty string comparison method C code
华为设备配置虚拟专用网FRR
[work notes] xr872 codec driver migration and application program example (with chip debugging method)
华为设备配置CE双归属
[work notes] the problem of high leakage current in standby mode of dw7888 motor driver chip
[the second day of the actual combat of the smart lock project based on stm32f401ret6 in 10 days] light up with the key ----- input and output of GPIO
Why is "iFLYTEK Super Brain 2030 plan" more worthy of expectation than "pure" virtual human
Armv8-m learning notes - getting started
Basic exercise of test questions decimal to hexadecimal
uniapp 预览功能
In the third quarter, the revenue and net profit increased "against the trend". What did vatti do right?
Basic exercises of test questions letter graphics ※
SQL server deletes all tables and all stored procedures in the database
拍拍贷母公司信也季报图解:营收24亿 净利5.3亿同比降10%
[pytorch]fixmatch code explanation (super detailed)
[keras] data of 3D u-net source code analysis py
Sensor: MQ-5 gas module measures the gas value (code attached at the bottom)
如何解决通过new Date()获取时间写出数据库与当前时间相差8小时问题【亲测有效】