The “cd” Change Directory Command in Linux
The cd (change directory) command in Linux is used to change the current working directory. The syntax … Read more
Lynxbee topic
The cd (change directory) command in Linux is used to change the current working directory. The syntax … Read more
The hostname command in Linux displays the system’s hostname, which is a unique name assigned to a … Read more
In Linux, which is a multi user operating system, we can group few number of users from … Read more
Master the Linux top command: monitor real-time CPU usage, memory utilization (VIRT, RES, SHR), process states, load averages, and sort by PID.
Duplicate posts, pages, and custom post types in WordPress without plugin bloat: use Yoast Duplicate Post plugin or custom PHP functions in functions.php.
Let’s write a first C program which normally would be “helloworld” We begin with the text editor … Read more
Exclude specific website subdirectories or API paths from global Apache .htaccess URL redirection rules: configure RewriteCond %{REQUEST_URI} !^/dir/.
We wanted to create an rss xml for our one website, but we had forgotten when was … Read more
Understand C program execution mechanics in Linux: trace preprocessing (#include), GCC compilation (-S), assembly (-c), linking (-o), and _start.
Lists are an ordered collection of elements in Java. Conceptually those are similar to Linked list in … Read more
Runnable in android / JAVA is an interface which needs to be implemented if we want run … Read more
In Linux kernel or device drivers if you are using printk, by default every message we pass … Read more
In Our previous post, “Writing first Linux kernel Module” We learned how to write a simple Linux … Read more
We will try to understand the simple kernel driver, its compilation and ways to load the kernel … Read more
Sign out-of-tree kernel modules (.ko) on UEFI Secure Boot Ubuntu: generate X.509 MOK keys using openssl, enroll MOK via mokutil, and sign modules.
The LED class just allows control of LEDs from userspace. LEDs appear in /sys/class/leds/. In this post … Read more
Kotlin initializes the variables in different way than JAVA hence if you are too much used to … Read more
As we have seen in “How to identify which IDC file used by Input Device in Android … Read more
Input device configuration files (.idc files) contain device-specific configuration properties that affect the behavior of input devices. … Read more
If you want to take screen capture of something happening on your phone screen and save it … Read more
Android’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more
Android’s system partition is by default mounted as read only, but if you are looking to modify … Read more
Configure Linux input event maximum axis bounds for ABS_X/ABS_Y and ABS_MT_POSITION_X/ABS_MT_POSITION_Y touchscreen drivers using evtest and libinput.
Multitouch tracking ID defines the touch starting and touch end ( one touch session from start to … Read more