zoukankan      html  css  js  c++  java
  • 安装完kali linux之后要做的10件事——113p.cn

    1.添加国内更新源(可能不是最好的)

    vim /etc/apt/source.list
    科技大学#
    deb http://mirrors.ustc.edu.cn/kali sana main non-free contrib
    deb-src http://mirrors.ustc.edu.cn/kali sana main non-free contrib
    deb http://mirrors.ustc.edu.cn/kali-security sana/updates main contrib non-free
    Alibaba#
    deb http://mirrors.aliyun.com/kali sana main non-free contrib
    deb-src http://mirrors.aliyun.com/kali sana main non-free contrib
    deb http://mirrors.aliyun.com/kali-security sana/updates main contrib non-free
    apt-get update && apt-get -y upgrade; apt-get -y dist-upgrade
    

    2.安装了fcitx 搜狗输入法

    fcitx fcitx-pinyin
    

    3.修改顶栏透明/面板透明

    "panel"0.75  "popup-menu-pointer*"0.35
    path: /usr/share/themes/kali-x/gnome-shell/
    

    4.修改shell怪烂的字体 (1)换字体(不行的话执行步骤2) (2) apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy 然后换字体 5.安装扩展hide top bar 自己修改配置 6.eclipse/fileziller/idea 官网下载安装 添加快捷方式,fileziller里面有fileziller.desktop快捷方式,打开修改exec及icon项即可,其他快捷方式照抄 快捷方式copy到/usr/share/applications/ 即可显示再所有程序上(copy到 ~/.local/share/applications/*.desktop 为仅该用户可见) 7.firefox去广告 add-on => adBlockPlus(百度找官网下载) 8.修改快捷键 设置=>键盘=>快捷键 切换应用程序:alt+tab 在程序之间切换窗口:alt+q 切换到桌面1/2/3/4:super+1/2/3/4 隐藏所有程序(显示桌面):super+d 自定义:关机:ctrl+alt+p(命令:poweroff) 自定义:重启:ctrl+alt+r(命令:reboot) 自定义:打开终端:alt+t(命令:gnome-terminal) 9.设置mentohust连锐捷

    dpkg -i ~/下载/mentohust_*.deb
    cp 8021x.exe SuConfig.dat W64N55.dll /etc/mentohust/
    mentohust -v4.44 -w   #开启锐捷认证 -w保存配置,下次只需命令mentohust启动即可
    

    10.设置pppoe拨号上网

    tar -xzvf rp-pppoe-*.tar.gz
    cd rp-pppoe.... #进入该目录
    ./go  [or ./go-gui]
    (根据提示配置)帐号,密码,组播地址:私有  DHCP:不使用
    pppoe-status  #查看连接状态    
    pppoe-start   #开启pppoe拨号


    文章原文:https://www.113p.cn/277.html
  • 相关阅读:
    oracle中Blob和Clob类型的区别
    为什么要分库分表
    Enable file editing in Visual Studio's debug mode
    SQL Server Dead Lock Log
    Debug .NET Framework Source
    SQL Server text field里面有换行符的时候copy到excel数据会散乱
    诊断和修复Web测试记录器(Web Test Recorder)问题
    Can't load Microsoft.ReportViewer.ProcessingObjectModel.dll
    'telnet' is not recognized as an internal or external command
    Linq to XML
  • 原文地址:https://www.cnblogs.com/113p/p/13214260.html
Copyright © 2011-2022 走看看