Comment on Windows Updated and is Pushing More Stuff
1luv8008135@lemmy.world 1 year agoCan you elaborate on the cool stuff?
Comment on Windows Updated and is Pushing More Stuff
1luv8008135@lemmy.world 1 year agoCan you elaborate on the cool stuff?
dustyData@lemmy.world 1 year ago
The terminal is essentially arcane magic, with bash scripting out of the box, this is big if you’re a programmer. Most Linux desktop environments have workspaces and tiling features which make workflow really easy and fluid. Something that Windows is only getting now on W11. Everything is customizable, so you will learn the meaning of the term “ricing”. Which is to make your desktop look as cool as possible, since everything from the fonts and icons to the color of the taskbars and transparency are 100% customizable. There are several rabbit holes you can choose to go into just on aesthetics. But then you have actual productivity stuff like learning your distro’s package manager, backup utilities, etc.
masterofn001@lemmy.ca 1 year ago
Just wrote myself a bash script that uses ssh to fork to background, authentication via key to an ssh server it creates; forwards to tor; tor OR proxies to socks5; creates a shadowsocks server and client, connects the client; and forwards to a remote socks5 server via ssh dynamic forwarded port.
This is my first real script.
Linux is bonkers.
I love it.