Today we are going to see how to build an rpm dev environment.
sudo yum install rpm-build
sudo yum install gcc make
Now, we are going to build a directory to work with an rpm building. In the next article, we will learn how to build and install an rpm on the centOS 9 stream.
We must build on the ($HOME) directory to avoid damage on the fly under the installment of the centOS 9. In the next article, we will learn how to build an rpm package under the $HOME folder.
With this command, you can install them on your mac the brew command.
mkdir command is helpful to create directories.
Now, we are going to see the cd command, this command can be helpful to switch directories.
For last, the pwd command. I will release few articles about commands over here at coder by gleentech.
With this command, you can see the location of the directory, where you are. In this example, you can see /Users/pedro/tests. This directory belongs to my file structure for example.
You must break the lines for each step on the ubuntu 20.04 LTS cloud image. Remember, qemu is very good for testing emulators. With this article, I want to teach how to build emulators Linux for cloud computing or testing structures.
In the next article, I will teach how to code and manage coding under the emulator connected to the terminal from macOS.
We must open the kvirc on the macOS. Then link to your favorite network server.
I am going to show how to use the script on ptnet the Portuguese network. We can use this on any network. Now, we have the script on our side.
We must go to the events tab and choose onIRC event. Click on the right side and create a new event default.
Rename the default event name to spy on onIRC events. Then copy the onIRC spy event to the file you just created. The apply and close.
For instance, this spy function will log your status and everything you do on the IRC server network.
You can copy the event clicks to your side to see how we can use IRC scripting. I write first a kvs file before copy the functions and events or even aliases.
It’s coder by gleentech again. Today, I will talk about data recovery.
I opened a store to fix and build computers. I had in my hands one acer aspire to make a backup. This aspire 5050 had an issue, it’s old too. I needed to recover data from there.
First I tried ubuntu, fedora, and Gentoo in USB to recover the data inside. In the end, I found Debian version 11. I flashed the iso into a USB drive. After the flashing completion, I ran it on Acer’s laptop. I booted the live iso, I installed it, then I did some steps to get it on.
This version worked because I made a few changes.
Why?
This Acer had an issue with wifi, HDD SATA corruption, and fat32 second partition. I needed to install Debian because the Windows 7 got corrupted. The fat32 shouldn’t even exist but in NTFS. I pulled out the fat32 into an ext4 partition.
To copy this data. I needed to compile the CPU, Wi-Fi, ati Radeon GPU, and trackpad. To get the hands-on that.
As this laptop is old, I needed to make some research. I am doing some research to have this old laptop working with Microsoft, instead of Linux. I made a tailored distro just for data recovery.
Hello again. It’s coder by gleentech. Today, we are going to set up a FreeBSD kernel dev machine.
First of all, we must see the devices:
-> sudo dmesg
-> sudo psm
-> sudo apropos
With those two commands, we can see our devices. In Windows is there a machine device application. Here we must check them with a terminal. The last command is useful too.
It’s there another good tool also, which is :
-> sudo pciconf -lv
All the tools are good to know our machine. I used them for my HP. For instance, I used them to check my realtek wifi adapter built-in. Not working yet. I am studying a way to fix it.
The FreeBSD comes with everything to build our kernel. cmake, make, clang, gdb but I made my own gdb. Based on the code from the official repository.