iohannes long
搜索文章
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
docker sftp
install docker run -it -p 8000:80 -p 8001:21 -p 8002:22 -p 8003:443 -v /home/sftp:/root --name sftp debian /bin/bash apt install ssh -y /etc/init.d/ss
作者:iohannes
发布时间:2025-03-14
分类:
linux
docker zabbix
create mysql dir mkdir -p /home/docker/mysql mkdir -p /home/docker/zabbix docker file vi zabbix/docker-compose.yml version: '3.7' services: mysql-
作者:iohannes
发布时间:2025-03-14
分类:
linux
docker创建一个虚拟机或sftp
install ssh server docker run -itd --restart=always --privileged=true -p 8022:22 -v /home/user_name:/root --name sftp ubuntu:22.04 docker exec -it sft
作者:iohannes
发布时间:2025-03-14
分类:
linux
install xrdp
install xrdp sudo apt remove --purge xrdp xorgxrdp sudo apt install xrdp xorgxrdp sudo systemctl status xrdp sudo systemctl enable xrdp sudo ufw allow
作者:iohannes
发布时间:2025-03-14
分类:
linux
ip地址翻墙
安装nslookup apt install dnsutils 地位ip地址 nslookup fstream.binance.com Server: 183.60.83.19 Address: 183.60.83.19#53 修改hosts vi /etc/hosts 183.60.83.19 f
作者:iohannes
发布时间:2025-03-14
分类:
linux
JPG批量转png
wget https://imagemagick.org/archive/binaries/magick chmod +x magick cp magick data for i in `ls *.JPG | awk -F . '{print$1}'` ; do ./magick "$i".JPG
作者:iohannes
发布时间:2025-03-13
分类:
linux
kill process by name
杀死包含amarok这个词的所有进程 ps aux | grep -ie amarok | awk '{print $2}' | xargs kill -9
作者:iohannes
发布时间:2025-03-12
分类:
linux
mysql 表名大小写不敏感
彻底删除mysql service mysql stop killall -KILL mysql mysqld_safe mysqld apt --yes purge mysql-server mysql-client apt --yes autoremove --purge apt autocle
作者:iohannes
发布时间:2025-03-12
分类:
linux
rm 到垃圾桶
sudo apt install trash-cli echo -e "alias rm='trash-put' \nalias rl='trash-list' \nalias rr='trash-restore'" >> ~/.bashrc source ~/.bashrc
作者:iohannes
发布时间:2025-03-12
分类:
linux
共 39 篇文章
1
2
3
4
页