ホームビデオコース学生のスポンサー寄付催し物チュートリアルリンクニュース接触


NEWS 》 Weekly News Digest - Week 4 - January 2018

MIPS Returns to Silicon Valley, Eyes Burgeoning AI Market
After Imagination Technologies bought MIPS Technologies in 2013, they invested in the architecture and attempted to build a business around it as a potential ARM competitor. These plans largely failed, and Imagination Technologies arranged the sale of MIPS — and itself — to different venture capital firms in the fall of 2017. Now, the company has been brought back to Silicon Valley, where it hopes to build a new line of competitive processors for AI workloads... Read More


NLDWRTG the ULTIMATE WRT54G Expansion Board
I'm modding WRT54G routers since 2006 but never had time to actually design a dedicated board for it until last year. This hardware is still one of the most hackable wifi routers at the time of writing and deserves to be kept alive... Read More


Youtubeで見る - [11228//0] Online Course - Networking Protocols - Episode1 - Introduction #TheLinuxChannel #KiranKankipti ↗

How to use the nmcli command to gather network device information on Linux
If you're looking for a more efficient way to gather network device information on your Linux system, Jack Wallen shows you how to do just that with the nmcli command... Read More


Logic Supply Introduces ML350 Customizable Fanless Industrial Computer Based on Intel Apollo Lake Processor
Logic Supply has just unveiled their latest industrial grade computer with ML350 model that features an Intel Celeron or Pentium Apollo Lake processor, with up to 8GB RAM, two DisplayPorts, up to two Gigabit Ethernet ports, mPCIe and mSATA expansion slots and more... Read More


Youtubeで見る - [275//0] x266 Inside a Double-Sided Inertia Toy Car ↗

Ubuntu Linux 18.04 'Bionic Beaver' LTS will default to Xorg
The introduction of Ubuntu 17.10 "Artful Aardvark" saw the Linux-based distribution switching to Wayland as the default display server. However, when the next LTS release arrives this year, Canonical will offer something else instead. Canonical says that Ubuntu 18.04 LTS, codenamed "Bionic Beaver," will offer Xorg as the default graphics server. The distribution, which is set to land in April, will have Wayland available, but as an alternative... Read More



Suggested Topics:


☆ News :: Articles ↗


☆ News :: Digest ↗

Join The Linux Channel :: Facebook Group ↗

Visit The Linux Channel :: on Youtube ↗


💗 Help shape the future: Sponsor/Donate


おすすめトピック:
Featured Video:
Youtubeで見る - [4711//0] 254 Linux ioctl() API interface - copy_from_user() and copy_to_user() - Episode 4 ↗

libpcap Library | Linux User-space Network Stack Development ↗
Sunday' 06-Aug-2023
libpcap is a very popular user-space networking library, with which you can capture and or generate packets. libpcap is the underlying framework for many popular packet capture tools such as tcpdump, Wireshark and so on. In fact libpcap is a part of tcpdump project. But besides just using it as a packet capture tool, you can use libpcap in various applications, such as user-space based networking stack development, etc. In some cases libpcap is yet another alternative to raw-sockets and tun/tap interfaces.

The Linux Channel :: Sponsors ↗
Monday' 30-May-2022
Here is a list of all The Linux Channel sponsors/donors (individual/companies).

Inline Programming | Assembly | Scripts | php, python, shell, etc | Rust in Linux Kernel ↗
Friday' 12-May-2023
Inline programming is a technique where code statements are included directly in the text of a program, instead of being contained in separate files or modules. Inline programming can be useful for small or simple tasks, as it can eliminate the need for a separate script or function. One common example of inline programming is using JavaScripts, Php, etc in HTML documents to create dynamic content. Similarly in Linux Kernel we can find lot of instances where we can find inline programming such as inline assembly and now Rust within the Kernel source.

Linux Kernel /sysfs Interface ↗
Saturday' 14-May-2022
/sysfs is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers, etc. Although personally I prefer /proc interface than other alternatives such as /sysfs, ioctl() and so on for my personal Kernel modules/stack. So here is my detailed multi-episode Youtube video series on /sysfs Interface.

Rockchip ROC-RK3566-PC from Firefly | OpenWRT ↗
Thursday' 19-Oct-2023
Here is my multi-episode video series on evaluation of Rockchip ROC-RK3566-PC from Firefly with stock OpenWRT firmware.

What is purpose of Kernel Development - Example SMOAD Networks SDWAN Orchestrator Firewall Kernel Engine ↗
Monday' 18-Jul-2022
Often aspiring students may have this question, that what is the purpose of Linux Kernel Development. Since Linux Kernel is very mature and it has almost everything one would need. Usually, we need custom kernel development in the case of any new driver development for new upcoming hardware. And this happens on and on. But at times we may also come across few features/modules/components which are already provided by the Linux Kernel which are not adequate or atleast not the way we exactly intended to use. So, this is the real-world example, sometimes no matter what Linux Kernel provides as a part of stock Kernel/OS features, sometimes we have to write our own custom kernel stack or module(s) which can specifically cater our exact needs.

Linux Kernel Driver Device Trees ↗
Tuesday' 17-Jan-2023
The Linux kernel is the backbone of the Linux operating system. A device tree is a hierarchical tree structure that describes the various devices that are present in a system, including their properties and relationships to one another. The device tree is used by the Linux kernel to identify and initialize the different devices on a system, and to provide a consistent interface for interacting with them.

Linux Kernel vs User-space - Library APIs - Linux Kernel Programming ↗
Friday' 27-Oct-2023
One of the important aspects a beginner who is into Linux Kernel space systems software development has to understand is that unlike user-space C/C++ programming, where you can freely include any library APIs via respective #include files (which are dynamically linked during run-time via those /lib .so files), in the case of Kernel space programming, these library APIs are written within the Kernel source itself. These are the fundamental APIs which we commonly use, such as memcpy(), memcmp(), strlen(), strcpy(), strcpy() and so on. So here is my detailed Youtube video episode on the same with live demo, walk-through and examples.

Porting Sample libpcap C code to Raw Sockets | User-space Network Stack Framework ↗
Monday' 04-Sep-2023
Here is my multi-episode video series where I demonstrate how you can port the my libpcap sample code, discussed in the earlier episode to raw-socket. This code should further help you to design and architect your own user-space Network stack on top of this fundamental framework.

Roadmap - How to become Systems Software Developer ↗
Friday' 13-May-2022
When you are at the beginning of your career or a student, and aspire to become a software developer, one of the avenues to choose is to become a hard-core Systems Software Developer. However it is easier said than done, since there are many aspects to it as you explore further. As a part of systems developer, you can get into core kernel space developer, kernel device drivers developer, embedded developer and get into things like board bring-up, porting, etc, or can become a user-space systems programmer, and so on. So here is my detailed multi-episode Youtube video series on Roadmap - How to become Systems Software Developer.


Trending Video:
Youtubeで見る - [3873//0] x25b Rockchip ROC-RK3566-PC from Firefly | OpenWRT | Part 1 | The Linux Channel ↗

Multi-Client TCP Server with pthreads Mutex Synchronized - Code-walk of viewer code - Sekhar Pariga ↗
Saturday' 01-Jan-2022
Here is a code-walk of a git-hub source submitted by a viewer Sekhar Pariga, which is a Multi-client TCP Server with pthreads Mutex synchronized. Basically it is a Directory Listing Server, that serves ls, cd, pwd of directory functions to connecting TCP clients which are remotely (locally) executed by the server. Server is implemented using multi-thread pthread library, to serve multiple clients simultaneously. Server keeps the each accepted client session details in the queue data structure. Client session queue contains each clients socket-fd and present working directory as a queue node.



Recommended Video:
Youtubeで見る - [945//0] 0x1e7 mmap() munmap() - map or unmap files or devices into memory - Part 3 - #TheLinuxChannel ↗