I've been working with Jupyter Notebooks code in browser though ssh connenction. The notebook was deleted from server and I wonder is there a way to find browser, Chrome, cache with that notebook code.
I am running Ubuntu 22.04 and Chrome 108.
P.S. I came across this suggestion, but grep didn't find any import code in binaries.
Related
I've decided to upgrade my laptop and reinstall windows 10. It is always risky, but I had to do it. Now I realize that I didn't copy/backup chrome dev tool snippets that I was working on.
I tried to search in:
C:\Users\me\AppData\Local\Google\Chrome\User Data\Default
But couldn't find anything.
Is there a way to find those snippets on an HDD of an old system?
I'm having an issue with the Live Server extension for VS Code (https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). I'm using WSL 2 for my programming and I have my GitHub repos saved in the Linux filesystems:
\wsl$\Ubuntu\home\myName\Files\GitHub\CSS-My-Site
The issue is that when I make any changes in my project and save, the web page does not automatically reload the way it's supposed to. Now, when I initially run Live Server it does indeed open up my browser and display my page. It just doesn't update after that, I have to refresh manually.
I'm guessing it has something to do with WSL2 because if I move my project folder to my Windows desktop, Live Server works perfectly. I've tried 3 different projects from within the Linux filesystems and none of them update automatically. I've moved all 3 to my desktop, and they auto-refresh just fine. I've also uninstalled and reinstalled the extension, and reinstalled VS Code as well.
I've gone through a couple of posts but none of them seem to have my specific issue. The 2 most relevant were:
https://learn.microsoft.com/en-us/windows/wsl/troubleshooting
https://github.com/ritwickdey/vscode-live-server/issues/452
I am running Mullvad VPN and also tried turning it off and the issue persisted. My system information is below:
Edition Windows 10 Home
Version 20H2
Installed on 11/13/2020
OS build 19042.630
Experience Windows Feature Experience Pack 120.2212.31.0
It seems WSL doesn't support live reload if the file is in another OS. Please refer the GitHub issue.
The solution is to keep the source and execution in the same place.
I solved my problem just by changing the extension, now I use "Five Server"
I solved it by looking for the local ip of my machine using ifconfig in the terminal, copy the ip, paste it in my browser and then :5500
I have the extension New Tab Studio https://chrome.google.com/webstore/detail/new-tab-studio-countdown/epngggilgnflanfabeldfpbgponcgpgl
Several days ago uninstalls from ChromeOS became so big (other OS - as usual).
I wanna try to install ChromeOS on VirtualBox and test my extension, but it's not a very easy task, maybe it's easier to buy Chromebook.
But first of all,
Can my extension has specific bug only for ChromeOS?
Also, I have anonymous messages from google forms, that app crashes (on the background button click), but I cannot reproduce any bugs on Mac OS or Windows.
I reproduced it on Linux (i think that the cores of ChromeOS browser and Linux are the same)
So, the case was that I had the image with path /all.jpeg, but was requesting /All.jpeg. MacOS and Windows was fine with this typo, they even show me the image.
But Linux (and I guess ChromeOS) crashed the extension. And the crash was observed only in the extension installed from Chrome Web Store (my local production build just didn't show the image, but worked fine)
I have Docker image with google-chrome installed but it crashes when I'm opening one specific image. System Ubuntu 16.04.
I've tried bunch of chrome flags, tried to search for any chrome logs to get detailed info about it, but nothing helped.
I even tried installing Opera and Vivaldi, both of them are running on webkit, but still same problem.
Image is opening on desktops Mac/Win/Ubuntu but not in docker.
Here's the url https://fs17.fex.net/get/653006464135/204309413/519474cb/SOBAKA.jpeg
Have you tried browserless? I've used it for various projects (I'm the maintainer) and haven't had any issues with loading pages/pictures. Your crash might also have to do with the hardware you're running on as well, so that might be worth noting.
I have observed inconsistent behavior using the Web Developer extension (Chris Pederick) in Google Chrome on these different machines:
My PC running Windows 7 Home Premium 64-bit
A VirturalBox Virtual Machine (VM) running Ubuntu 12 on my PC
A VM running a updated, fresh install of Windows 7 Home Premium 64-bit on my PC
I have the same version of Google Chrome and Web Developer installed on all these machines. However, for some reason, Web Developer does not work as expected on my PC. It works perfectly on the Ubuntu VM and the Windows VM.
On my PC, about 95% of the time the Custom Tools functions (Validate CSS, Validate HTML, etc.) in Web Developer do nothing when clicked (they should open new tabs to the W3C validators).
I have uninstalled and reinstalled Google Chrome on my PC several times. I have even manually gone through the file system and registry to completely remove all traces of Google Chrome before reinstalling. Nothing I've attempted so far has corrected this problem.
Of course, due to Google's 'field trials', all these machines have slightly different variations (as reported by chrome://version), but I would doubt that is the source of the problem.
Any ideas or suggestions?
OK, here's a possible clue...
It has baffled me why this problem NEVER occurs in my virtual machine (VM); only on the host. Same version of OS, Chrome, and Web Developer installed on both. May have discovered why.
My standard settings for VMs is to use only one CPU. As a test, I changed the VM to use two CPUs. BOOM! I can reproduce the problem on my VM. Change back to one CPU - can not reproduce the problem.
Does this suggest a problem with threading in Chrome?