RHEL

今日之软件产业

做~自己de王妃 提交于 2020-07-23 22:04:32
1995年为145亿元,1996年为205亿元,1997年为260亿元,1998年为325亿元,1999年为441.5亿元,2000年为593亿元。   到2001年已达796亿元,而2006年达到4800亿元,发展是很快的,这个发展得益于我国国民经济的高速发展,各行各业的信息化建设迅速推进,金字工程如火如荼。十天前开过的第十界中国国际软件博览会上,更是盛况空前,软件销售收入超过10亿元的企业有35家,有80家软件企业超过千人。有40家企业通过了CMM5认证。软件产业又是一个高度国际化的产业,软件和信息服务在全球贸易中的份额不断增长。政府在营造软件产业发展的有利环境,18号文件是大家熟知的,振兴软件产业行动纲领也早已出台。信息产业部正在推动《软件与集成电路产业发展条例》相继颁布实施为软件科技创新和产业化注入了强大动力。   要使我国软件产业做大做强,增强自主创新能力是关键。要走开放式的创新之路,在操作系统、数据库管理系统、中间件技术等方面集中力量突破。积极推动嵌入式软件产品的研发和应用。也正在培育知名品牌和知名企业,软件逐步融合发展,要支持硬件企业发展软件,也支持软件企业去和硬件企业结合、融合发展。IT企业的核心技术就是软件产品。软件产业实现集群化,也促进软件产业国际化。   纵观软件产业的发展历程,新的发展促进我们的概念不断更新,新的增长点不断涌现,昔日DOS(磁盘操作系统

快速汉化RHEL7

心已入冬 提交于 2020-07-23 16:51:31
本文档给出快速汉化RHEL7的方法,此方法同样适用于 CentOS 7,做汉化操作前,请确保yum源正常。 汉化前: 确保yum源正常 [root@localhost ~]# cd /etc/yum.repos.d/ [root@localhost yum.repos.d]# ls redhat.repo rhel7.repo [root@localhost yum.repos.d]# cat rhel7.repo [rhel7] name=rhel7 baseurl=file:///media/cdrom enabled=1 gpgcheck=0 [root@localhost yum.repos.d]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/rhel-root 17G 3.2G 14G 19% / devtmpfs 473M 0 473M 0% /dev tmpfs 489M 144K 489M 1% /dev/shm tmpfs 489M 14M 476M 3% /run tmpfs 489M 0 489M 0% /sys/fs/cgroup /dev/sda1 1014M 173M 842M 18% /boot tmpfs 98M 8.0K 98M 1% /run/user/0 /dev

How to perform grep on curl within for loop?

跟風遠走 提交于 2020-07-03 17:40:11
问题 I have created an array uisng the command IFS=', ' read -r -a array <<< "$(command)" The array has values: abc001 abc002 abc003 I want to loop through the array and run a curl command on each element. a) If curl output has string Connected then the curl command should timeout and the for loop should exit out. b) If the curl output is not having string Connected then the curl command should timeout and for loop should move to next element. I have written the following code. for element in "$

How to hide port number in a url

别来无恙 提交于 2020-06-29 05:25:11
问题 I have run an application on a cloud server..i am accessing the url https://xx.xx.xx.xx:5004/double/request with a public Ip. Can it be possible to access the url https://xx.xx.xx.xx/double/request(Without port number) 回答1: Default port for HTTPS is 443. So you can just change your port to 443 and will be able to use https://xx.xx.xx.xx/double/request More infos about port number : See this Question. 回答2: What about using of services that short url: e.g. tiny.ly ? 来源: https://stackoverflow

RHEL w/Tkinter & Python3 - Changing the Activity name from “Tk”

点点圈 提交于 2020-05-30 12:30:56
问题 I'm trying to set the Activity (not sure of the proper term, see screenshot) name for a Tkinter app. I'm not a Linux expert, novice, or really even beginner, but the system about dialog lists my test machine as Fedora 30. Window Manager is Gnome. Code can't get much simpler: import tkinter as tk master=tk.Tk() master.title("My lil' Application") master.mainloop() This is most likely either a very simple or impossible thing to accomplish. I've not been able to come up with the magical search

RHEL w/Tkinter & Python3 - Changing the Activity name from “Tk”

*爱你&永不变心* 提交于 2020-05-30 12:30:31
问题 I'm trying to set the Activity (not sure of the proper term, see screenshot) name for a Tkinter app. I'm not a Linux expert, novice, or really even beginner, but the system about dialog lists my test machine as Fedora 30. Window Manager is Gnome. Code can't get much simpler: import tkinter as tk master=tk.Tk() master.title("My lil' Application") master.mainloop() This is most likely either a very simple or impossible thing to accomplish. I've not been able to come up with the magical search

