ubuntu软件开发必备东西

安装yum  安装Except

程序加到任务栏,  右击任务栏中打开的程序,选将添加到收藏夹

設置F1启动命令窗口

Ubuntu 18.04右键新建文档功能 https://blog.csdn.net/vola9527/article/details/74747669

ubuntu 安装五笔输入法  https://jingyan.baidu.com/article/380abd0a4b20101d91192c7e.html

中英文切换快捷键 (右击 极点五笔,选项,常规->keyboard shortcuts点...,按图设置)

   

Uncenter 软件中心中搜索WECHAT,安装微信

1、SSH工具  -------------------------》FileZilla                               apt-get install filezilla 

2、远程shell命令行 -----------------------》写登陆脚本  

          1.检测是否安装 expect
              ls /usr/bin |grep expect
          如果不存在,则进行安装

          2.安装
               sudo apt-get install expect

#!/usr/bin/expect
spawn ssh [email protected]
expect "*password:"
send "xxxxx@#\$a232\r"
expect "*#"
interact

~                                                                               
~                                                                               
~                                                                               
~                    

3、svn工具 RapidSVN

4、安装vs ide编辑器 https://www.cnblogs.com/iamhenanese/p/5628275.html

方法二:或者到微软的vscode网站  (下载地址)https://code.visualstudio.com/Download,即可安装,可以使用(  命令行输入code .  在任何目录中打开该编辑器,只用deb安装的可以命令行打开,其他不行) 推荐使用这种方法,bug最少,启动最方便

sudo  dpkg  -i   deb文件名

通常情况下会报依赖关系的错误,我们可以使用以下的命令修复安装。

sudo  apt-get  install  -f

然后再进行 sudo  dpkg  -i   deb文件名

5、navicate 

     安装及破解https://blog.csdn.net/qq_38276669/article/details/82288870

     解决乱码https://blog.csdn.net/sinat_26546385/article/details/80381282

     终极方法 https://blog.csdn.net/qq_38250124/article/details/83898364  (安装字体)

5 ubuntu sqlite可视化工具之sqlitebrowser

https://blog.csdn.net/hds2011/article/details/84036564

6 安装postman

   https://blog.csdn.net/xiamoyanyulrq/article/details/80334900

6、安装ULauncher 软件中心 ,Ctrl+空格,即可搜索软件

7、在ULauncher找 google浏览器, 登陆有道云笔记

    linux安装chrome

       sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

       wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

       sudo apt-get update

       sudo apt-get install google-chrome-stable

       /usr/bin/google-chrome-sta

8、Remmina远程桌面工具

9、安装beyond compare比较工具

      cd /usr/local/zd/soft/

        wget  https://www.scootersoftware.com/bcompare-4.2.6.23150_amd64.deb  下载到当前目录

        sudo dpkg -i bcompare-4.2.6.23150_amd64.deb 需要依赖

        sudo apt-get install -f  安装依赖

         sudo dpkg -i bcompare-4.2.6.23150_amd64.deb 再次安装

         cd /usr/share/applications 找到并将beyond compare复制到桌面

10、phpstorm安装

       官网源件源 https://www.jetbrains.com/phpstorm/download/download-thanks.html?platform=linux

       安装方法 https://www.cnblogs.com/kuics/p/6127810.html

         

------------------------------------

linux mint

1、使用LinuxMint须知:安装向导被遮住、字体变楷体?

     http://www.mintos.org/skill/mint-install-faq.html

2、linux mint 系统快捷键设置

     中文 : 键盘-》快捷键  https://zhidao.baidu.com/question/1731606463368286947.html

     https://blog.csdn.net/headool/article/details/13622041

3、连接openvpn

     把证书等文件都准备好,然后进入目录,用openvpn启动

     cd /usr/local/soft/OpenVpn
     openvpn client_online.ovpn

      如果出现连接不上,ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted

      则需要用sudo身份连接

       

创建一个软链接      

      sudo ln -s /home/oem/soft/PhpStorm-183.5429.47/bin/phpstorm.sh /usr/sbin/phpstorm

Linux Mint安装ibus五笔和拼音输入法简明教程

          http://www.bubuko.com/infodetail-1636970.html

安装后必做的几件事(建立快照、护眼等  timeshift、red...)

https://www.sohu.com/a/243432199_185201

安装微信(deepin的微信

http://www.mintos.org/skill/snap-wechat-dpmusic.html

输入法安装

         点系统设置-》输入法-》简体中文=》安装IBus  (安装完后,在任务栏键选项,添加输入法“极点五笔”

使用linux mint 安装无线网卡驱动

          https://www.jianshu.com/p/82fc0c503f24

 

linux ubuntu 服务器键盘设置错误 完美解决

       dpkg-reconfigure keyboard-configuration
       选择105  然后设置其他的  键盘选择美国的就行了 。。保存 reboot  。          

猜你喜欢

转载自blog.csdn.net/A9925/article/details/86696341