Linux技巧彙總

2021-09-07 05:16:16 字數 808 閱讀 4177

# lsb_release -a

lsb version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch

distributor id: centos

description: centos release

6.5(final)

release:

6.5codename: final

## 這個命令適用於所有的linux,包括redhat、suse、debian等發行版

root@idolaoxu ~ # uname

linux

root@idolaoxu ~ # uname -r

2.6.18-164

.el5

[root@idolaoxu ~]# uname -a

linux iz94b31ttqsz

2.6.32-431.23.3.el6.x86_64 #1 smp thu jul 31

17:20:51 utc 2014 x86_64 x86_64 x86_64 gnu/linux

ssh user_name@remote_host -l127.0.0.1:1234:127.0.0.1:8888

場景描述:遠端主機開放了22埠,但開了防火牆,客戶端無法訪問其他埠(例如:8888),此時可以通過建立ssh傳送通道來實現埠訪問。通過以上命令,就可以在本地訪問

127.0.0.1:1234

來訪問遠端主機的8888埠了。

Linux技巧彙總

lsb release a lsb version base 4.0 amd64 base 4.0 noarch core 4.0 amd64 core 4.0 noarch distributor id centos description centos release 6.5 final rel...

Python技巧彙總

對矩陣進行行列變換,python 只需一行!看如下兩種方法,第一種使用巢狀的列表推導式 list comprehensions 第二種使用zip對matrix進行展開 unpacking matrix 1,2,3,4 5,6,7,8 9,10,11,12 matrix 1,2,3,4 5,6,7,8...

電腦技巧彙總

千萬別買錯!記憶體的標壓和低壓大不同 win7設定設定啟動項 msconfig開啟設定介面 cleanmgr 開啟磁碟清理工具 compmgmt.msc 計算機管理 conf 啟動系統配置實用程式 charmap 啟動字元對映表 calc 啟動計算器 chkdsk.exe chkdsk磁碟檢查 cm...