ubuntn 17.04 使用总结

来源:互联网 发布:同济大学软件学院电话 编辑:程序博客网 时间:2024/06/18 03:41

1、为知笔记

http://www.wiz.cn/compile-client.html

http://blog.csdn.net/a87768092/article/details/54312299


2、谷歌安装

http://www.linuxidc.com/Linux/2016-05/131096.htm


3、刚安装完系统手动更新软件依赖

$   apt   install -f


4、安装ifconfig命令

$  sudo apt install net-tools



5、notepadqq

在Ubuntu / Ubuntu Kylin下安装和卸载 Nodepadqq
对于Ubuntu发行版本可以通过PPA安装,命令如下:

sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq

类似的,卸载命令如下:
sudo apt-get remove notepadqq
sudo add-apt-repository --remove ppa:notepadqq-team/notepadqq


6、安装mysql

sudo apt-get install mysql-server

apt-get install mysql-client

 sudo apt-get install libmysqlclient-dev

sudo netstat -tap | grep mysql

mysql -u root -p


7、比较工具

apt-get install meld  安装完成后直接执行meld即可


8、Ubuntu下有两款超级玛丽游戏

安装:sudo apt-get install smc

安装:sudo apt-get install supertux

或者
sudo apt-get install supertux-stable


9、linux下的微信

https://github.com/geeeeeeeeek/electronic-wechat/blob/master/README_zh.md


10、linux版  secureCRT 版的链接工具

http://www.vandyke.com/download/index.html 或 http://download.csdn.net/download/wyvbboy/9824390?web=web

安装ssh:asudo apt-get install openssh-server

破解:

第一步:下载SecureCRT安装包

官方下载地址为:http://www.vandyke.com/download/securecrt/download.html

百度网盘scrt 7.3.3 下载 :http://pan.baidu.com/s/1ntqq6Op

第二步:破解

下载程序 

(1)wget http://download.boll.me/securecrt_linux_crack.p

(2)ls -l securecrt_linux_crack.pl 
(3) whereis SecureCRT 查看安装路径

(4)/usr/bin/SecureCRT /usr/bin/X11/SecureCRT

  
  
运行:sudo perl securecrt_linux_crack.pl /usr/bin/SecureCRT

出现如下屏幕:

 
 
License:
 
    Name:        xiaobo_l
    Company:    www.boll.me
    Serial Number:    03-61-166978
    License Key:    ABC89D UFDU94 C94CBU 7V17SU ABTUS5 QXX9E5 PF12H6 R62SHC
    Issue Date:    12-22-2013


11、安装翻墙软件lantern

https://github.com/getlantern/lantern


12、卸载五笔输入法

sudo apt autoremove ibus-table-wubi


13、关闭网卡

关闭网卡:ifconfig docker0 down   or  ifdown docker0
开启网卡:ifup docker0


14、数据库链接工具

navicat for  mysql : https://www.navicat.com.cn/download/navicat-for-mysql

https://dbeaver.jkiss.org/


15、查看电脑上的分辨率

$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 173mm
   1366x768      60.00*+  48.01  
   1360x768      59.80    59.96  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   960x600       60.00  
   960x540       59.99  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   800x512       60.17  
   700x525       59.98  
   640x512       60.02  
   720x450       59.89  
   640x480       60.00    59.94  
   680x384       59.80    59.96  
   576x432       60.06  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)


16、印象笔记

链接: https://pan.baidu.com/s/1kUSBLAZ 密码: it7i


17、清理残留数据

dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P 


18、mysql安装

sudo apt-get install mysql-server   (5.7)