About 190 results found. (Query 0.05700 seconds)
# ls -l /etc/signify/openbsd-73-base.pub ls: /etc/signify/openbsd-73-base.pub: No such file or directory # cd /etc/signify/ # ftp https://cdn.openbsd.org/pub/OpenBSD/7.3/openbsd-73-base.pub 次に、sysupgrade コマンドのファイルを複製して編輯します。 # cp -p /usr/sbin/sysupgrade /root/sysupgrade.7.3 # vi /root/sysupgrade.7.3 變數「 NEXT_VERSION 」に「現在の版数 + 0.1」を代入する部分があります。これを探して '7.3' に固定します。
Plugins.i2p / creating Discussion Preferences Page location: -select- index/discussion Page type: -select- Source code: java Source code: cpp creole Textile txt Source code: xml hnb otl Source code: py Markdown Source code: h Source code: Makefile rst Source code: pl html htm Source code: c Optional description of this change: FormattingHelp Attachments
home contacts projects donations Contacts and useful links You can contact me in any way that is convenient for you: Matrix: @lina_torovoltas:4d2.org Discord: @lina_torovoltas Github: Lina Torovoltas Gmail mail: [email protected] I2P mail: [email protected] You can also contribute through donations if you wish to support me. Lina Torovoltas (c) | licensing info
Welcome to the [ - > symlinx█ ] community! Managed and owned by dacctal c ‿c All code repos: git.symlinx.net Find us on: XMPP ([email protected]) This is the main text chatroom for everyone. If you like minimalism, this is just for you!
(б) Настоящий приказ должен быть реализован в соответствии с действующим законодательством и при условии наличия ассигнований. (c) Настоящий приказ не предназначен для создания и не создает никаких прав или выгод, материальных или процессуальных, подлежащих принудительному исполнению по закону или по праву справедливости любой стороной против Соединенных Штатов, их департаментов, агентств или организаций, их должностных лиц, сотрудников или агентов или любого другого лица.
I created http://arisdf.i2p http://agitcpp.i2p/arisdf https://github.com/arisdf simultaneously, just now. 11/07/2025 Blog Arisdf's Blog My simple html blog Chat Project: Nedehe Nedehe - Networking Debug Help programs: Nedehe is a set of c++ programs to help debug my networking programming of boost::asio and boost::beast. Master: http://agitcpp.i2p/arisdf/nedehe Mirror: https://github.com/arisdf/nedehe Code Master: http://agitcpp.i2p/arisdf Mirror: https://github.com/arisdf Host Hosted...
`err` can be either {} or an error. pub inline fn diag ( d : * Diagnostics , level : std.log.Level , component : Diagnostic.Component , err : anytype , comptime fmt : [] const u8 , args : anytype , ) DiagRet ( @TypeOf ( err ) ) { const p = d.list.addOne () catch return err; p.diagFmt ( level, component, if ( @typeInfo ( @TypeOf ( err ) ) == .ErrorSet ) err else error .Unexpected, fmt, args ) ; return err; } } ; And here it is in use for errors and warnings: try z.diag ( .err, ...
For those of you who can’t use I2P or Tor and wish to keep your IP address/hostname hidden when you’re in #i2p and #i2p-chat on FreeNode, you can private message FreeNode staffers asking for a nick cloak. You can find on-call staffers by using the command: /stats p This entry was posted on Monday, August 15th, 2005 at 10:06 pm and is filed under Postman IRC Services . You can follow any responses to this entry through the RSS 2.0 feed.
/bin/bash\necho Hello from I2P", "language": "bash", "expiry": "24h"}' \ http://drop.i2p/api/upload/paste Response: { "id": "r2t6y8", "url": "/p/r2t6y8", "delete_token": "h5j3k7l9m1" } 244 Files Uploaded 63 Pastes Created 289.2 MB Data Stored (Lifetime) Last Updated: December 2025 By using this service you agree to these terms.
Install I2P ​ There are 2 flavors of I2P routers: i2p (Java) from geti2p.net i2pd (C++) from PurpleI2P We recommend the C++ implementation from PurpleI2P and will be using it in this guide. Follow the installation instructions for your OS or if you are using Debian 12 run the following commands as root user. shell apt install -y apt-transport-https wget -qO - https://repo.i2pd.xyz/.help/add_repo | bash -s - apt update apt install -y i2pd Configure I2P HTTP Server Tunnel ​...
i also enjoy modding/reversing web (especially javascript, wasm is eh) games, writing javascript (BEST LANGUAGE ON EARTH BTW (this may actually change soon depending on how much i enjoy wren , we will see) i did not really find a place to use it in, but i have started using c++ more and i really ejoy it) also interested in ham radio, vhf specifically, but shortwave is always interesting i also love making antennas, specifically for ham radio, even more specifically for vhf, ill...
Probably some linux and other info about me I'm interested in coding, networking technologies, 3d modeling, CGI, and I dabble in SVG's Programming in shell, C (Clang), Javascript, Nodejs, lua, and beginning with web design. I'm also beginning to mess around with making graphs using PlantUML My main focus is web sockets, mysql, and anything really that involves connecting devices to other devices.
(Ich könnte deinen TLS traffic abfangen und entschlüsseln)  ↩︎   ↩︎ TOR/onion | habedieehre.i2p/eepsite | OpenNIC | (c) shruub, 2023-2024
Stop using heavy, expensive and bloated graphics toolkits, consider using FLTK instead, here's a quick little vibe coded template sample project in C++ for you to take a quick look at to get started. good read, not written by me awuuwa My Odysee Channel ___ My YouTube Channel random articles and opinions random fun stuff random fun stuff Content By Other People About me The awuuwa eepsite working hours are online in 24 hours a day from Monday trough Saturday UTC.
Data is encrypted/decrypted in the browser using 256 bits AES. More information on the project page . name 0000-00-00 c Reply Add comment Post comment
. 💻 Our Tech Stack We master the main software development technologies required to build robust systems: Backend & Systems: C, PHP, Java, Python. Frontend & Mobile: JavaScript (for frontend and Hybrid Apps). 🚀 Engineering Excellence We don't just write code; we engineer solutions.
Just edit ~/.i2p/eepsite/docroot/index.html (for Linux). For Windows edit C:\Users\{User}\AppData\I2P\eepsite\docroot\index.html , for Mac edit /Users/{user}/Library/Application Support/i2p/index.html . For this you don't need anything, but a IIP and text file editor.
Masscan also has support for getting basic banner data of various protocols such as HTTP and SSH, but it didn’t have support for pinging Minecraft servers, so I decided to attempt to add it myself. Unfortunately, masscan is written in C and I have very little experience in C. While trying to write the code, I remembered Bithole’s blog post about scanning the inter­net for Minecraft servers so I went to re- read it to see how they implemented scanning.
Otherwise, just remove the directory you installed Syndie into (e.g. $HOME/syndie or C:\Program Files\Syndie ). The Syndie content is stored in $HOME/.syndie or %HOME%\.syndie by default, so you should delete that directory as well if you want to remove the content (and private keys!).