Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "eth is fine"
-
OMFG network-manager randomizes the mac of wlan0. And it ignores me turning this "feature" off. WHAT THE HELL MAN4
-
Hello, my name is Donald, and I’d like to share my ordeal with Market Trade com and how I almost lost a significant amount of money. I’m a doctor based in Dallas, and I invested a portion of my pension funds with Market Trade com, hoping to earn passive income while working at my primary job. I also have a 20 year-old daughter, and my wife tragically passed away a few years ago. As a result, I wanted to secure my financial future, and I thought this investment would help me achieve that .At first, everything seemed fine. I saw some returns, which made me feel more confident about my decision. However, things took a drastic turn when I noticed that a substantial portion of my investment—about $32,000 worth of Ethereum (ETH)—seemed to be missing from my account. I had no idea where the funds had gone. After investigating, I realized that the money had been transferred to a series of soft wallets, which made tracking it down almost impossible. The feeling of panic and helplessness that followed is something I’ll never forget. I couldn’t afford to lose such a large amount of money, especially with my responsibilities to my daughter. I had no clue how to recover the funds, and I thought I was at the mercy of Market Trade com, which didn’t seem interested in helping me. In my desperation, I came across a company called Coder Cyber Services. After reading some positive reviews and reaching out to them, I was relieved to find that they specialized in recovering funds from lost or stolen cryptocurrency. They immediately got to work by tracking the wallets where my funds had been transferred, and within a week, they managed to recover nearly all of my $32,000 worth of Ethereum. I was incredibly grateful for Coder Cyber Service's help. They were professional, responsive, and most importantly, they delivered on their promise. If I hadn’t found them, I would have likely lost everything. I want to share my story as a warning to others who might be considering investing with Market Trade com. While some people may have had positive experiences, my situation turned out to be a nightmare. If you’ve already invested with them and are in a similar predicament, I highly recommend contacting Coder Cyber Services. They were a lifesaver for me, and I’m confident they can help others recover their lost funds too. To know more about the company reach them on their email enquiries@coder-cyberservices.info or WhatsApp/Text : +1 (672) 648-1781.
1 -
HIRE A CONSTABLE BITCOIN/USDT/ETH RECOVERY EXPERT- REACH OUT TO SALVAGE ASSET RECOVERY
The scam began when I was approached by an individual named Oliver, claiming to work for a legitimate company based in France. She offered investment opportunities with promises of high returns, and despite my initial skepticism, Oliver’s professional demeanor and convincing pitch led me to invest a small amount. In the beginning, I was able to withdraw small sums of $500, which built my trust in the company. Encouraged by this, I decided to invest larger amounts and eventually ended up putting in $70,000.Things seemed fine until I tried to withdraw a larger sum. At that point, Oliver and her team told me I needed to deposit an additional $6,000 to complete the transaction. They assured me this was necessary to finalize the process. Trusting them, I complied, but when I attempted to withdraw my supposed profit of $153,000, my account was suddenly blocked. It was then that I realized I had been scammed. I provided evidence to the company, including wire transfer details and recorded conversations with the scammer, but they refused to release my funds. As communication ceased altogether, I was left devastated, feeling helpless and unable to recover my hard-earned money. Desperate, I reached out to both the FBI and Interpol. While they were supportive, they warned me about the complexities of investigating international financial crimes. In my search for a solution, I was referred to Salvage Asset Recovery, a team specializing in tracking and recovering stolen funds. Initially skeptical, I decided to give them a chance after seeing positive reviews. To my relief, they proved to be a beacon of hope. Their team was professional, transparent, and thorough, keeping me updated at every step. Thanks to their expertise, they successfully recovered the entire $76,000 I had lost. I'm sharing my story to warn others about the dangers of investment scams and stress the importance of doing thorough research before trusting anyone with your money. If you find yourself in a similar situation, recovery is possible with the right help. In my case, Salvage Asset Recovery made that recovery a reality, and I’m incredibly grateful for their support.
Consult Salvage Asset Recovery via below contact details.
WhatsApp-----.+ 1 8 4 7 6 5 4 7 0 9 6
TELEGRAM---@Salvageasset
4 -
I have been working on a long time, low progress project of mine that keeps on giving and giving.
Let's begin like two years ago where I dipped my toes into "more then gigabit" networking thanks to a Linus Techtips video about infiniband.
I had the dream of booting my Workstation from my NAS, a so called diskless setup.
Well, since I run FreeNAS on my Nas , a very nice Freebsd based Nas OS, everything's gonna be good.
In the beginning, there was no infiniband support.
Turns out, you don't need it, since the mellanox CX2 nics can do ETH too.
Yay.
Just took me a few weeks of anger.
So, to be able to boot something over the network, you need firmware that finds the bookable stuff and loads it.
That protocol and firmware is called PXE.
PXE needs a DHCP telling it what to do, and what is where and etc.
Freenas here I come! Installing dnsmasq on the actual freenas install turned out to be not that great of an idea because freenas thinks of itself as being an "appliance" that you don't fiddle with. So things work, until you update/ upgrade when everything will basically be wiped, except what you have done through the ui.
Ok. So I gona use a jail, a container like thing for that.
Everything is great, jail has internet, everything Installs fine, what could go wrong?
Dnsmasq can launch and work, but not as dhcp server. Some thing about permissions.
Turns out, jails have permission like things.
A few days of head scratching later, it has ALL the permissions.
Dnsmasq still can't work as DHCP server though, why you ask?
Because it needs a specific kernelmodule that isn't contained in the jail. Since jails are kind of like a docker container, they run on the same OS kernel, who does not have this module, I'd need to patch the freenas, which is an appliance, so fuck that.
Like a year later, freenas has finally added good VM support, so why not make a VM for the dhcpserver?
Well, about a year ago, I didn't know that the virtual Intel nic is a fucken unstable piece of garbage, crashing nearly any OS at some point.
So that was it for a while again.
Now to the last few weeks.
Finally dnsmasq is running in a freebsd VM with a good and working configuration which is rather simple, if those tutorial fuckers out there would explain shit instead of just telling you to copy, paste and replace X.
Now back to the PXE side.
I'm using iPXE because I have no clue how to boot anything over tftp so iSCSi it is, since that is what I can relate too.
The idea behind iscsi is to fake a SCSI disk over the network. Attached devices appear as if they are actually directly connected to the machine instead of over the network.
iPXE gets a lease from the server, can connect to it, everything is fucken great. Finally.
Except that if it "sanBoots" the iscsi drive, it can't find anything to boot.
Well fuck.
If I attach a Linux live USB over iscsi, it boots, finds grub, and crashes because the live iso isn't configured for network-boot.
But it boots.
So what's so different?
Well iPXE is booted in legacy mode, where as the content of the target is windows 10 in efi mode.
Ffff.
Ok. Can I get iPXE to boot in EFI mode?
Well yes, after like 3 days fiddling with it.
But it only finds the onboard Intel nic instead of the new Mellanox CX3 cards, and can't even connect to the target....
Sooo, I guess my options are as follows.
Either, get PXE efi to work on the network cards directly, its called flexboot and might be able to since I just found some firmware options for that.
Or give up on efi and install windows in legacy mode.
Which isn't that easy when it has to end up on a drive on my nas.
