Skip to main content

All Questions

Tagged with
1 vote
3 answers
51 views

How to Mount a Bootable Debian SD Card on macOS and Windows?

I'm having trouble mounting a bootable Debian OS on SD Card (32GB) on macOS and Windows. The drive mounts and functions perfectly on my Linux machine, allowing read/write access. However, neither ...
Ponmani Chinnaswamy's user avatar
0 votes
0 answers
45 views

Install Debian 12 alongside Ubuntu 22.04 and Windows 11

I have a laptop with a succesfully installed Windows11 and Ubuntu 22.04. I have 2 nvme ssd disks. I can start Windows11 or Ubuntu 22.04 via dual boot. On my first nvme disk (named nvme0n1) have the ...
user2588998's user avatar
0 votes
0 answers
36 views

How can I get back my grub menu after Windows update?

I have a dual boot installation on my laptop, I have both Debian 12 and Windows 11 installed. I updated Windows 11 yesterday and my laptop boots directly into Windows after the update, no grub menu is ...
Hamza's user avatar
  • 11
1 vote
0 answers
25 views

What is loadlin.exe in Debian installation image(.iso) explained for a newbie?

So I opened the Debian .iso image and in a directory "tools" there were loadlin.exe and loadlin.txt. I tried researching but everything was from 2005-ish. What does it do? What happens if I ...
Consler's user avatar
  • 11
0 votes
0 answers
34 views

Is there a name for the text that shows up after executing each command line in a CLI?

for example in linux terminal I have jurek@debian:~$ man help No manual entry for help I want to know how the second line is called bc I want to ask an other question "How to copy this term (I'm ...
konto's user avatar
  • 43
0 votes
1 answer
177 views

FreeRDP Black Screen

I'm experiencing difficulty trying to use FreeRDP. I have Debian 12 (Bookworm) running on my 10.0.0.93 server at home. I did "sudo apt-get install freerdp2-x11" and "sudo apt-get ...
mdavidjohnson's user avatar
0 votes
1 answer
30 views

VitrualBox Guest that uses NAT but gets it's own IP from DHCP and can still see BOTH Host interfaces

i have a Windoze host and a Debian guest. currently i have the guest network setup on a NAT, which allows me to see/use everything i need to on both host interfaces. BUT it is one-way. due to the ...
WhiteRau's user avatar
  • 111
0 votes
0 answers
91 views

How can I install windows 10 on a separate SSD on legacy boot?

I have Debian 11 installed and want to install windows 10 onto the other SSD in my system so I can play windows exclusives, but my Linux installation is in legacy boot, so I know I can't install ...
user avatar
1 vote
1 answer
719 views

Kali + Win 11 dual-boot install mounting issues

So, i'm trying to install Kali alongside Win 11 on my 1TB NVMe drive and I encountered a weird issue, which has never happened to me before: The Kali installer fails to mount my devices NVMe drive (...
Caeleste's user avatar
  • 841
2 votes
1 answer
659 views

How to copy from vim in putty on windows (SSHed into a debian)

I am using vim on windows and I would like to copy text from a file. Nothing seems to work, not: selecting text ctrl + c ctrl + shift + c right click
Chagai Friedlander's user avatar
0 votes
0 answers
84 views

wsl throws error when a GUI app is launched

I'm currently in windows 11 (22000.258) i tried running google chrome in wsl (debian distro) it throws me this error "[124:124:1015/185302.103087:ERROR:browser_main_loop.cc(1400)] Unable to open ...
Trex's user avatar
  • 1
1 vote
1 answer
157 views

How can I change the system name from Linux to Windows in Debian?

I have a good idea for me. So I want to be able to change the system name from Linux to Windows. So, if I views the specific website, that web site should get the my system name as Windows. E.g. Steam ...
Krasnilyev's user avatar
6 votes
2 answers
33k views

WSL for linux where are files stored

I have been using Windows Subsystem for Linux (WSL) and when I create a file in the home directory of WSL, where does it actually exist in file explorer, also, since my C: drive is in /mnt/c/ does ...
VJZ's user avatar
  • 266
0 votes
0 answers
114 views

windows 10 installer and debian 10 installer do not recognize SSD

I'm trying to reinstall Windows 10 and Debian 10 on a new Acer Aspire 5 (A515-56G) but I can't. The laptop came with Windows 10 Home ed. x64 already in it and it is working fine. None of the ...
neanderbot's user avatar
0 votes
1 answer
564 views

Preventing Windows from accessing Linux drives