installed the docker from binaries + docker startup

非 Y 不嫁゛ 提交于 2020-05-17 05:56:07
问题 we installed the docker from binaries as the following ( according to https://docs.docker.com/engine/install/binaries/ ) wget https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz --2020-05-06 20:39:22-- https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz Resolving download.docker.com (download.docker.com)... 13.225.249.16, 13.225.249.45, 13.225.249.106, ... Connecting to download.docker.com (download.docker.com)|13.225.249.16|:443... connected.

Linux系统推荐学习的编程语言以及经验

末鹿安然 提交于 2020-05-09 08:20:54
Linux系统推荐学习的编程语言以及经验 初来乍到,作为一个小白,我想记录自己学习进步,一是在未来回看时,发现自己的进步,其次就是希望能通过自己的学习之路,给未来的走向这条道路的兄弟指引一条道路。 First ;首先作为一个初学者,必须扎扎实实的掌握一门基础的编程,计算机语言想通相似,想要学好编程,必须熟练地掌它握一门基础计 语言,这里推荐学习C和C++;C++作为一门最难的语言,能掌握它,其他语言自然不在话下。 在今天,我强烈推荐大家系统学习AI以及算法,这是一个编程的灵魂所在,掌握了算法,在你掌握语法知识的基础上,You can become a better “搬砖工” 当然,系统的操作自然是必不可少的。windows学会用来撩妹是最适合不过的了,linux对于外行人是最适合不过的了,满屏幕的源代码有木有大佬的既视感。 这里强行推荐一个网站上面有大量的精华帖子值得你去浏览,去学习,而且刘老师定期发布一些精选视频,使得学习事半功倍。 作为一个资深的小白,我在小白这个阶段一直逗留,没有进阶,说说我的失败之路,大家请不要效仿 第一,一定要去系统的学习,千万不要东拼西凑,学习最忌讳学的杂乱无章,点无法连成线就永远只是一个点,一个在教育界摸爬滚打多年 “老司机”告诉我,学习切不可杂乱无章,务求精,不可求多,在一个“T”型学习的今天,各种信息繁杂冗多,我们的学习的宽度自然是没有任何问题的

操作系统基础

丶灬走出姿态 提交于 2020-05-08 17:48:54
计算机核心是CPU和存储器设备 .   为了实现计算机获得数据实现数据输入输出等,需要输入输出设备.而输入输出设备是通过计算机的南桥连接到当前系统的,彼此之间有很多总线.各种不同的设备需要的物理总线是不同的.为了协调各种总线之间的工作,以及更好的发挥计算机性能,就有了内核. 内核是来负责硬件资源管理的,内核将计算机的运算能力通过系统调用(system call)来实现的. 系统调用是一种非常底层的实现,因此程序员根据系统调用编程会很麻烦,而且很多东西的功能都是相同的.举例:word和excel都需要打印功能,这两种软件都需要自己做一个打印功能,因此计算机就会出现很多重复的功能,会浪费大量的存储空间.因此操作系统不仅需要包含内核还需要将内核提供的一些系统调用输出出来.这种输出是一种较为高层调用接口来实现.这种接口可以称为库.库也是一种程序,而这种程序是没有执行入口的,只能通过其他程序调用来工作,库存在的环境就是被调用.library:API Application program interface 应用编程接口, 对于不同的操作系统程序员在开发内部功能和一些细节是各不相同的.由于库的不同导致不同的程序需要不同的操作系统来运行. 如果库的内部实现细节不同,但是调用接口一样.是可以用的 在库的上层就是各种应用程序了,程序可能应用在内核上,也可能是通过库调用来完成的

linux下编译配置源码报错:configure:2552: error: no acceptable C compiler found in $PATH

余生长醉 提交于 2020-05-08 14:02:52
  编译配置erlang源码时报错: [wlf@wlf186 otp_src_21. 3 ]$ ./configure --prefix=/home/wlf/ erlang Ignoring the --cache- file argument since it can cause the system to be erroneously configured Disabling caching checking build system type... x86_64 -unknown-linux- gnu checking host system type... x86_64 -unknown-linux- gnu checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/home/wlf/otp_src_21. 3 ' : configure: error: no acceptable C compiler found in $PATH See `config.log ' for more details   报错信息提示没有可用的C编译器,还建议我们去看config.log,好吧,直接vi config.log看看: ## -----------