All Projects → wslutilities → Wslu

wslutilities / Wslu

Licence: other
A collection of utilities for Windows 10 Linux Subsystems

Programming Languages

shell
77523 projects
powershell
5483 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Wslu

piu
Cross platform package manager wrapper
Stars: ✭ 33 (-98.37%)
Mutual labels:  debian, centos, arch-linux, opensuse, alpine-linux
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-94.85%)
Mutual labels:  ubuntu, debian, centos, arch-linux, alpine-linux
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-93.32%)
Mutual labels:  ubuntu, debian, centos, arch-linux
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (-69.6%)
Mutual labels:  ubuntu, debian, centos, arch-linux
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+253.56%)
Mutual labels:  ubuntu, debian, centos, arch-linux
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (-92.62%)
Mutual labels:  ubuntu, debian, kali-linux, alpine-linux
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+60.25%)
Mutual labels:  ubuntu, debian, arch-linux, opensuse
Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (-93.71%)
Mutual labels:  ubuntu, debian, centos, arch-linux
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (-18.96%)
Mutual labels:  debian, centos, arch-linux, wsl
Wireguard Install
WireGuard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 650 (-67.82%)
Mutual labels:  ubuntu, debian, centos
Centwsl
[DISCONTINUED] CentOS based WSL distribution
Stars: ✭ 766 (-62.08%)
Mutual labels:  wsl, centos, windows-subsystem-linux
Wsl Programs
A community powered list of programs that work (and those that don't) on the Windows subsystem for Linux
Stars: ✭ 931 (-53.91%)
Mutual labels:  wsl, ubuntu, windows-subsystem-linux
Atilo
Linux installer for termux
Stars: ✭ 629 (-68.86%)
Mutual labels:  ubuntu, debian, centos
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (-70.35%)
Mutual labels:  ubuntu, debian, centos
Wg Install
Wireguard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 99 (-95.1%)
Mutual labels:  ubuntu, debian, centos
Ansible Mariadb Galera Cluster
Stars: ✭ 49 (-97.57%)
Mutual labels:  ubuntu, debian, centos
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (-75.5%)
Mutual labels:  ubuntu, debian, centos
Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (-58.17%)
Mutual labels:  ubuntu, debian, centos
Democratic Csi
csi storage for container orchestration systems
Stars: ✭ 120 (-94.06%)
Mutual labels:  ubuntu, debian, centos
Kitty Cat
Simple script to change color-schemes and fonts for kitty terminal.
Stars: ✭ 102 (-94.95%)
Mutual labels:  ubuntu, debian, arch-linux

wslu - A collection of utilities for WSL

GitHub license GitHub (pre-)release GitLab Launchpad Gitee Twitter Follow

English | 简体中文 | 繁體中文 | Esperanto

This is a collection of utilities for Windows 10 Linux Subsystem, such as retrieving Windows 10 environment variables or creating your favorite Linux GUI application shortcuts on Windows 10 Desktop.

Requires Windows 10 Creators Update; Some of the feature requires a higher version of Windows 10; Supports WSL2.

Feature

wslusc

A WSL shortcut creator to create a shortcut on your Windows 10 Desktop.

wslsys

A WSL system information printer to print out system informations from Windows 10 or WSL.

wslfetch

A WSL screenshot information tool to print information in an elegant way.

wslvar

A WSL tool to help you get Windows system environment variables.

wslview

With alias wview/wslstart/wstart

A fake WSL browser that can help you open link in default Windows browser or open files on Windows.

wslupath

Deprecated

A WSL tool to convert path styles.

wslact

A set of quick actions for WSL such as quickly mounting all drives or manually sync time between Windows and WSL.

Installation

Alpine Linux

You can install wslu on Alpine Linux 3.12+ with the following command:

sudo apk add wslu

Arch Linux

AUR version of wslu is pulled due to that it violated its policy.

Download the latest package from release and install using the command: sudo pacman -U *.zst

CentOS/RHEL/Oracle Linux

Add the repository for the corresponding Linux distribution:

  • CentOS 7:
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_7/home:wslutilities.repo
  • CentOS 8:
sudo dnf install -y epel-release 
sudo dnf config-manager --set-enabled PowerTools
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo
  • Oracle Linux 7:
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/RHEL_7/home:wslutilities.repo
  • Oracle Linux 8:
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(/bin/arch)-rpms
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo
  • Red Hat Enterprise Linux 7:
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/RHEL_7/home:wslutilities.repo
  • Red Hat Enterprise Linux 8:
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(/bin/arch)-rpms
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo

Then install with the command sudo yum install wslu.

Debian

You can install wslu with the following command:

sudo apt install gnupg2 apt-transport-https
wget -O - https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo "deb https://pkg.wslutiliti.es/debian buster main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu

Fedora

sudo dnf copr enable wslutilities/wslu
sudo dnf install wslu

Fedora Remix for WSL

Preinstalled.

Kali Linux

You can install wslu with the following command:

sudo apt install gnupg2 apt-transport-https
wget -O - https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo "deb https://pkg.wslutiliti.es/kali kali-rolling main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu

Pengwin

Preinstalled.

Pengwin Enterprise 7

You can install wslu with the following command:

sudo yum install wslu

Pengwin Enterprise 8

Add the EPEL repository:

sudo dnf install -y epel-release

You can install wslu with the following command:

sudo dnf install -y wslu

Ubuntu

Attention!

For Ubuntu version, you should not only report bug here but also report bug at Launchpad.

Preinstalled in the latest apps. On older installations of Ubuntu please install ubuntu-wsl that depends on wslu:

sudo apt update
sudo apt install ubuntu-wsl

To install the latest version before wslu reaches main reporsitory, you can install via our PPA: https://launchpad.net/~wslutilities/+archive/ubuntu/wslu

OpenSUSE

You can install wslu with the following command:

sudo zypper addrepo https://download.opensuse.org/repositories/home:/wslutilities/openSUSE_Leap_15.1/home:wslutilities.repo
sudo zypper up
sudo zypper in wslu

SUSE Linux Enperprise Server

You can install wslu with the following command:

SLESCUR_VERSION="$(grep VERSION= /etc/os-release | sed -e s/VERSION=//g -e s/\"//g -e s/-/_/g)"
sudo zypper addrepo https://download.opensuse.org/repositories/home:/wslutilities/SLE_$SLESCUR_VERSION/home:wslutilities.repo
sudo zypper addrepo https://download.opensuse.org/repositories/graphics/SLE_12_SP3_Backports/graphics.repo
sudo zypper up
sudo zypper in wslu

Other distributions

Not Recommend

curl | bash method is not secure. Related article

You can install wslu with the following command on your preferred distribution: curl -sL https://raw.githubusercontent.com/wslutilities/wslu/master/extras/scripts/wslu-install | bash

Contributors

This project exists thanks to all the people who contribute. [ Contribute ].

License & Credits

This project uses GPLv3 License.

Logo of WSL Utilities and icons for wslusc desktop shortcuts are licensed under CC BY 4.0 International License.

For other third party files and assets used, please refer to THIRD_PARTY_LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].