當前位置:首頁 » 操作系統 » linuxwiki

linuxwiki

發布時間: 2022-05-23 13:47:10

『壹』 linux發行版的wiki是什麼意思

某個linux發行版的Wiki站點
Wiki站點可以有多人(甚至任何訪問者)維護,每個人都可以發表自己的意見,或者對共同的主題進行擴展或者探討

『貳』 如何在linux 啟動wiki

具體方法如下:

1、軟體下載和安裝

最主要的就是安裝好Mysql+apache+php

測試apache能夠解析index.php文件後就可以。

2、Wiki安裝

tar -zxvf mediawiki-1.24.1.tar.gz然後把解壓後的文件拷貝至/usr/local/apache2/htdocs下,瀏覽器訪問解壓出來文件夾根目錄下的index.php進行下一步Wiki安裝

tar -zxvf mediawiki-1.24.1.tar.gz然後把解壓後的文件拷貝至/usr/local/apache2/htdocs下,瀏覽器訪問解壓出來文件夾根目錄下的index.php進行下一步。

至此安裝完成。

『叄』 linux wiki是什麼

linux網路全書

『肆』 LINUX下的VAR

/var 所有服務的登錄的文件或錯誤信息文件(LOG FILES)都在/var/log下,此外,一些資料庫如MySQL則在/var/lib下,還有,用戶未讀的郵件的默認存放地點為/var/spool/mail。更多Linux介紹可查看《Linux就該這么學》。

『伍』 怎麼截屏linux的指令界面

Linux字元界面,截圖使用Scrot。

Scrot是一個命令行下使用的截圖工具,支持全屏、窗口、選取、多設備、縮略圖、延時,甚至可以截圖完畢之後指定某程序打開截好的圖片。

1、安裝
Ubuntu下執行如下命令即可安裝。
sudo apt-get install scrot

2、使用
安裝完成後,該命令使用格式如下:
scrot [options] [file]

例子(~ 用戶主目錄):
1、對全屏截圖並保存文件名:
scrot ~/abc.png
2、抓取窗口,b 參數表示帶邊框窗體,s 用戶可以指定窗口:
scrot -bs ~/abc.png
3、抓取滑鼠選定區域:
scrot -s ~/abc.png
4、延時抓取,d 表示延時,c 倒計時,10 是秒,抓菜單等其他東西時很好用:
scrot -cd 10 ~/abc.png
5、生成縮略圖,t 表示要生成縮略圖, 20% 表示縮略圖的比例, s 表示截取用戶劃定區域:
scrot -t 20% -s ~/abc.png
6、啟用某項操作 s 劃定截圖,-e 採用某項行為,這里用 gimp 打開截圖圖片,
scrot -s ~/abc.png -e 'gimp $f'

3、補充參數詳細說明如下:
選項
-h, --help
顯示幫助並且退出
-v, --version
顯示版本信息並且退出
-b, --border
當選擇一個窗口時,同時包含窗口邊框。
-c, --count
延時時的顯示倒計時
-d, --delay NUM
延時 NUM 秒
-e, --exec APP
對保存的圖像執行程序 APP
-q, --quality NUM
圖像質量 (1-100) 值大意味著文件大, 壓縮率低。
-m, --multidisp
對多個顯示設備分別截圖並且連接在一起。
-s, --select
用滑鼠互動式的選擇一個窗口或者區域。
-t, --thumb NUM
同時生成縮略圖。 NUM 是縮略圖的百分比。

說明符
--exec 和 文件名可以使用可以被 scrot 擴充的格式說明符。有兩種類型的
說明符。 '%' 前導的說明符由 strfile(2) 來解釋。常式可以查看 strftile
手冊。這些選項用來引用當前的日期。第二種說明符由 scort 內部解釋並且
使用前綴 '$'. 可以識別的說明符如下:
$f 圖像的路徑/文件名 (如果在文件名中就會忽略)
$n 圖像文件名 (如果在文件名中會被忽略)
$s 圖像大小(位元組數) (如果在文件名會被忽略)
$p 圖像像素大小
$w 圖像寬度
$h 圖像高度
$t 圖像格式
$$ 列印字元 '$'
n 列印新行 (如果在文件名中會被忽略)

『陸』 求Linux幾個版本的介紹 要英文的(全英文)

Arch Linux, a distribution based on the KISS principle with a rolling release system
CentOS, a distribution derived from the same sources used by Red Hat, maintained by a dedicated volunteer community of developers with both 100% Red Hat-compatible versions and an upgraded version that is not always 100% upstream compatible
Debian, a non-commercial distribution maintained by a volunteer developer community with a strong commitment to free software principles
Fedora, a community distribution sponsored by Red Hat
Gentoo, a distribution targeted at power users, known for its FreeBSD Ports-like automated system for compiling applications from source code
gOS and other netbook operating systems
Knoppix, the first Live CD distribution to run completely from removable media without installation to a hard disk, derived from Debian
Kubuntu, the KDE version of Ubuntu
Linux Mint, a popular distribution based on and compatible with Ubuntu
Mandriva, a Red Hat derivative popular in France and Brazil, today maintained by the French company of the same name
MontaVista Linux, popular embedded Linux distribution maintained by Santa Clara, CA based MontaVista Software
OpenGEU, derived from Ubuntu, with a goal to combine the power of the GNOME desktop with the eye candy of Enlightenment 17
openSUSE, originally derived from Slackware, sponsored by the company Novell
Oracle Enterprise Linux, which is a derivative of Red Hat Enterprise Linux, maintained and commercially supported by Oracle
Pars, developed in Turkey as a proct of the Pars Project, named after the Anatolian Leopard
PCLinuxOS, a derivative of Mandriva, grew from a group of packages into a popular, community-spawned desktop distribution.
Red Hat Enterprise Linux, which is a derivative of Fedora, maintained and commercially supported by Red Hat
Sabayon Linux, Gentoo Based Distribution, aiming at working Out of the box.
Slackware, one of the first Linux distributions, founded in 1993, and since then actively maintained by Patrick J. Volkerding
Ubuntu, a popular desktop distribution derived from Debian, maintained by Canonical. Ubuntu also has a net book version called the Ubuntu netbook remix.
Xubuntu, is the Xfce version of the popular desktop distro Ubuntu. Commonly used by Linux users that wish to have the function of a bigger distro such as Ubuntu or openSuse with the speed of a smaller distro.
DistroWatch maintains a popularity ranking of distributions on its web site; the ranking is based primarily on page views, which is not considered to be a reliable measure of distribution popularity.

