- First Create a Bootable USB stick with any Ubuntu OS.
- Then Boot from that stick. In this way, you can unmount the other disks and OS. It won't work when the disks are mounted. So, you can't use Gparted when you are already in a running Ubuntu.
- Use Gparted to Extend the partition of the desired volume. Install Gparted this way:
sudo apt install gparted
. - Follow this tutorial for more info: https://www.youtube.com/watch?v=Kyz9x71gEPI
To preview a README
file (typically in Markdown format) in the VS Code editor, follow these steps:
- Option 1: Use the Command Palette
- Press
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(Mac) to open the Command Palette. - Type
Markdown: Open Preview
and select it.
- Press
- Option 2: Use the Keyboard Shortcut
You can configure Visual Studio Code (VS Code) to automatically use a specific virtual environment when you open a project or repository. Here’s how:
- Create or activate your virtual environment in the terminal:
python3 -m venv myenv source myenv/bin/activate # On macOS/Linux
myenv\Scripts\activate # On Windows
Go to this website and download the linux version of Tor Browser. Change the permission of the file to run as the executable file.
Once the file is executable, open a terminal in that location. Now, enter the command below to register the Tor browser as a desktop app.
(wcf) wangchaofei@wangchaofei-Lenovo-Legion-R70002021:/usr/local/zed/tools$ ./ZED_Depth_Viewer
in bool ImageHandler::initialize(sl::Mat&) : Err [304]: OS call failed or operation not supported on this OS.
Stack trace (most recent call last):
#26 Object “[0xffffffffffffffff]”, at 0xffffffffffffffff, in
#25 Object “./ZED_Depth_Viewer”, at 0x5606d84063e4, in
If wifi drivers are not installed during 1st boot up, it's likely that graphics and wifi drivers are not installed when you start your pc for the 1st time. First attach your pc with internet through ethernet cable in order to access internet during package installation. Do the following:
sudo apt install net-tools
ifconfig
It will show something like this:
arghya@arghya-Pulse-GL66-12UEK:~$ ifconfig
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
On your terminal, type:
sudo mokutil --disable-validation
type a password on the terminal. It will make you reboot your computer, select "change secure boot state", type password characters according to requirement, select disable secure boot-->yes and reboot.