安装Fedora后
更新操作系統(tǒng)版本: https://fedoraproject.org/wiki/DNF_system_upgrade ?? 靠譜;
設置ssh:ssh生成公鑰私鑰、默認root(.ssh/config)、chmod -R 600 .ssh
(.ssh/config)Host * User root Protocol 2 ServerAliveInterval 30
shadowsocks客戶端及代理: (/etc/profile)sslocal -c /home/lixn/bin/shadowsocks.json >> /var/log/bin/shadowsocks.log 2>&1 &;?
瀏覽器安裝switchyOmega插件, 配置備份:https://pan.baidu.com/s/1c3iQuUs? 靠譜;
去chrome官網下載chrome, 去https://switchyomega.com/download.html下載代理插件。
(.json) { "server":"1.2.2.2", "server_port":111, "local_port":1080, "password":"", "timeout":300, "method":"aes-256-cfb" }PS1:(.bashrc)PS1='\[\e[32;40m\][\u@\w]\[\e[m\]\$ '?? (fc27居然默認是白色的, 這么搞一下,基本滿意);
Firefox安裝RestClient開發(fā)插件;
sudo dnf install terminator;使用攻略? 組策略在我電腦有bug
安裝mysql
安裝memcache
?
轉載于:https://www.cnblogs.com/daduryi/p/8278442.html
總結
- 上一篇: 浅谈缓存技术在ASP.NET中的运用
- 下一篇: LeetCode-18-4Sum