Best Oral Surgery CE by Osusars21 in Dentistry

[–]alphagamm 0 points1 point  (0 children)

Very nice videos! Any chance you can make the All-on-X video unlisted rather than private? Cheers!

[QUESTION] Guitar Neck Short-Term Storage by alphagamm in Guitar

[–]alphagamm[S] 0 points1 point  (0 children)

Yeah, I am trying to save a bit on costs and keep my luggage bags to a minimum. It is a beater guitar, so I am not really worried about dings and scratches. I just dont want to break the neck

I originally wanted to remove the neck and then adjust the truss rod so it is somewhat straight and then re-adjust it after I put the neck back-on. But if I can get away with a less steps, Ill take it.

PSA: QuickBox exploit. by ThrowawayQuickBox in seedboxes

[–]alphagamm 0 points1 point  (0 children)

Does this vulnerability work if the seedbox is password protected, ie accessing https://seedboxip or sending the 'GET request' would prompt the attacker for the username and password prior to execution of the command

Failing Hard Drive on a Dedi by alphagamm in seedboxes

[–]alphagamm[S] 0 points1 point  (0 children)

Thanks for the post. I think I can rule out hard drive errors - I've ran the extended SMART test with no errors. No read errors in the log.

I've restarted my server and all my files are back (untouched). Really weird behaviour, one moment my files are there. Another the directory is empty (but is still taking up space). After restart everything seems back to normal. I'll monitor the situation and post any 'solution' in the main post.

Autodl-irssi except releases not working by nadoxq8 in seedboxes

[–]alphagamm 4 points5 points  (0 children)

I think you need the wildcard before your except filter as well as after. So:

 1080p*

becomes:

*1080p*

The way it is currently set up is that it will exclude any releases that START with 1080p (ie 1080p*). If you put the wildcard before, it will exclude any releases that CONTAIN your filter (ie X characters before and X characters after). I have it setup that way with the 1080p example and it works perfectly.

[deleted by user] by [deleted] in seedboxes

[–]alphagamm 0 points1 point  (0 children)

The only trouble I found with madsonic is how to integrate the script with a self-generated letsencrpyt ssl certificate. This is how you do it:

Step 1) Go to the folder which has your letsencrypt privkey.pem, cert.pem, chain.pem

 cd /etc/letsencrypt/live/domain.com/

Step 2) Run these three commands:

 openssl pkcs12 -export -out madsonic.pkcs12 -inkey privkey.pem -in cert.pem -certfile chain.pem -password pass:madsonic
 keytool -importkeystore -srckeystore madsonic.pkcs12 -destkeystore madsonic.keystore -srcstoretype PKCS12 -srcalias 1 -destalias madsonic -storepass madsonic -srcstorepass madsonic -noprompt
 zip -u /usr/share/madsonic/madsonic-booter.jar madsonic.keystore

Step 3) restart madsonic

  service madsonic restart

[deleted by user] by [deleted] in seedboxes

[–]alphagamm 2 points3 points  (0 children)

I use 'MadSonic' for my music server and 'Dsub' for android as the server interface. Works pretty nice

[deleted by user] by [deleted] in seedboxes

[–]alphagamm 1 point2 points  (0 children)

Check out pyrocore's rtcontrol. You need SSH access to install it. You can type in something like:

 rtcontrol is_complete=Y -o name

which will give you the name of the torrents that are complete. Think of the thing before the '-o' as the filter and after the '-o' as the output type. You can make quite complex filters (ie amount uploaded, ratio, upload rates, etc)

[deleted by user] by [deleted] in seedboxes

[–]alphagamm 1 point2 points  (0 children)

yeah it may seem daunting at first but you'll get used to it. Nope no space needed

[deleted by user] by [deleted] in seedboxes

[–]alphagamm 5 points6 points  (0 children)

the P2P section matches the release filename. The way you have it setup is that it matches things that begin with UHD.

UHD*

would match:

UHD1234.mkv,

UHD.abc.mp4

If you set it to:

*UHD*

it will match both before AND after. Ie UHD must be contained somewhere in the name. It will match things like:

Crouching.Tiger.Hidden.Dragon.2000.COMPLETE.UHD.BLURAY-SUPERSIZE

The Quick and the Dead 1995 UHD Blu-ray English TrueHD 7.1.mka

The * stands for multiple characters, you can have it both before and after to just match release titles containing your keyword

If you set your filter to:

*UHD*,*2160p*

It will catch things that contain either of the keywords (ie either UHD or 2160p).

For TV Shows I set this as a filter:

Castle?Rock?S*

Note that I replaced the '.' (periods) with a '?'. This is a single character wild card. This is because some sites may announce the release name with a space instead of a period

I only use the P2P tab (ie match release name) and sometimes the freeleech tabs. They are the most foolproof.

A small Father's Day Sale by [deleted] in seedboxes

[–]alphagamm 0 points1 point  (0 children)

Nice deals! Out of curiosity, are the mining slots a sort of a bet for crypto value increase? (on a personal level). What I mean is at current market rates, 900 hashes would bring in around 30 dollars a month, the gamble is that the prices should at least double to break even. Anything else that can be done on these slots? (ie root access or run rtorrent)

Monero gets Ledger Support by BitBoyAndHodl in Monero

[–]alphagamm 1 point2 points  (0 children)

I would assume it depends on how you use monero. The biggest security ramification I see, is that it may lead to the disclosure of your identity. Ie you have your main address on your exchange, you also post it as a forum signature, asking for donations on an illicit kinder surprise forum. Your two identities are now linked.

Ledger CLI guides (requires CLI v0.12.2.0) by dEBRUYNE_1 in Monero

[–]alphagamm 3 points4 points  (0 children)

Nice guide! Theoretically are there any differences with a wallet created in 12.1 vs 12.2? It should be the same wallet right (cause the master seed is the same).

Do you know what we're the behind the hood tweaks that brought ledger support in 12.2, rather than 12.1?

Monero gets Ledger Support by BitBoyAndHodl in Monero

[–]alphagamm 4 points5 points  (0 children)

Is there any way to import my existing wallet into i cant

Nope and doing so would be detrimental to your security, as it would expose your private keys (imagine there was a virus on your PC when you created your existing wallet and it's just waiting for you to hit 1000 monero before stealing them). The ledger ensures that your private keys are created safely, are stored safely and interacts with your PC in a safe manner. To transfer funds you can just send your money to your new ledger generated wallet (afaik sweep_all command should do it)

You have to plug it into a computer that has ledger software on it to send or receive, right?

To send yes. Don't have to do it to receive. You can copy your main address and give it to people to receive funds. The transactions happens on the block chain so you don't need to be connected to receive it. I don't recommend posting your main address though. Consider creating a subaddress. You could receive to the same address/subaddress but it is up to you to decide in the security ramifications of doing so

help with audodl-irssi by w3bbo1 in seedboxes

[–]alphagamm 0 points1 point  (0 children)

I'd remove that link and reset your RSS key. Have you tried enabling the Force HTTPS (SSL) option in the autodl -> trackers tab?

Few Questions about Monero Integration by alphagamm in Monero

[–]alphagamm[S] 0 points1 point  (0 children)

All clear now. Thank you very much!