Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

SPANKING NEW DEALS! HAPPY NEW YEAR w/ PREMIUM GIVEAWAYS! FREEBIES GALORE by RackNerd.

15845855875895901047

Comments

  • @noob404 said:

    @BasToTheMax said:
    Anyone using LTO tapes for backups?

    LTO tapes are still being used? News to me.

    You using HDDs?

  • @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:
    Anyone using LTO tapes for backups?

    LTO tapes are still being used? News to me.

    You using HDDs?

    Frankly, using the SSD on my VPS. Got smaller files to backup for now. But, are LTOs still in use? BTW, this is me being curious and not questioning your decisions :lol: As you might have understood, I am a noob to most of the stuff you guys talk about.

  • @noob404 said:

    @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:
    Anyone using LTO tapes for backups?

    LTO tapes are still being used? News to me.

    You using HDDs?

    Frankly, using the SSD on my VPS. Got smaller files to backup for now. But, are LTOs still in use? BTW, this is me being curious and not questioning your decisions :lol: As you might have understood, I am a noob to most of the stuff you guys talk about.

    Well i currently have a small nas at homr that i use for backups.
    If im correct, LTO tapes have a long lifetime.

  • @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:
    Anyone using LTO tapes for backups?

    LTO tapes are still being used? News to me.

    You using HDDs?

    Frankly, using the SSD on my VPS. Got smaller files to backup for now. But, are LTOs still in use? BTW, this is me being curious and not questioning your decisions :lol: As you might have understood, I am a noob to most of the stuff you guys talk about.

    Well i currently have a small nas at homr that i use for backups.
    If im correct, LTO tapes have a long lifetime.

    Oh, didn't know this. I somehow thought they were an older piece of tech that wasn't in regular use today.

  • @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

  • @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

  • @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:
    Anyone using LTO tapes for backups?

    LTO tapes are still being used? News to me.

    You using HDDs?

    Frankly, using the SSD on my VPS. Got smaller files to backup for now. But, are LTOs still in use? BTW, this is me being curious and not questioning your decisions :lol: As you might have understood, I am a noob to most of the stuff you guys talk about.

    Well i currently have a small nas at homr that i use for backups.
    If im correct, LTO tapes have a long lifetime.

    LTO tapes have better reliability and can give upto a lifespan of 30 or so years. Ofcourse better speeds than hdd but still costly for an average user. I believe they are used heavily used in data centers and other enterprises.

  • @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

    MySQL is good enough but redis is faster :wink:

  • @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

    MySQL is good enough but redis is faster :wink:

    Oh yes. Have experienced that. But, I am currently trying to have it all on a single Ryzen server. DO have all those credits lying around, but, the typical Indian in me wants to do more with less. So, will use MySQL for now and then move to Redis when I upgrade everything for good.

  • HYPE FOR MORE GIVEAWAYS GUYS!

    LET'S BRING THE NEW YEAR HYPE IN !!

  • @TrK said:

    @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:

    @noob404 said:

    @BasToTheMax said:
    Anyone using LTO tapes for backups?

    LTO tapes are still being used? News to me.

    You using HDDs?

    Frankly, using the SSD on my VPS. Got smaller files to backup for now. But, are LTOs still in use? BTW, this is me being curious and not questioning your decisions :lol: As you might have understood, I am a noob to most of the stuff you guys talk about.

    Well i currently have a small nas at homr that i use for backups.
    If im correct, LTO tapes have a long lifetime.

    LTO tapes have better reliability and can give upto a lifespan of 30 or so years. Ofcourse better speeds than hdd but still costly for an average user. I believe they are used heavily used in data centers and other enterprises.

    Yeah LTO tapes are only really cost effective on a large scale.

  • I am yet to see an LTO tape or LTO Drive in real life. BTW, @BasToTheMax, what's the capacity of the tapes you own, how much did it cost you?

  • HYPE FOR MORE GIVEAWAYS GUYS!
    LET'S BRING THE NEW YEAR HYPE IN !

  • @bdspice said:
    HYPE FOR MORE GIVEAWAYS GUYS!
    LET'S BRING THE NEW YEAR HYPE IN !

    Yes, keep going. We are nearing New Year. It is a great time for giveaways.

  • We are just 13 pages away from 600. Let's go, guys. Anybody online to take it to 600! Would be great if we could take it to 600 before NY 2025.

  • Good morning everyone

  • Today's the day of GAs!

  • @DeusVult said:
    Good morning everyone

    Finally, good morning, dude.

  • @DeusVult said:
    Today's the day of GAs!

    Ofcourse, today begins the year of new GAs!

    Thanked by 1DeusVult
  • @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

    MySQL is good enough but redis is faster :wink: > @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

    MySQL is good enough but redis is faster :wink:

    Oh yes. Have experienced that. But, I am currently trying to have it all on a single Ryzen server. DO have all those credits lying around, but, the typical Indian in me wants to do more with less. So, will use MySQL for now and then move to Redis when I upgrade everything for good.

    Here's another suggestion, if using MySQL go with mariadb 11.4 if not 10.11 the query performance will be better.

  • @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

    MySQL is good enough but redis is faster :wink: > @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:
    My doubt arises from the fact that some social media just to get the thumbnail and such data might just do the redirection themselves first and then show the URL, in which case, they'd know that I am redirecting to the existing domain that's blacklisted. WOuld that be right?

    Just setup a filter for social media servers to not redirect the link :wink:

    Thanks man! That was an awesome suggestion, I hadn't thought of. BTW, also found this - https://github.com/fabriziosalmi/blacklists. Might be enough instead of VirusTotal for now.

    You can use it just create a high performance query engine with redis, i don't think this will consume more than 512mb of ram.

    Oh, for checking every time a new URL is added. Won't a MySQL query using LIKE url='' be the more convenient option?

    MySQL is good enough but redis is faster :wink:

    Oh yes. Have experienced that. But, I am currently trying to have it all on a single Ryzen server. DO have all those credits lying around, but, the typical Indian in me wants to do more with less. So, will use MySQL for now and then move to Redis when I upgrade everything for good.

    Here's another suggestion, if using MySQL go with mariadb 11.4 if not 10.11 the query performance will be better.

    I just checked, had installed the version directly from Ubuntu packages. Seems it is 10.6. Might have to compile on own. Thanks for that.

  • @noob404 said:

    @DeusVult said:
    Good morning everyone

    Finally, good morning, dude.

    Good morning!! Was sleeping hahahaha. How are you doing?

  • @noob404 said:

    @DeusVult said:
    Today's the day of GAs!

    Ofcourse, today begins the year of new GAs!

    Ayeee, yess

  • @DeusVult did you grab alexpads deal? can you pm him for and 3-5 usd deal if possible he is not replying to mine

  • @DeusVult said:

    @noob404 said:

    @DeusVult said:
    Good morning everyone

    Finally, good morning, dude.

    Good morning!! Was sleeping hahahaha. How are you doing?

    Pretty good. Was waiting for more people to get to page 600. Let's go then?

  • @DeusVult said:

    @noob404 said:

    @DeusVult said:
    Today's the day of GAs!

    Ofcourse, today begins the year of new GAs!

    Ayeee, yess

    Let's go then. Got a good discussion topic?

  • Anyone with me to take it to page 600?

  • @noob404 said:

    @DeusVult said:

    @noob404 said:

    @DeusVult said:
    Good morning everyone

    Finally, good morning, dude.

    Good morning!! Was sleeping hahahaha. How are you doing?

    Pretty good. Was waiting for more people to get to page 600. Let's go then?

    Let's go!

  • @noob404 said:

    @DeusVult said:

    @noob404 said:

    @DeusVult said:
    Today's the day of GAs!

    Ofcourse, today begins the year of new GAs!

    Ayeee, yess

    Let's go then. Got a good discussion topic?

    Hmmm, not really... Any updates it's that I bought finally a VPS to my server

  • @noob404 said:
    Anyone with me to take it to page 600?

    MEEEE!

Sign In or Register to comment.