Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 29, 2023How to Install Nvidia Drivers on UbuntuInstalling Nvidia drivers on Ubuntu can optimize graphics performance for gaming, machine learning, and other GPU-accelerated workloads. However, the process involves some careful steps. This guide will walk through installing the latest Nvidia drive...DiscussLinuxNVIDIA
Retrieverretriever.hashnode.dev·Jul 5, 2023driver.rs under Rust-for-Linuxdriver.rs // SPDX-License-Identifier: GPL-2.0 //! 不同总线(例如PCI、平台、Amba等)的驱动程序的通用支持。 //! //! 每个总线/子系统都需要实现[`DriverOps`] trait,以允许驱动程序使用[`Registration`]类进行注册。 use crate::{error::code::*, str::CStr, sync::Arc, Result, ThisModule}; use alloc::boxed::Box;...DiscussRust
Retrieverretriever.hashnode.dev·Jul 5, 2023Key Concepts involving in Linux and Rust-Part IRHEL: RHEL is the abbreviation of "Red Hat Enterprise Linux", which is a Linux distribution developed and provided with commercial support by Red Hat. RHEL is an enterprise-oriented operating system known for its stability and long-term support, whic...DiscussRust
Aditya BoseProadityabose.in·May 28, 2023Finally fixing the infamous disappearing Wi-Fi on UbuntuThis article is a follow-up explanation of how I fixed the issue of the Wi-Fi network disappearing on my Lenovo Ideapad 330 laptop running Ubuntu 20.04. I first encountered this issue almost three years ago, on the same laptop running, but it was run...Discuss·84 readsUbuntu
Asogwa Emmanuelasogwa001.hashnode.dev·Dec 1, 2022IntroductionWelcome to my series on embedded systems design projects! Embedded systems are computer systems integrated into other devices or products to perform a specific function. They are found in many everyday products, including cell phones, cars, and appli...Discuss·45 readsEmbedded Driversembedded
[Rn]7s²rn7s2.hashnode.dev·Jan 17, 2022Tenda U6 (CD-less version) (RTL8192FU) Installation on LinuxTenda offers U6's driver for Linux, but it is for the CD version. CD-less version uses a different chip RTL8192FU, not RTL8192EU on the website. And it has a 'fancy' feature which makes it slightly troublesome to use on Linux. Now let's make it work....Discuss·267 readsLinux
Manish Bannurmanish-bannur.hashnode.dev·Aug 7, 2021Fundamentals of OSAn operating system (OS) is a set of software that manages communication between all other applications and hardware. It turns a computer into something more than just a bunch of metal parts, namely, a complex system that can effectively perform diff...Discuss·103 readsBasics of programmingoperating system
Jerod Johnsonjerodj-cdata.hashnode.dev·Oct 21, 2020Import Smartsheet Data into SQL Server using SSISEasily back up Smartsheet data to SQL Server using the SSIS components for Smartsheet. Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more...Discuss·218 readsdrivers
Jerod Johnsonjerodj-cdata.hashnode.dev·Oct 20, 2020Using Microsoft Query in Excel to Connect to SAPThis article uses the CData ODBC driver for SAP to import data in Excel with Microsoft Query. This article also demonstrates how to use parameters with Microsoft Query. The CData ODBC driver for SAP uses the standard ODBC interface to link SAP data w...Discuss·84 readsexcel
Jerod Johnsonjerodj-cdata.hashnode.dev·Oct 20, 2020Connect to Salesforce Data in AWS Glue Jobs Using JDBCConnect to Salesforce from AWS Glue jobs using the CData JDBC Driver hosted in Amazon S3. AWS Glue is an ETL service from Amazon that allows you to easily prepare and load your data for storage and analytics. Using the PySpark module along with AWS G...Discuss·88 readsdata