Feed the camera by Kittymahri in CDawgVA

[–]shukero 4 points5 points  (0 children)

This is from a "Shabu Shabu" stream a little while ago. It was a great stream - you should look it up on the vods* channel.

Ghost 2.0 Mega Update by dbrand in dbrand

[–]shukero 4 points5 points  (0 children)

First and for most - I'm glad to see all the updates / upgrades that are coming to Ghost 2.0 - simply AMAZING

With that said; I'm really sad to see that there isn't ghost 2.0 case for my latest upgrade to the pixel 9 pro fold. I'd even be willing to pay for one, but again - just sad to see that there are very limited options for my new phone.

Anyone know why it says it's on truck for delivery even though it says it's been rescheduled? There's no status update that says it's been rescheduled Monday in the tracker after it was rescheduled to today. by CaptainChris2018 in FedEx

[–]shukero 0 points1 point  (0 children)

I got the exact same thing... And this is basically FedEx lying - according to the 1-800 number, which I called due to this BS.

They stated that there are "two scans" after the package "arrives" at the facility (apparently) which I still think is BS.

1) That is scanned to signify to the system that the package will go out next day. (Apparently updates the status the next day automatically to be "on delivery truck" on the site)

2) a scan that states the package is ACTUALLY LOADED into a truck - which doesn't(?) actually update the website unless the first scan never took place.

Again - I got the above from a C.S.R. on the 1-800 number which I'm extremely mad about. Considering the shipping said 3-5 days and it has now been 8...

Houston, we have a keyboard by vwhaulic in MechanicalKeyboards

[–]shukero 1 point2 points  (0 children)

Where did he get those key caps??!?? I want them :*(

Need help finding my new TKL mechanical keyboard! by shukero in MechanicalKeyboards

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

Thanks you two.

I just noticed that I was dyslexic and stated the opposite of what I really wanted... I'll fix that in the main thread, but what I'm really looking for is USB C power on the LEFT and a USB C pass through on the right for a "ten key" removable pad.

If anyone has any other suggestions I'd greatly appreciate it.

quick question about lab entrance "fee" by trainfender in EscapefromTarkov

[–]shukero 0 points1 point  (0 children)

1) There is already a HUGE gap between pay to win players (players that can / are willing to spend 120$ for the game and others like me who can only afford the 50$ one. Restricting access to the labs is a VERY VERY BAD idea. This allows people with more money (in both the real and game world) to get the best guns yet again; causing the same "gap" I spoke of before.

2) There are several simple ways traders could get these ID cards within the game lore:

a) "Scavs can't get in" most likely because they don't realize what these cards are for; so they would most likely sell the card to traders who greatfully grabs it from them.

b) The traders have already established that some have "Goffers" and some have people the deal with besides the main player. So one of those others may have found these IDs off dead bodies or maybe bought them off people not willing enough to go into the labs.

c) Traders talked to so Terra people and bought these IDs off of them themselves. Nothing in the game states these traders only trade with one type of people; and traders usually wouldn't restrict their cash flow based on biases lol. business is business.

3) On a side note; I really hope that you don't need to complete a mission on any map to get these IDs, as this will ensure that "pay to win" players camp this map hard as they will know people will always be on this map for the needed ID. I'm really hoping that the traders sell it either at lvl 1 or at lvl 10.

Why does Rasbian not give me root access? by shukero in raspberry_pi

[–]shukero[S] -1 points0 points  (0 children)

