编程开源技术交流,分享技术与知识

网站首页 > 开源技术 正文

「linux」 kaili linux系统定制化操作

wxchong 2024-06-27 01:36:37 开源技术 35 ℃ 0 评论

网络配置


 - 临时IP地址(重启后失效)
	- dhclient eth0
	- ifconfig eth0 192.168.1.1/24 -> 自定义ip地址
	- rout add default gw 192.168.1.1 -> 配置网关
	- echo nameserver 192.168.1.1 > /etc/resolv.conf -> 配置dns服务器地址

- 固定ip地址配置
	- /etc/network/interfaces
		- address
		- netmask
		- gateway
		
	- 软件更新
		- apt-get update -> 获取更新索引
		- apt-get upgrade -> 进行更新
		- apt-get dis-upgrade -> 针对linux内核大版本更新

安装适合自己的工具软件

- smplayer 播放器
- ibus ibus-pinyin 拼音
- flashplugin-nonfree flash插件
- gdebi 图形化界面
- amule 电驴
- qbittorrent bt下载
- geany 编辑器
- stardict 翻译软件
- meld 文件差异比较图形化工具
- fff-wqy-microhei 字体
- kchmviewer chm帮助文件打开器
- freemind 思维导图软件
- netspeed 网速检测
- mtr 路由最终
- filezilla ftp文件上传
- filezilla-common
- chromium 谷歌浏览器
- monodevelop 在linux下开发.net
- mono-gmcs-y
apt-get install smplayer ibus ibus-pinyin flashplugin-nonfree gdebi amule qbittorrent geany stardict meld fff-wqy-microhei kchmviewer freemind netspeed mtr filezilla filezilla-common chromium monodevelop mono-gmcs-y

浏览器插件安装

- xssme:  https://addones.mozilla.org/en-US/firefox/addon/xss-me

- sql inject me: https://addones.mozilla.org/en-US/firefox/addon/sql-inject-me

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表