8000 GitHub - run2death/Sunix: My toys
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

run2death/Sunix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sunix will be my own modified Linux version, and all these changes base on Ubuntu.

installation:
# this could also update Sunix currently
$ ./install.sh [-neg #for negative mode]

Or

1. add lines which in bashrc into your ~/.bashrc (note: There're two modes in bashrc, please take one.
2. copy .Sunix/ directory to your ~/	(tips: .Sunix is a hidden directory)
3. "$ xo ~/.Sunix/bin/*"	(before that you should restart your bash)
 
note:If you install Sunix with negative mode, you will have to active your Sunix by typing commond 'sunix' every time when you open a new shell/tab.

needed:
1. curl
2. ssh

configuration(if install first time):
1. edit ~/.Sunix/conf as notes.
2. edit your own shortpath in ~/.Sunix/shortpath

Features:
all commands:

//system commands
..	:	cd..
l	:	ls
la	:	ls -A
ll	:	ls -l
mk	:	make
xo	:	chmod a+u
svim	:	sudo vim
//commands which is added with Sunix
g	:	go		# open a website in your browser
?	:	about	# search a string in google.com
s~	:	sudo~	# redo your last command with sudo permission.
g2	:	goto	# switching working directory quickly
cln	:	clean	# clean all the *~ files, etc.
trs	:	translate	# translate a english string into your langauge
lg	:	Login	# short for ssh, and you can also add servers into shortpath file.

Ps. you could execute your file just like "$ myprog" instead of "$ ./myprog" if you set that up.

About

My toys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0