Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors’ web storage interfaces. Over 70 cloud…
Leave a CommentTag: Linux
Problem When excute ./firefox in a shell in Ubuntu22, it gives an error message: cannot create user data directory: /home/company_name/user_name/snap/firefox/1635: Permission denied. Reason According to…
Leave a CommentIn the process of developing software on the Ubuntu system, it is often necessary to use the system’s command line tools. Many of these tools…
Leave a CommentQualcomm Snapdragon Profiler is a profiling software that runs on Windows, Mac, and Linux platforms. It connects with Android devices powered by Snapdragon processors over…
Leave a CommentWhile it may be convenient, disabling the password prompt for sudo is a security risk and generally not recommended. It essentially grants any user on…
Leave a CommentWhile technically you can create an rc.local script for Ubuntu 22, it’s not the recommended approach. Ubuntu 22 uses systemd for managing startup services, and…
Leave a Commentgenerate a RSA key pair encrypt assuming the file you want to encrypt is test.txt, and the output encrypted file is encrypted_test.txt decrypt
Leave a Comment连接数据库 >mysql -u用户名 -p密码 或者: >mysql -u用户名 -pEnter password: ****** 用户管理 创建用户 create user ‘username’@’localhost’ identified by ‘password’; 用户授权 grant privileges on database_name.table_name to ‘username’@’localhost’…
Leave a Comment安装所需运行环境 安装Caddy Caddy2 installing tutorial. 安装PHP sudo apt update && sudo apt install -y software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt updatesudo apt install php8.1-fpm php8.1…
Leave a CommentIPV4 启用内核转发 添加转发规则 显示nat表规则 删除对应编号 IPV6 启用内核转发 添加转发规则 显示nat表规则 删除对应编号 配置防火墙 只允许特定IP访问特定端口
Leave a Comment