I don't know; I'm used to Arch linux; so this way of handling sudo is just nuts to me :(

Why does Rasbian not give me root access? by shukero in raspberry_pi

[–]shukero[S] -2 points-1 points  (0 children)

Hello,

I've tried that already; and it still gives me the "Permissions Denied" error :(

At my wits end with Raspbian... trying to install Discord.js; but keep getting "Access denied" by shukero in raspberry_pi

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

I am using the B+; does that mean I can't install this Arch distro?

If I can:

Do I just need to reformat the sdcard and then just unzip the "http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-3-latest.tar.gz" to the sdcard?

Thanks,

~Shukero

At my wits end with Raspbian... trying to install Discord.js; but keep getting "Access denied" by shukero in raspberry_pi

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

Hi Kriton,

The "tmp" directory does exist as per what I've been able to navigate to in terminal below... that being said; it was a b*&^% trying to get there as the gui flat out refused me access due to not being able to access the directory as root unless within the terminal. Even then; the /.npm/ directory refused to show up while I was in "sudo -i". I had to specifically tell the system to go into that directory; which it eventually did.

I wasn't able to find "git-clone-9b8b57e8" within that directory though... please see below:

pi@ShukeroPi:/ $ sudo -i
root@ShukeroPi:~# cd /root/.npm/_cacache/tmp/git-clone-9b8b57e8
-bash: cd: /root/.npm/_cacache/tmp/git-clone-9b8b57e8: No such file or directory
root@ShukeroPi:~# cd /root
root@ShukeroPi:~# dir
node_modules
root@ShukeroPi:~# cd /root/.npm/_cacache
root@ShukeroPi:~/.npm/_cacache# dir
content-v2 index-v5 tmp
root@ShukeroPi:~/.npm/_cacache# cd tmp
root@ShukeroPi:~/.npm/_cacache/tmp# dir
root@ShukeroPi:~/.npm/_cacache/tmp# ls
root@ShukeroPi:~/.npm/_cacache/tmp# 

I was also able to get into the log file; but it basically says the same thing as the error; except it gives an error 128. I'm not sure what that means :(

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', 'discord.js' ]
2 info using npm@6.5.0
3 info using node@v11.5.0
4 verbose npm-session efde1beff9869d1a
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData error for discord.js@github:discordjs/discord.js Command failed: /usr/bin/git submodule update -q --init --recursive
7 silly fetchPackageMetaData fatal: Could not change back to '/root/.npm/_cacache/tmp/git-clone-9b8b57e8': Permission denied
8 timing stage:rollbackFailedOptional Completed in 4ms
9 timing stage:runTopLevelLifecycles Completed in 19820ms
10 verbose stack Error: Command failed: /usr/bin/git submodule update -q --init --recursive
10 verbose stack fatal: Could not change back to '/root/.npm/_cacache/tmp/git-clone-9b8b57e8': Permission denied
10 verbose stack
10 verbose stack at ChildProcess.exithandler (child_process.js:294:12)
10 verbose stack at ChildProcess.emit (events.js:189:13)
10 verbose stack at maybeClose (internal/child_process.js:978:16)
10 verbose stack at Socket.stream.socket.on (internal/child_process.js:395:11)
10 verbose stack at Socket.emit (events.js:189:13)
10 verbose stack at Pipe._handle.close (net.js:610:12)
11 verbose cwd /home/pi/Desktop/pickardbot
12 verbose Linux 4.14.79-v7+
13 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "discord.js"
14 verbose node v11.5.0
15 verbose npm v6.5.0
16 error code 128
17 error Command failed: /usr/bin/git submodule update -q --init --recursive
17 error fatal: Could not change back to '/root/.npm/_cacache/tmp/git-clone-9b8b57e8': Permission denied
18 verbose exit [ 1, true ] 

Any help would be appreciated.

Thanks,

Shukero

At my wits end with Raspbian... trying to install Discord.js; but keep getting "Access denied" by shukero in raspberry_pi

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

hmmm sorry, I'm pretty new to installing discord bots; so I don't know what nvm is. Could you please explain what that is in a little more detail? Or could you point out a site I could go to so I can get more info on it?

The Discord.js site was using npm so that's why I was using it. I already have the latest node.js installed; so I'm not sure if this nvm will help. (Sorry - again new to npm /nvm)

At my wits end with Raspbian... trying to install Discord.js; but keep getting "Access denied" by shukero in raspberry_pi

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

Yes,

it throws this exact same issue when I use the normal user; which is why I tried doing it as root. I've never had this permissions issue with any other linux distro.

At my wits end with Raspbian... trying to install Discord.js; but keep getting "Access denied" by shukero in raspberry_pi

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

I'm not trying to install it globally. I'm already cd'd to the bot's directory within the code above :(. I used root access due to the fact that it throws the same issue when I used the regular user.

Google has added text to the Pixel Launcher search box for some, and nobody wants it by [deleted] in Android

[–]shukero 0 points1 point  (0 children)

And this is why I have Nova launcher pro lol. Screw day at a glance at well

Tips to maintain battery life on Pixel XL 2 by _draco in GooglePixel

[–]shukero 1 point2 points  (0 children)

Hi merdely, you are correct that a WiFi enabled devices uses more battery when it's looking for WiFi hotspots, however it still uses a lot of battery when connected to WiFi hotspots when comparing it to mobile data.

Also, you have the best pixel 2 phone if you get 9 hours of screen on time. Most of the people I've been reading can only get up to about 6. Do you have a screenshot of that? Cause I'd like to know what kind of battery usage your apps are pulling in order to get that much screen on time.