About 133 results found. (Query 0.08200 seconds)
Home Blog Projects home > tags Tags A advice 3 api 1 astro 1 async 1 C caching 1 containers 1 D debugging 1 decentralization 1 dependencies 4 documentation 1 dotfiles 1 F foss 2 G gui 2 H hugo 3 J javascript 1 L learning 1 linux 4 M minimalism 3 N nix 3 npm 1 O optimization 1 P philosophy 1 practice 2 privacy 1 programming 11 puzzle 1 R reproducibility 1 S security 1 self-hosting 2 server 2 simplicity 5 ssg 3 systemd 2 T testing 2 thoughts 6 toolchain 3 W webdev 9 website 4...
hi, i'm gettie i'm a twenty-something years old hobbyist sysadmin, living in greece. i'm the administrator of catto.garden . i occasionally get my hands on radio and music production, as well as cooking. i'm definitely the person you might ask help from when your tech is broken :P interesting stuff what i'm doing what i use my microblog my toki pona page services catto garden mirrors http clearnet catto.garden codeberg neocities (archived) opennic tor i2p ( b32 ) other protocols gemini...
Arav's dwelling Welcome to my sacred place, wanderer Back home Radio filelist playlist direct link ( http Tor I2P Ygg ) Xiph | OGG 128 Kb/s Seems like your browser doesn't support an audio element, but you can grab the playlist . 0 2:52 The Turtles - Happy Together Last 10 songs Start O/P Song 07:35 Equinoxious - Próxima Centauri 07:35 Scooter - Apache 07:38 Павел Пламенев - Лететь с языка 07:41 grust200, NKFM - Радиосектант 07:44 2/2 Lacrimosa - Verloren 07:52 FAT SRESH, HxhxlKxller -...
/etc/sysconfig/phpfastcgi start() { [ -x $php_cgi ] || exit 1 [ -x $spawnfcgi ] || exit 2 echo -n $"Starting $prog: " daemon $spawnfcgi -a ${server_ip} -p ${server_port} -u ${server_user} -g ${server_group} -P ${pidfile} -C ${server_childs} -f ${php_cgi} retval=$? echo return $retval } stop() { echo -n $"Stopping $prog: " killproc -p ${pidfile} $prog -QUIT retval=$?
Name Email Subject Message icon Standard Thumb Up Thumb Down Exclamation point Question mark Lamp Smiley Angry Cheesy Grin Sad Wink Poll Other options Return to this topic Don't use smileys Shortcuts: ALT+S post or ALT+P preview Help | Terms and Rules | Go Up ▲ SMF 2.1.6 © 2025 , Simple Machines
Submit Photos / Images » We have tested with photos from 3369 different Camera Models / Mobiles and still counting… Checked with these Camera Models / Mobiles Accent : Acer : Advan ( 2 ) : Alcatel ( 4 ) : Apple ( 70 ) : Asus ( 47 ) : BenQ : BlackBerry ( 6 ) : Blackshark ( 4 ) : Blackview ( 7 ) : BLU ( 8 ) : Brica ( 2 ) : BUSHNELL : Cannon : Canon ( 216 ) : Canon EOS : CASIO ( 11 ) : Cat ( 2 ) : Cherry ( 5 ) : CloudFone : Colors Mobile : Coolpad ( 2 ) : Coosea : Cubot ( 2 ) : Dish : DJI ( 17 ) :...
But as a backup I got [email protected] ) You may encrypt any messages to me with my public pgp key Trying out SimpleX invite here though I'm not sure how often I will check it. I will plant some more roots on tor later on, I got a busy life ;p :3
Client Examples WeeChat /server add bouncer soju.tilde.horse/6697 -tls -username=<username>/<network> -password=<password> -autoconnect /connect bouncer Irssi /network add -user <username>/<network> <network> /server add -auto -tls -network <network> soju.tilde.horse 6697 <password> /connect <network> Catgirl catgirl -h soju.tilde.horse -p 6697 -n <username>/<network> -w <password> Note: catgirl has limited bouncer support — history playback may not work fully. For more information, see...
Описание для браузера доступно по ссылкам: http://102chan.i2p/s/res/221.html http://forum.i2p/viewtopic.php?p=61275 Описание продублирую здесь. Read More... permalink <<First <Back | 1 | 2 | 3 | 4 | Next> Last>> Работает на nginx + PHP5-cgi + I2Pd - Page Generated in 0.0055 seconds
" , Utils . getSmileyHtml ( " footinmouth " ) ) , GRIN ( " :-D " , Utils . getSmileyHtml ( " grin " ) ) , KISS ( " :-* " , Utils . getSmileyHtml ( " kiss " ) ) , MONEYMOUTH ( " :- $ " , Utils . getSmileyHtml ( " moneymouth " ) ) , SEALEDLIPS ( " :-X " , Utils . getSmileyHtml ( " sealedlips " ) ) , ANGEL ( " O:-) " , Utils . getSmileyHtml ( " angel " ) ) , FROWN ( " :-( " , Utils . getSmileyHtml ( " frown " ) ) , HMMM ( " :-/ " , Utils . getSmileyHtml ( " hmm " ) ) , SHOCK ( " :-O " , Utils . getSmileyHtml...
Даль: « Где чихнуть пришлось — запятая; где икнулось — двоеточие, а где табаку понюхать — точка .» [ грамота ] </p «Точка в точку, как гвоздь в бочку (приходится).» Бывают «точки зрения», «мёртвые» точки(«сдвинуть с «м.» точки»), «точка над i » и даже «точка Архимеда»: Счастлив в наш век, кому победа Далась не кровью, а умом, Счастлив, кто точку Архимеда Сумел сыскать в себе самом… Тютчев Фёдор Иванович (1803 — 1873) — русский поэт Слово «точка» произошло о слова «тыкать».( Перстом...
`$$b: Kernel: 6.1.0-33-amd64 `d$$' ,$P"' . $$$ Uptime: 3 days, 6 hours, 13 mins $$P d$' , $$P Packages: 1610 (dpkg), 6 (snap) $$: $$. - ,d$$' Shell: zsh 5.9 $$; Y$b._ _,d$P' Resolution: 3840x2160 Y$$
We can do that using the following function: # Function to add a parent to a commit add_parent() { local old_commit = " $1 " local new_parents = " ${@ : 2 } " local old_parents = " $( git log --pretty = %P -1 " $old_commit " ) " local tree = " $( git log --pretty = %T -1 " $old_commit " ) " local message = " $( git log --pretty = %B -1 " $old_commit " ) " # remove --gpg-sign if you don't sign your commits local new_commit = $( git commit-tree " $tree " --gpg-sign -m " $message " $( echo "...
Ron's prediction about GOP Congresspeople jumping ship starts coming true. What's going on with P. Diddy? Gold hits a record high. Ron explains basic homesteading. Dave gives a super high level overview of what cryptocurrency actually is and why it's not like government fiat currency. © 2026 The Canary in the Cage Podcast LEGAL DISCLAIMER.
Username: Group:   Administrators Bots Global moderators Guests Jannies Jannies (Level 2) Newly registered users Registered users Trusted Contributors Sort by: Username Joined date Post count Rank Ascending Descending Joined: Before After Posts: Less than Equal to More than Members Find a member • All   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   Other   4 users • Page 1 of 1 Rank Username Posts Joined Newfag xXKaitoXx 0...
Пример команды для подключения с использованием SOCKS5 прокси для i2p и netcat из пакета nmap: ssh -o ProxyCommand="nc --proxy-type=socks5 --proxy-dns=remote --proxy=127.0.0.1:4447 %h %p" mc5g5flf7mrgauhacgkmrdcog2hlrthaimg3id4eyiblctyeoila.b32.i2p Реализовано: - Просмотр постов, написание новых постов Не реализовано: - Пользовательские настройки, постоянные юзернеймы при работе через TUI 17.04.2026 23:12:12 MSK #732 Магнитный Олень: Проверка постинга через SSH 17.04.2026 22:48:34 MSK...
IsItUp.i2p API FAQ Alive Sites Register Domain hosts.txt Why does this site exists? IDK, why do you exist? :p Where is alive-hosts.txt? Redirects to hosts.txt hosts.txt contains only alive hosts that were up in last 16 checks from now on. How to start receiving hosts from here?
With i2pd, something like this should work in most cases ('port' is the part that you may have to adjust to what's free in your case): [treasure-chest-sftp] type = client address = 127.0.0.1 port = 5022 destination = oi45tmbel5syg4uet4t2fg6ipfu22ewfb4dfgpeckarn3qtv3pwq.b32.i2p destinationport = 22 keys = treasure-chest.key With the tunnel up and running, connect to 127.0.0.1:5022 (adjusting the port number if needed of course). For example, to use the OpenSSH CLI client, simply run: sftp...
Taraji P. Henson will warm your heart as Benjamin's mother, as she's humorous, warm, and loving, so loving that I felt as if she was my mother.