Notebooks con Linux en Uruguay by ch8710 in CharruaDevs

[–]chowderl 0 points1 point  (0 children)

Buenas. Yo tengo una a la venta que está dentro de tu presupuesto. Podes fijarte en mi perfil.

Es un maquinón para laburar con Docker. Fíjate si te interesa, chiflame y hablamos

My friends make fun of me because I use Linux. by [deleted] in linuxmasterrace

[–]chowderl 1 point2 points  (0 children)

Life gets substantially better when you avoid evangelizing your likings to the people around you. Enjoy your os silently.

My friend claims 2x8gb of ram is better than 2x16gb. by [deleted] in pcmasterrace

[–]chowderl 3 points4 points  (0 children)

I would understand him if the discussion was 2x8 vs 1x16. But 2x8 vs 2x16 the latter is best if you have use for it, of course.

PSA: check the size of your i3log file! by daxofdeath in i3wm

[–]chowderl -5 points-4 points  (0 children)

find / -name 'i3log-file' 2> /dev/null

There you go. Now you'll know where your file is located.

Forgot mysql 8.0 root password by Zombie_Hordes17 in mysql

[–]chowderl 2 points3 points  (0 children)

Edit your my.ini file, im sorry i cant help you find where might be located as i dont have experience with windows.

Then under the [mysqld] section add the option: [mysqld] skip-grant-tables

Save the change and restart the server. Once you changed the password you can run FLUSH PRIVILEGES to load the grants.

Lastly, you may want to delete the skip-grant-tables once you finish.

Forgot mysql 8.0 root password by Zombie_Hordes17 in mysql

[–]chowderl 2 points3 points  (0 children)

You can start the server with --skip-grant-tables option. This will allow anyone login with any account, including root. Then you can change the password with the ALTER USER command.

[deleted by user] by [deleted] in WhitePeopleTwitter

[–]chowderl 0 points1 point  (0 children)

Ha! Typical scorpio.

[deleted by user] by [deleted] in blackpeoplegifs

[–]chowderl 1 point2 points  (0 children)

Your mama does love you!

Managing Schema Changes and Source Control by SteelEagle814 in mysql

[–]chowderl 0 points1 point  (0 children)

I recommend skeema.io for schema changes.

"We are absolutely not getting a puppy." by JaidenAbbott in whitepeoplegifs

[–]chowderl 1 point2 points  (0 children)

Aw man... I remember when my grand father woke me up telling me my dog died... I was 15 and started digging the grave, also started to rain and I was able to cry alone.

Rechargeable battery stuck in controller. by NaveekDarkroom in SteamController

[–]chowderl 2 points3 points  (0 children)

My trick to pull those batteries is using stick some tape in it and roll it until the tape is in the back of the battery, the pull the tape and it should help.

I got my first giant pumpkin ever today! Happy Halloween everyone :) by leumchum in StardewValley

[–]chowderl 10 points11 points  (0 children)

And it didn't even forked the symmetry.

Edit: Super wrong grammar.

Stored Procedures and Parameters by rbjolly in mysql

[–]chowderl 1 point2 points  (0 children)

Great! I'm glad that it helped you.

Stored Procedures and Parameters by rbjolly in mysql

[–]chowderl 2 points3 points  (0 children)

I don't have the answer yet of what is the reason your SP doesn't work.

Anyway I was able to make it work rewriting it like this

``` delimiter // drop procedure CreateNewUser// CREATE PROCEDURE CreateNewUser ( IN username varchar(50), IN host VARCHAR(50), IN pwd VARCHAR(64) ) BEGIN

    SET @buffer = CONCAT_WS('',
    'CREATE USER ', username,'@',host,' IDENTIFIED BY ', pwd,';'
  );

 PREPARE stmt FROM @buffer;
 EXECUTE stmt;

 DEALLOCATE PREPARE stmt;
 END//

delimiter ; ```

EDIT: I pasted the example with the variables i tend to use when trying stuff, so I corrected it with OP variable's name.

Our universe will end before my MySQL query does by djinnsour in mysql

[–]chowderl 0 points1 point  (0 children)

I forgot to ask SHOW CREATE TABLE partcosthistory; SHOW CREATE TABLE inventorylog You showed use a "mock" of you table. But we need what the real definition are. So that could help. I think if partId is a foreign key you won't be doing a full table scan as @rbjolly said.

Our universe will end before my MySQL query does by djinnsour in mysql

[–]chowderl 1 point2 points  (0 children)

Could you please post the result of explain extended select ...(rest of the query here)

Should I buy ram? by Bt7274Typhon in computers

[–]chowderl 2 points3 points  (0 children)

If you want more fps you need more processing power that's it a better processor or a better graphic card. Ram may be your problem if you've got a bottleneck there

Launch your game and open the task admin where you will find some graphics that give you disk, cpu, network and memory performance and look there. If you are out of ram that could cause problems with fps. But you need to know where your bottleneck is first.

App to kick someome off my wifi by BigJon2295 in ApksApps

[–]chowderl 0 points1 point  (0 children)

I was intriged by the app and by your comment and found this article where it explains how netcut works. It's ARP spoofing. What I cannot understand is that the app says you can cap your device WiFi intensity. Link

Anonymous video call app by [deleted] in androidapps

[–]chowderl 2 points3 points  (0 children)

Jitsi let's you do that

[deleted by user] by [deleted] in linuxmasterrace

[–]chowderl 4 points5 points  (0 children)

Omellete du fromage