-
linux by default, Linux can use 6 virtual consoles to log in local Linux (local...
linux默认情况下,Linux可以使用6个虚拟控制台来登录本地Linux (本地终端)
系统,当然,这个设置是可以修改的(修改文件/etc/inittab)。每一个虚拟控制台允许让一个用户登录,我们可以使用
ALT+Fn(n=1,2,3,4,5,6)来登录或者是切换到某个虚拟控制台,它们分别对应tty1到tty6虚拟终端。-linux by default, Linux can use 6 virtual consoles to log in local Linux (local terminal) system, of course, this setting can be amended (to modify the file/etc/inittab). Each virtual console to allow a user log, we can use ALT+ Fn (n = 1,2,3,4,5,6) to log in or switch to a virtual console, tty1 they correspond to tty6 virtual terminal.
- 2022-07-05 11:31:30下载
- 积分:1
-
S3C2410 LCD驱动
| |
S3C2410 LCD驱动
| |-- s3c2410fb.c
| `-- s3c2410fb.h-S3C2410 LCD Driver | |- s3c2410fb.c | `- s3c2410fb.h
- 2022-03-26 18:45:23下载
- 积分:1
-
罗技qc摄像头的linux下驱动程序及引用程序
罗技qc摄像头的linux下驱动程序及引用程序-Qc Logitech camera drivers under linux, and quoted procedure
- 2023-05-03 21:05:03下载
- 积分:1
-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
Python使用的lzo压缩算法,可以在python下实现lzo算法的压缩,对内存等数据进行压缩...
Python使用的lzo压缩算法,可以在python下实现lzo算法的压缩,对内存等数据进行压缩-Python use lzo compression algorithm can achieve lzo algorithm python compression, data compression for memory, etc.
- 2022-01-25 23:10:26下载
- 积分:1
-
图像中非刚性曲线的蛇形检测算法
图像中非刚性曲线的蛇形检测算法-African rigid image of the snake-like curves Detection Algorithm
- 2022-01-31 13:04:31下载
- 积分:1
-
一张非常经典的内核图
一张非常经典的内核图-A very classic core map
- 2023-08-17 04:40:03下载
- 积分:1
-
用于移植在pthread环境中开发的应用程序到没有pthread支持的环境...
用于移植在pthread环境中开发的应用程序到没有pthread支持的环境-for transplantation pthread environment in the development of applications that in the absence of a supportive environment pthread
- 2022-03-22 16:15:27下载
- 积分:1
-
BeginningLinuxProgramming example3
BeginningLinuxProgramming example3
- 2022-03-04 20:44:07下载
- 积分:1
-
GtkWidget*window
gtk_init (&argc, &argv)...
GtkWidget *window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0) - GtkWidget*window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0)
- 2023-02-06 20:55:03下载
- 积分:1