-
Use the Download button on www.cursor.com web site. It will download the
NAME.AppImagefile. -
Copy the .AppImage file to your Applications directory
cd ~/Downloads
mkdir -p ~/Applications
mv NAME.AppImage ~/Applications/cursor.AppImageUse the Download button on www.cursor.com web site. It will download the NAME.AppImage file.
Copy the .AppImage file to your Applications directory
cd ~/Downloads
mkdir -p ~/Applications
mv NAME.AppImage ~/Applications/cursor.AppImage| #!/bin/bash | |
| CWD=$(pwd) | |
| GPROTOBUF_URL=https://github.com/protocolbuffers/protobuf/releases/download/v3.7.0/protobuf-cpp-3.7.0.tar.gz | |
| compile_gprotobuf () { | |
| sudo apt-get install autoconf automake libtool curl make g++ unzip && | |
| wget $GPROTOBUF_URL && | |
| fname=protobuf-cpp-3.7.0.tar.gz && | |
| tar xvzf $fname && rm $fname && |
| sudo sysctl -w net.inet.tcp.keepidle=20000 | |
| sudo sysctl -w net.inet.tcp.keepintvl=20000 | |
| sudo sysctl -w net.inet.tcp.keepinit=20000 | |
| sudo sysctl -w net.inet.tcp.always_keepalive=1 |
| -480p - Run tenfoot in 480p rather than 1080p | |
| -720p - Run tenfoot in 720p rather than 1080p | |
| -accesscode - | |
| -all_languages - show longest loc string from any language | |
| -batterytestmode - rapidly cycle battery percentages for testing | |
| -bigpicture - Start in Steam Big Picture mode | |
| -blefw - | |
| -cafeapplaunch - Launch apps in a cyber cafe context | |
| -candidates - Show libjingle candidates for local connection as they are processed | |
| -ccsyntax - Spew details about the localized strings we load |