About 94 results
Open links in new tab
  1. How do I access the WSL Linux file system from Windows?

    Jan 7, 2017 · So, if I'm going to host my source code in /home/pupeno, how do I access from Windows applications such as RubyMine? For the record, this is the application being served from the …

  2. how to use an MS-Access file from Linux? - Stack Overflow

    Apr 26, 2017 · 21 I'm studying an introductory course in databases and one of the exercises is to work with MS-Access. However I'm using Linux at home and although I can use the computer classes at …

  3. how to use the linux access command and what is the difference with ...

    Oct 14, 2012 · access -w filename; if I want to check whether the file is writable by current user. Also this can also easily be done with test command easily. Then what is the exact difference between these …

  4. PDO: How to access Microsoft Access file on Linux?

    I have managed to read data of Microsoft Access file (.accdb) on Windows using PDO but I'm having problem getting to work on Linux (CentOS). I can see modules is installed: [root@rapid host]# php ...

  5. linux - How can I locate, access and modify files of my mounted extenal ...

    May 19, 2023 · When you plugin a hard drive to Linux, you'll need to mount it so you can access its' contents. You can use the mount program for this. After mounting, you can then explore that …

  6. How can I access my USB drive from my Windows Subsystem for Linux ...

    Jun 11, 2022 · How can I access my system's USB drive in Windows Subsystem for Linux (WSL)? I'm using an Ubuntu distribution.

  7. How to access Windows files from Linux in WSL? - Ask Ubuntu

    Nov 23, 2022 · I'm starting to learn how to use the terminal with Ubuntu on WSL (Windows). Just from the very beginning of the course it says that if you use the ls command it should show you your …

  8. How to start a GUI software on a remote Linux PC via SSH

    Jul 1, 2021 · Sometimes I need to start XMBC media player or other GUI software on one of my remote PC (small Xubuntu PC used as a media center). Usually, I do this by starting an X11vnc server on …

  9. linux - What do I need to read Microsoft Access databases using …

    How can I access Microsoft Access databases in Python? With SQL? I'd prefere a solution that works with Linux, but I could also settle for Windows. I only require read access.

  10. How to access physical addresses from user space in Linux?

    Aug 20, 2012 · On a ARM based system running Linux, I have a device that's memory mapped to a physical address. From a user space program where all addresses are virtual, how can I read …