[edit] Niche distributions
Other distributions are targeted at other specific niches, such as the tiny embedded router distribution OpenWrt, the Ubuntu project to create Ebuntu for ecational users, and KnoppMyth, which wraps Knoppix around MythTV to ease building Linux-powered DVRs. Others target the Apple Macintosh platform, including mkLinux, Yellow Dog Linux, and Black Lab Linux. Karoshi is a server system based on PCLinuxOS and aimed at ecational users.

我這是在wiki網路上面摘錄的 因為網路原因那個地址寫不上去 你可以自己去wiki上面看 這個不是翻譯 是純英文的 你可以只選擇部分 一個版本的介紹就幾行 而且都是蠻常見的版本

『柒』 「Linux」到底怎麼讀啊

Linux 由Unix衍生而來。主要用在客戶機/伺服器形式的網路中,不平民化,令人高不可攀。91年芬蘭赫爾辛基大學生Linus Torvalds出於興趣創建了Linux並在當年10月放在網上分發。這一操作系統一出現就得到了黑客們和GNU(自由軟體基金會)的支持,迅速壯大起來。

因此,Linux 是 Lin + ux(unix)組成,讀為「林紐克斯」最為恰當。

『捌』 Linux中一個用戶可以屬於多個組么若可以,那這個用戶的文件也同時屬於這個用戶所在的所有組么

1可以
[root@myhost tpxcer]# cat /etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
你看上面就是一個組包含多用戶
2用戶文件可以對組用戶許可權進行設置^_^

『玖』 linux發行版wiki哪個好

從技術方面來說,Linux發行版的不同之處在於支持的硬體設備和系統或者軟體包配置不同。由於歷史原因,不同的組織也會導致不同的發行版。其他的原因有安全性方面的,如安全更新的頻率;軟體包管理的易用性;可用軟體包的數量。
這些表格根據客觀的准則比較了一些值得注意的發行版的最新穩定版。不包含操作系統的主觀評價,標記為不穩定或測試版的分支以及Linux發行版與其他操作系統的比較。

『拾』 LINUX是什麼

Linux是一套免費使用和自由傳播的類Unix操作系統,是一個基於POSIX和Unix的多用戶、多任務、支持多線程和多CPU的操作系統。伴隨著互聯網的發展,Linux得到了來自全世界軟體愛好者、組織、公司的支持。它除了在伺服器操作系統方面保持著強勁的發展勢頭以外,在個人電腦、嵌入式系統上都有著長足的進步。使用者不僅可以直觀地獲取該操作系統的實現機制,而且可以根據自身的需要來修改完善這個操作系統,使其最大化地適應用戶的需要。
Linux不僅系統性能穩定,而且是開源軟體。其核心防火牆組件性能高效、配置簡單,保證了系統的安全。在很多企業網路中,為了追求速度和安全,Linux操作系統不僅僅是被網路運維人員當作伺服器使用,Linux既可以當作伺服器,又可以當作網路防火牆是Linux的 一大亮點。
Linux與其他操作系統相比 ,具有開放源碼、沒有版權、技術社區用戶多等特點 ,開放源碼使得用戶可以自由裁剪,靈活性高,功能強大,成本低。尤其系統中內嵌網路協議棧 ,經過適當的配置就可實現路由器的功能。這些特點使得Linux成為開發路由交換設備的理想開發平台。

而且Linux前景好、待遇高、就業范圍多,非常適合零基礎人員學習,如果你想要學習的話,我感覺這里還不錯。

熱點內容
獲取了ip怎麼進他的伺服器 發布:2024-10-26 17:17:17 瀏覽:491
存儲的反應 發布:2024-10-26 17:08:39 瀏覽:442
sql三張表查詢 發布:2024-10-26 17:05:23 瀏覽:344
怎麼看電腦wifi密碼是多少 發布:2024-10-26 17:00:10 瀏覽:325
上傳gif不會動 發布:2024-10-26 16:59:55 瀏覽:13
volte手機如何解鎖密碼 發布:2024-10-26 16:54:04 瀏覽:105
如何將安卓手機刷為蜂巢系統 發布:2024-10-26 16:43:44 瀏覽:831
androidnetcfg 發布:2024-10-26 16:42:40 瀏覽:929
imageloaderandroid 發布:2024-10-26 16:41:14 瀏覽:778
21H的源碼 發布:2024-10-26 16:35:47 瀏覽:722