sudo yum -y install epel-release
sudo yum -y update
Download repository
package main | |
import ( | |
"fmt" | |
"io" | |
"io/ioutil" | |
"net" | |
"os" | |
"strings" |
#!/bin/bash | |
## Install Goland 2024.1 on Ubuntu 22.04 | |
wget https://download.jetbrains.com/go/goland-2024.1.tar.gz | |
tar xvz goland-2024.1.tar.gz | |
mv GoLand-2024.1 /opt/GoLand | |
cat <<'EOF' >/usr/share/applications/goland.desktop | |
[Desktop Entry] | |
Encoding=UTF-8 |
#!/bin/bash | |
## Install DBD::Oracle on Debian 12 | |
## DBD::Oracle on Debian 12 | |
## Link on http://www.oracle.com/technetwork/topics/linuxsoft-082809.html | |
## https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html | |
## https://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/x86_64/index.html | |
## 2024/04/18, version *19.23.0.0.0-1* | |
## Install require package |
#!/bin/bash | |
## Install Debian/Ubuntu | |
## From https://pastebin.com/wEvpW0rg | |
## https://github.com/RedScourge | |
## https://github.com/drud/ddev/issues/1714#issuecomment-532015204 | |
## https://github.com/shivammathur/php5-ubuntu | |
## https://launchpad.net/~sergey-dryabzhinsky/+archive/ubuntu/php53 | |
## https://github.com/zener05/debian-stretch-php-5-3 | |
## https://github.com/phpbrew/phpbrew |
#!/usr/bin/env python3 | |
""" | |
Dell iDRAC client launcher for Linux, macOS and Windows. | |
probably works with Dell iDRAC 6/7/8 | |
Downloads needed Java files and sets up port forwarding via SSH. | |
example usage: ./idracclient.py -J jumphost.lol.domain srv42-serviceprocessor.lol.domain | |
for more info, see ./idracclient.py --help |
#!/bin/bash | |
# See https://rspamd.com/downloads.html | |
apt update | |
apt install -y sudo lsb-release wget gpg | |
CODENAME=$(lsb_release -c -s) | |
if [ $CODENAME = "trixie" ]; then | |
CODENAME="bookworm" | |
fi |
This repository provides a structured set of prompting rules to optimize interactions with Cursor AI. It includes three key files to guide the AI’s behavior across various coding tasks.
.cursor/rules/
folder to apply it persistently:core.md
under .cursor/rules/
in the workspace root.