
Linux
Linux 相关
worldzhy
感觉
展开
-
Linux 查看正在使用的端口号
【代码】Linux 查看正在使用的端口号。原创 2023-09-07 16:28:34 · 178 阅读 · 0 评论 -
linux ps command useful examples
The ps command on linux is one of the most basic commands for viewing the processes running on the system. It provides a snapshot of the current processes along with detailed information like user id,转载 2016-05-12 11:11:12 · 771 阅读 · 0 评论 -
Ubuntu上设置timezone, date, time
设置时区 sudo timedatectl set-timezone <timeszone> Examples: Timezone as EST sudo timedatectl set-timezone EST Timezone as UTC sudo timedatectl set-timezone UTC Listing all...转载 2019-04-12 22:19:10 · 2674 阅读 · 0 评论 -
scp 用于ubuntu server之间传递文件
// scp <source> <destination> // 将所在主机上的文件copy到远端主机 // scp /path/to/file username@a:/path/to/destination // 将远端主机上的文件copy到所在主机 // scp username@b:/path/to/file /path/to/destination // 如果主机间连接需要密钥pem文件,使用-i参数 $ scp -i pinpoint-health.pem ubuntu.原创 2020-05-18 23:02:57 · 239 阅读 · 0 评论 -
Install GNU Make on Ubuntu
$ sudo apt-get install build-essential原创 2020-03-31 17:41:41 · 834 阅读 · 0 评论 -
redis Install Redis on ubuntu
// 安装完成后,Redis服务器会自动启动 $ sudo apt-get install redis-server $ ps -aux|grep redis原创 2020-03-31 20:47:52 · 146 阅读 · 0 评论 -
GRUB引导系统启动
grub> rootnoverify (hd0,0) grub> chainloader +1 grub> boot chainloder (hd0)+1表示加载硬盘第一扇区,即MBR…… chainloder (fd0)+1表示加载软盘第一扇区,即PBR(VBR、DBR)…… chainloder (hd0,0)+1表示加载硬盘第一个分区第一扇区,也是PBR(VBR、DBR)…原创 2012-11-16 15:35:47 · 1178 阅读 · 0 评论 -
CenOS U盘安装
来自百度百科 下面来简单说下使用U盘安装CentOS系统,这里以centos-6.2 i386 minimal为例安装。 使用到的材料: 1、centos-6.2 i386 minimal 2、UltraISO 3、U盘一个 开始安装: 1、打开UltraISO,依次点击“文件”》“打开”,选择“CentOS转载 2012-11-16 21:34:56 · 1117 阅读 · 0 评论 -
双系统,重装windows后,如何恢复linux
· 以下转载是否可行尚未验证,然存之,以备今后参考 双系统,重装windows后,如何恢复linux 2006-09-05 18:11提问者: liuql |浏览次数:2472次 我机器以前是两个系统,windows xp和linux.后来重装了windows,linux就无法进入了.请问高手如何把原来的linux恢复回来,恢复成原来的双系统. 我来帮他解答转载 2012-11-17 20:49:19 · 905 阅读 · 0 评论