Open your terminal.
In the root directory run the command:
sudo nano /etc/bluetooth/main.conf
| Openssl 1.1.x on GNU/Debian 12 | |
| ============================== | |
| The following shows how to install openssl branch 1.1.x alongside debian default libssl3. | |
| Some applications require to have: | |
| - libssl.so.1.1 | |
| - libcrypto.so.1.1 | |
| Using the following allows one to not tamper with the system's default/setup, |
| local function rounded_rectangle(x, y, w, h, radius) | |
| local polycount = 32 | |
| if polycount % 4 > 0 then | |
| polycount = polycount + 4 - (polycount % 4) | |
| end | |
| local points, c, d, i = {}, {x + w / 2, y + h / 2}, {w / 2 - radius, radius - h / 2}, 0 | |
| while i < polycount do |
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |