
Linux
-
Installing Oracle Java 6 on Ubuntu
Download jdk-6u32-linux-x64.bin(or any version). If you have used 32-bit Ubuntu installation, download jdk-6u32-linux-x32.bin(or any version). To make the…
-
Linux commands
Unzip “zip” file Install Dependency :- apt-get install unzip [code lang=”bash”] unzip file.zip, unzip file.zip -d destination_folder [/code]…
-
Set/Get CPU affinity
[code lang=”c”] #define _GNU_SOURCE #include [/code] Set :- [code lang=”c”] cpu_set_t mask; CPU_ZERO(&mask); pid_t pid = gettid(); //…
-
How to extract kernel config from uImage
Get extract-ikconfig in kernel-source/scripts/ [code lang=”bash”] $mkdir extract-uImage $cd extract-uImage $cp {kernel-source}/scripts/extract-ikconfig [/code] Dump uImage skip 1024 bytes…

Tyler Moore
Hello, my name is Tyler Moore and with the help of many people I made this template. I made it so it is super easy to update and so that it flows perfectly with my tutorials. I wish you the best of luck with your business, enjoy the adventure.
Must Read
Categories


