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
0 votes
1 answer
2k views

Can't Ping Paticular Windows Machine to Raspberry Pi

I'm trying to set up a small server using a raspberry pi. I have it set up with wired internet access. I can confirm that on the pi I can ping google, a windows laptop, and a Debian laptop. However ...
shortspider's user avatar
0 votes
2 answers
24k views

Wireshark - VMWare : how to capture host traffic using wireshark in virtualmachine?

I am try to capture the HTTP traffic from local server to remote server, but i cannot install directly wireshark on the machine because company's policy dont permit. I am administrator so i install ...
Mike D3ViD Tyson's user avatar
0 votes
1 answer
474 views

Connect windows machine to Linux VPS

I have setup a VPS running debian to host some websites and other applications. For one of the projects that I am working on I need to allow users on windows PC's to connect to a folder on the VPS ...
Edward144's user avatar
  • 135
0 votes
1 answer
642 views

Configure boot for dual-boot Windows - Debian

on my second laptop I already have Debian installed but I want to do the same on my other laptop that I use for study but I need to keep Windows... I know how to install all and how to set default ...
steven.jeanneret's user avatar
1 vote
1 answer
2k views

Mounting remote CIFs share using hostname

I'm trying to mount a remote Windows share on a VPS using the following command: sudo mount -t CIFS //cifs.example.com/sharename -o username=blah But this throws a wrong FS type error. If I ...
MacKirby's user avatar
0 votes
2 answers
690 views

Cannot boot into Windows 8.1 after installing Debian on different partition

Here's the problem in short. I had two hard drives, both separated into 2 partitions. Hard drive 1 partition 1 had windows xp once, used for data later. Hard drive 1 partition 2 was always just data. ...
Huita's user avatar
  • 3
0 votes
1 answer
1k views

Cannot access Debian Samba server on Windows client with option "valid users"

I have samba running on Debian with two shares, a read-only one and a read/write one: [LP-ReadOnly] comment = LP-ReadOnly path = /media/USBHDD1 writeable = No create mask = 0775 directory mask = 0775 ...
daca11's user avatar
  • 101
13 votes
3 answers
13k views

How to convert an existing Windows machine to VirtualBox? [duplicate]

I have VirtualBox installed on my Linux machine (Debian). I need to move a physical Windows 7 machine into my VirtualBox. How to convert a physical Windows OS to VirtualBox?
GAD3R's user avatar
  • 3,800
1 vote
2 answers
5k views

Files get bigger while copying

I was stupid enough to forget I deleted an old backup so I could make a new one. A few days after deleting it my Windows crashed. Now I'm trying to create a backup trough Debian. I'm copying my 1TB ...
hasnieking's user avatar
1 vote
1 answer
906 views

Samba not accessible via Server name anymore

From one day to another, my samba share (Debian 8 with current Samba 4.1.17) stopped turning up in the windows network neighborhood (Win 10). For a few days it was still accessible by typing \\...
user3696412's user avatar
0 votes
0 answers
188 views

How can I add a whole *.reg to the windows registry file using debian/ubuntu?

I can edit the windows 7 registry from a debian/ubuntu using chntpw. How can I add a whole *.reg file using debian/ubuntu? It is simply a double click in Windows but in unix?
kelmat's user avatar
  • 390
1 vote
1 answer
676 views

How to find out a Windows 7 computer name from a debian?

on a Laptop is a Windows 7 which is beyond repair - not booting anymore. Booting from a USB drive with a debian system, how can I find out the Windows 7 computer name? (Normally shown on right click "...
exalt's user avatar
  • 11
1 vote
1 answer
6k views

How to install Windows 10 after Debian

I want to install Windows 10 on my laptop with Debian Jessie on it. I installed my Debian in EFI mode with graphical options. Could someone point me to a good tutorial, what I have to set, what to ...
Patryk's user avatar
  • 13
4 votes
4 answers
52k views

How to copy file from Windows laptop to Linux remote virtual server

There are already quite a few topics on this issue here on SuperUser. However, I have spent the last 3 hours trying all of them, but am unable to fix this. I am trying to copy a file from my laptop ...
phpnewbie2015's user avatar
1 vote
1 answer
140 views

How to install a new OS to remove debian? Grub won't let me install from install dvd

I am having trouble uninstalling Debian Linux. I recently got a cheap refurbished laptop and was planning on installing linux on it as I find I'm more productive with it. However after trying Debian, ...
Tyler Oliver's user avatar
0 votes
1 answer
37 views

I would like the vpn running on my host to be applied to my debian vm running on host

I have tried multiple guides online and followed step by step instructions, however I have failed to achieve this. So I started with enabling 2 network adapters for the vm; NAT and host-only. I ...
Aleena's user avatar
  • 1
1 vote
1 answer
488 views

Encrypt multiple partitions (different OS)

I have a disk with multiple partitions: Windows 7 (one partition ) Debian 8.2 (3 partitions : root / + /home + swap) I'm using Grub 2 for dual booting. I want to know the best way to encrypt all of ...
enzo's user avatar
  • 135
0 votes
1 answer
121 views

Managing Windows7 important updates in multiple systems

I need to manage four Windows7 systems and occasionally I reinstall Windows in any one of them. I only install Important Updates. I dont install Optional Updates. What I do is download all msu files ...
Bharat G's user avatar
  • 544
0 votes
1 answer
64 views

Debian and Windows [closed]

For my school project we have been asked to talk about the similarities between Linux and Windows, and to relate some of the tasks we have done in school with Windows (both GUI and CL). Does anyone ...
harrymason's user avatar
0 votes
0 answers
2k views

Files in Samba share not visible on some Windows computers (but on others they are)

I have a Debian 8 Linux machine with Samba 2.4. On this machine I have configured a Samba share: [myshare] path = /path/to/my/share writeable = yes browseable = yes public = yes force user = myuser ...
Foo Bar's user avatar
  • 1,500

15 30 50 per page