学无止境 第2页
记录学习的过程
Hi3559C关闭开机串口自动登录root用户,强制输入账户密码登录 【转】嵌入式通过串口连接如何屏蔽自动登录-天煜博客

Hi3559C关闭开机串口自动登录root用户,强制输入账户密码登录 【转】嵌入式通过串口连接如何屏蔽自动登录

本来想写一篇关于这个的文章的,看了其他博主总结的不错,转载收藏。 思路就是修改 /etc/inittab文件里面的登录脚本,去掉-n root 以及后面的登录提示。 以下是引用内容: 原文链接:嵌入式通过...
编程麻瓜的头像-天煜博客编程麻瓜3年前
138310
Linux Shell脚本入门学习-天煜博客

Linux Shell脚本入门学习--正点原子【第一期】手把手教你学Linux之Ubuntu入门篇 P19 P20

本文是一篇关于Linux Shell脚本入门学习的文章,好久没用了有些遗忘,本次主要想巩固基础,为后续开发做准备。 0 什么是Shell Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Sh...
编程麻瓜的头像-天煜博客编程麻瓜3年前
017111
Ubuntu设置开机自动启动脚本/程序的各种方法-天煜博客

Ubuntu设置开机自动启动脚本/程序的各种方法

一、Ubuntu添加开机自动启动程序的方法 开机启动时自动运行程序 Linux加载后, 它将初始化硬件和设备驱动, 然后运行第一个进程init。init根据配置文件继续引导过程,启动其它进程。通常情况下,...
编程麻瓜的头像-天煜博客编程麻瓜3年前
029314
关于海思3559C修改默认时区的探索 UTC改为上海时区(正八区)-天煜博客

关于海思3559C修改默认时区的探索 UTC改为上海时区(正八区)嵌入式Linux设置时区

1 背景 在使用3559C开发板过程中发现我自己编译的官方SDK固件同步NTP服务器的时间要比公司的固件晚8个小时,公司的固件显示时间是北京时间。相差八个小时,这个时间比较巧,首先想到的就是时区...
编程麻瓜的头像-天煜博客编程麻瓜3年前
016210
海思3559C实现OSD字符叠加的探索(二)最新版本SDL和SDL_ttf的从编译到使用-天煜博客

海思3559C实现OSD字符叠加的探索(二)最新版本SDL和SDL_ttf的从编译到使用支持透明背景,彩色字体

海思3559C实现OSD字符叠加的探索(一)详细介绍了编译的过程,本文适合快速上手,快速编译,如无特别说明,代码版本与上文保持一致。 经过上文的探索,发现可以不主动去编译FreeType这里就省略...
编程麻瓜的头像-天煜博客编程麻瓜3年前
013236
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(索引)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(索引)Step By Step Guide

搬运备用 原文博客https://mani2web.wordpress.com/ Hello everyone! Hope everyone is doing good and staying safe!   Four years ago, I had shared a step-by-step guide for instal...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01326
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)Getting Started

Here‘s the link to the main post. This post assumes that you have a Windows based host. I had completed the installation on Windows 10 running on a Lenovo laptop with a dual-core ...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01276
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(二)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(二)Creating the VM Shell File

Link to the main post Once you’ve pressed the enter key from the Part-1, you’ll start seeing the following on the command prompt: Starting the PeopleSoft Environment Setup Proces...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01537
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)PeopleTools Installation

Link to the main post So, if you’ve come this far, you should be able to access the PeopleSoft home page without any issues In this post, let us look at installing PeopleTools. Fi...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01309
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)SQL Developer & Putty

If you’ve installed the Oracle Client successfully, you can get SQL Developer up and running in no time. Click on SQL Developer from the Start menu Once you get the following wi...
编程麻瓜的头像-天煜博客编程麻瓜3年前
010611