全部博客
2017年12月10日

问题描述 wireshark要监控eth0,但是必须要root权限才行。但是,直接用root运行程序是相当危险,也是非常不方便的。 解决方案 添加wireshark用户组 sudo groupadd wireshark 将dumpcap更改为wireshark用户组 sudo chgrp wireshark /usr/bin/dumpcap 让wireshark用户组有root权限使用dumpcap sudo chmod 4755 /usr/bin/dumpcap 将需要使用的用户名加入w

2017年11月15日

什么是albert? 一款类似于Mac系统Spotlight搜索的软件 官方网站:https://albertlauncher.github.io/ 代码仓库:https://github.com/albertlauncher/albert 安装 wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_16.04/Release.key -O Release.key sudo apt-key

2017年7月14日

介绍 Linux的默认 Shell 都是 bash,既然如此,那我今天为什么要说zsh呢?因为zsh搭配上"oh my zsh"真的好用到爆啊!"oh my zsh"的Github网址 点我点我。 有些同学可能对Shell不太熟悉。借用池建强的一个解释:简单的说,Shell是Linux/Unix的一个外壳。它负责外界与Linux内核的交互,接收用户或其他应用程序的命令,然后把这些命令转化成内核能理解的语言,传给内核,内核是真正干活的,干完之后再把结果返回用户或应用程序。 Linux/Unix提

2017年5月13日

什么是django? Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app withou

« 1 2 3 4 5