Giter Club home page Giter Club logo

linux-scripts's Introduction

linux-scripts

A bunch of scripts to config ubuntu desktop quikly

Usage

sudo apt-get install git
git clone https://github.com/sanmaopep/ubuntu-desktop-scripts.git
cd ubuntu-desktop-scripts/
sudo chmod +x setup.sh
./setup.sh

Files

shells - save all scripts
tmp - save all downloaded things or something useful but big

References

I can't code ubuntu desktop script without these help:

ubuntu-make

UbuntuAutoScript

JSON.sh

Ubuntu_Init

SDKman Notice that SDKMan support windows powershell!Wonderful!

Notice

搜狗拼音的手动配置

  1. Language Support添加简体中文。并将输入法设置为fcitx。
  2. 输入法configuration中添加,去掉只显示当前语言,找到sougoupinyin

界面美化手动配置

安装完成后,打开Tweak Tool即可进行配置。

  1. 设置主题为Arc,图标集为Flat Remix。

FAQ

  1. cd '/usr/share/applications'
  2. sudo gedit 应用程序名字.desktop
  3. 在弹出的文本里添加:
[Desktop Entry]
Type=Application
Name=名字
Comment=描述
Icon=/应用程序所在文件夹/icon.xpm
Exec=/应用程序所在文件夹/应用程序
Terminal=false
Categories=Development;
  1. 或者用可视化工具:gnome-desktop-item-edit
  • ss PAC配置

  • linux mint 字体 只需在软件管理中删除Font-arphic-ukai和Font-arphic-uming一切即可正常! 控制台的等宽通过设置等宽字体(一般为Mono实现)

  • sudo 无法解析主机(换了个有个性的主机名的时候) sudo gedit /etc/hosts 找到 127.0.0.1 XXX 修改为 127.0.0.1 (你现在的主机名)

  • 快捷键不能用(设置了Ctrl+Super+Up结果还是最大化)? 你需要工具:sudo apt-get install compizconfig-settings-manager (unity和gnome兼容管理) 窗口管理,更改左右最大化

  • dpkg 被锁 打开系统监视器,右上角下拉选择显示所有线程,然后查找有apt开头的进程,全部杀死。

  • 在terminal进行ss代理

ss代理设为http格式 在.bashrc中加入:

alias setproxy="export http_proxy=http://localhost:1080 ; export https_proxy=https://localhost:1080"
alias unsetproxy="unset http_proxy ; unset https_proxy"

linux-scripts's People

Contributors

sanmaopep avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.