最近在rashost
买了个ubuntu vps 玩。
ssh上去,只有命令行。so 记下常用命令:
看内存:
free -m
看硬盘使用:
df -m
添加用户:
adduser
修改密码:
passwd
top命令
top命令和ps命令的基本作用是相同的,显示系统当前的进程和其它状况;但是top是 一个动态显示过程,即可以通过用户按键来不断刷新当前状态
<空格>; 立即刷新显示。
k 终止一个进程。系统将提示用户输入需要终止的进程PID,以及需要发送给该进程什幺样的信号。一般的终止进程可以使用15信号;如果不能正常结束那就使用信号9强制结束该进程。默认值是信号15。在安全模式中此命令被屏蔽。
i 忽略闲置和僵死进程。这是一个开关式命令。
m 切换显示内存信息。
t 切换显示进程和CPU状态信息。
c 切换显示命令名称和完整命令行。
M 根据驻留内存大小进行排序。
P 根据CPU使用百分比大小进行排序。
ls 不显示 pyc 文件
ls --ignore='*.pyc'
快速查询某域名ip
dig g.cn +short
同步时间
sudo ntpdate time.windows.com
更新配置后,重启squid
sudo squid -k reconfigure
http://linux.vbird.org/linux_basic/0440processcontrol.php
每天同步时间
https://help.ubuntu.com/10.04/serverguide/C/NTP.html
分享到:
相关推荐
使用方法:下载后删除文件名最后的\".zip\"即可得到deb包文件。 博文链接:https://lgn21st.iteye.com/blog/207177
### Ubuntu Hacks - Tips and Tools for Exploring, Using, and Tuning Linux #### 简介 《Ubuntu Hacks》是一本专为那些希望深入了解、高效利用并优化Linux发行版Ubuntu的用户准备的书籍。本书提供了众多技巧和...
Ubuntu Unity配置操作涵盖了诸多技巧和窍门,旨在提升用户的使用效率和体验。Ubuntu Unity是Ubuntu操作系统中的一种用户界面,它整合了多个应用程序和系统设置,使得用户可以更加高效地管理自己的工作环境。接下来,...
You'll learn it all and more with the expert guidance, tips, and techniques in this first-ever soup-to-nuts book on Ubuntu. From the basics for newcomers to enterprise management for system ...
Award-winning Linux author Keir Thomas gets down and dirty with Ubuntu to provide over 300 concise tips that enhance productivity, avoid annoyances, and simply get the most from Ubuntu. You’ll find ...
Administer Ubuntu Server in the EnterpriseRealize a dynamic, stable, and secure Ubuntu Server environment with expert guidance, tips, and techniques from a Linux professional. Ubuntu Server ...
Ubuntu 手动更新内核终极教程 本教程旨在指导读者手动更新 ...本教程的优点在于提供了一个详细的指导,帮助读者快速地更新 Ubuntu 的内核,同时也提供了一些有用的 tips 和技巧,以便读者可以更好地掌握整个过程。
- **Navigating the Desktop**: Tips on using the mouse, keyboard shortcuts, and touchpad gestures to navigate the desktop efficiently. - **Customizing the Desktop**: Techniques for customizing the ...
- **Efficiency Tips**: Tips for maximizing productivity and efficiency while using Ubuntu on a daily basis are shared. **File System Navigation** - **Understanding File Structure**: The book provides...
Book Description Ubuntu Mobile is quickly being adopted by mobile device manufacturers and provides Web browsing, e-mail, media, ...Reveals tips for handling common problems and executing solutionss
This book provides you with practical hacks and tips that are not readily available online, in FAQ files, or any other Ubuntu book on the market so that you can customize your Ubuntu system for your ...
Discover tips and best practices to be followed for minimum maintenance of Ubuntu Server 3 Who This Book Is For This book is for a vast audience of Linux system administrators who primarily work on ...
Ubuntu修改hosts和hostname修改hosts并生效务必在IPv6之前新增若hosts没有生效,则重启测试Tips:ip与域名之间需要用tab键隔开
以下是一路安装时的一些tips: 安装ubuntu16时,最后会下载语言包,因为是用的国外的源,需要花费大量时间,因此可以先点击skip跳过。后面修改源再来继续安装。 在搜索里找到软件和更新,里面可以切换下载源,我选...
jq用法jq is a lightweight and flexible command-line JSON processor 主页安装ubuntu: sud