All Projects → mattn → Sudo

mattn / Sudo

Licence: mit
sudo for windows

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Sudo

Responsiveframework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 476 (-26.54%)
Mutual labels:  website
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+4383.49%)
Mutual labels:  website
Pinche xcx
同城拼车微信小程序😊
Stars: ✭ 614 (-5.25%)
Mutual labels:  website
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (-24.07%)
Mutual labels:  website
Freeipa
Mirror of FreeIPA, an integrated security information management solution
Stars: ✭ 520 (-19.75%)
Mutual labels:  sudo
Istio.io
Source for the istio.io site
Stars: ✭ 556 (-14.2%)
Mutual labels:  website
Register
Grab your own sweet-looking '.is-a.dev' subdomain
Stars: ✭ 470 (-27.47%)
Mutual labels:  website
Website
🌐 The Babel documentation website
Stars: ✭ 631 (-2.62%)
Mutual labels:  website
Nav
🔍 发现导航 , 一个非常强大的静态导航网站(支持SEO)
Stars: ✭ 544 (-16.05%)
Mutual labels:  website
Site
pythondiscord.com - A Django and Bulma web application.
Stars: ✭ 580 (-10.49%)
Mutual labels:  website
Go Isatty
Stars: ✭ 496 (-23.46%)
Mutual labels:  website
Mqtt.org
The mqtt.org website
Stars: ✭ 4,776 (+637.04%)
Mutual labels:  website
Tasmoadmin
Website to manage Sonoff Devices flashed with Tasmota
Stars: ✭ 560 (-13.58%)
Mutual labels:  website
React Quickly
Source code for React Quickly [Manning, 2017]: Painless Web Apps with React, JSX, Redux, and GraphQL 📕
Stars: ✭ 486 (-25%)
Mutual labels:  website
Reactjs.org
The React documentation website
Stars: ✭ 6,697 (+933.49%)
Mutual labels:  website
Responsive Grid Of Hexagons
CSS responsive grid of hexagons
Stars: ✭ 481 (-25.77%)
Mutual labels:  website
Workflowr
Organize your project into a research website
Stars: ✭ 551 (-14.97%)
Mutual labels:  website
Fastbootweixin
基于Spring Boot的注解驱动式公众号极速开发框架,用注解重新定义公众号开发
Stars: ✭ 640 (-1.23%)
Mutual labels:  website
Pagekit
Pagekit CMS
Stars: ✭ 5,455 (+741.82%)
Mutual labels:  website
Bestmotherfucking.website
The Best Motherfucking Website
Stars: ✭ 575 (-11.27%)
Mutual labels:  website

sudo

sudo for windows

Build status

Usage

C:\>sudo cmd /c dir

Then, you'll see the UAC dialog.

Tutorials

Display contents of file which can't access from you

sudo cmd /c type secret-file.txt > accessible-file.txt

Pipe from/to stream

echo 123 | sudo my-command.exe | more

Change IP address

sudo netsh interface ip add address "Local Area Connection" 33.33.33.33 255.255.255.255

Edit hosts file

sudo notepad c:\windows\system32\drivers\etc\hosts

Create admin's console

sudo

Installation

go get github.com/mattn/sudo

requirement go1.8 or later.

Or download from release tab.

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

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].