I currently have two hard disks connected to my computer, one internal and one external(via USB3). The internal one has Windows 10 installed while the external one has Debian. All my important data is ...
Aditya Pratap Singh's user avatar
-1 votes
3 answers
90 views

How to prevent people to see my password when I'm tytping it? [closed]

How to prevent people to see my password when I'm tytping it ? For example, if I type Canage01 and my sister look at me focus on my keyboard when I type it, she saw it.
DisplayName's user avatar
1 vote
1 answer
65 views

How to install Debian if I have another Windows computer but don't want to format a USB stick?

I have a Windows laptop and want to install Debian on another PC. I have a 128GB USB stick I wouldn't like to format. How could I do this?
chx's user avatar
  • 3,923
0 votes
2 answers
1k views

VirtualBox error - VM boots, but Windows 10 won't start

I'm trying to run Windows 10 using VirtualBox on a Debian 9 machine. When trying to set up the VM, I couldn't choose the 64-bit version of Windows 10 in the menu, so I downloaded the 32-bit ISO ...
david's user avatar
  • 337
-2 votes
1 answer
37 views

Setting Debian and Windows [duplicate]

I have Debian. I want to run Windows on the same hard drive, but in separate partitions. I don't want to start my computer "DualBoot" (DualBoot is causing problems for the computer). what should I do? ...
karduo's user avatar
  • 1
0 votes
1 answer
709 views

Windows Subsystem for Linux, runs Linux apps on Windows startup?

I recently installed Debian from the Windows store and installed a package I would like to run when Windows starts. Is this possible? I have tried creating a batch file in the Startup folder that ...
imbb1's user avatar
  • 3
0 votes
2 answers
1k views

Why does "wsl" produce different results when using quotes?

Why does the wsl command produce different results when the linux command is wrapped in quotes? C:\Users\elitebook>wsl "ls /" /bin/bash: ls /: No such file or directory C:\Users\elitebook>wsl ...
quant's user avatar
  • 524
0 votes
0 answers
214 views

How to fix cmake error on payday 2 super blt source in debian buster

I have debian 10 running on a virtual machine inside windows 10. I have installed build-essential, openssl, libssl-dev, libcurl4-openssl-dev, and cmake. I am trying to have cmake generate a makefile ...
hackall360's user avatar
1 vote
0 answers
52 views

How to print samba share options?

Considering a standalone samba server. Looks like the number of share options goes over a couple of hundreds, like presented in https://www.oreilly.com/openbook/samba/book/appc.pdf. The options set ...
KcFnMi's user avatar
  • 604
0 votes
1 answer
68 views

Why is my ip changing in debian

Hello I live in a dorm and I have a laptop with a dualboot setup (Windows and Debian). Now the normal ip is 192.168.2.12 when in windows and in Debian usually too. But if I surf the web on the Debian ...
Dunila28's user avatar
1 vote
0 answers
2k views

OpenVPN: Pushed DHCP & DNS options not working on Windows client

I am running OpenVPN 2.4 on a RaspberryPi with OS Raspbian Stretch (Debian). My client machine runs Windows 10 Home. Running OpenVPN GUI (with admin privileges). My OpenVPN server conf file is meant ...
Nigel's user avatar
  • 11
0 votes
1 answer
2k views

How to find username of a SSH server running on Debian

I have installed openssh-server on my Debian build of Linux, and now I want to access the SSH server on my windows pc, with FileZilla, but I need to find the username and password of the server, how ...
Trevor Hummer's user avatar
1 vote
0 answers
57 views

WSL - When I'm not in the C: drive, bash takes me to the home directory

I installed WSL with Debian on my Windows 10. I have a Truecrypt partition mounted on H: In powershell, if I'm on C: drive and I call bash, I stay in the same directory: PS C:\> bash admsrv@...
Tuxman's user avatar
  • 11
0 votes
0 answers
75 views

How to run debian.iso on Windows using qemu? [duplicate]

I have debian.iso + windows 7 and qemu. I don't know windows absolutely. How can I run debian.iso using qemu? What command I need to use for running debian?
69 420 1970's user avatar
4 votes
2 answers
29k views

How to identify partitions in Windows Disk Management

I recently added linux debian to my windows 10 laptop. I installed the version without firmware, and intend to redo the installation using the firmware inclusive version. I therefore need to ...
Hugh_Kelley's user avatar
0 votes
1 answer
2k views

Creating bootable Debian with Rufus: Unsupported image error

I want to make a bootable Debian flash drive. Seemed straightforward, something I did before with different distros and specialized tools. I grabbed the armhf image from here: https://cdimage....
user1561358's user avatar

15 30 50 per page