Skip to content

Instantly share code, notes, and snippets.

View mmehdinasiri's full-sized avatar
😎

Mehdi Nasiri mmehdinasiri

😎
View GitHub Profile
@mmehdinasiri
mmehdinasiri / History\-100f124d\entries.json
Last active April 15, 2023 10:40
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///d%3A/FarakavProject/tamashaadminpanel/src/components/TableHelpers/DateTimeInfo.tsx","entries":[{"id":"Jb6k.tsx","timestamp":1652204073856},{"id":"oHog.tsx","timestamp":1652204263064},{"id":"uX3Y.tsx","timestamp":1652204294761},{"id":"oSod.tsx","timestamp":1652204316480}]}
save the output of a command to a file:
SomeCommand > SomeFile.txt
SomeCommand >> SomeFile.txt (append)
//opne openvpn
sudo openvpn --config /etc/openvpn/vpnbook-udp-53.ovpn --auth-user-pass /etc/openvpn/password.txt
// make alise in .bashrc
alias vpn='openvpn --config /home/mehdi/MySystemFile/USA_UDP.ovpn'