Skip to main content

freenode - IRC Channels

# irc.freenode.net

#linux
#mandrake
#redhat
#slackware
#debian
#gentoo

etc.



#ubuntu freenode

1642 users – 137 minutes ago – Official Ubuntu Support Channel | IRC Guidelines: http://ubottu.com/y/gl | IRC info: http://ubottu.com/y/irc | Pastes to http://paste.ubuntu.com/ | Release Notes: http://ubottu.com/y/rn | Download: http://ubottu.com/y/dl | Currently supported: 10.04 LTS (server) 12.04 LTS, 13.10, and 14.04 LTS
category: Ubuntu – network: freenode  –  irc2go: Webchat

##linux freenode

1499 users – 137 minutes ago – Forums is back in testing http://forums.linuxassist.net | Channel website: http://www.linuxassist.net | Pastebin: http://paste.linuxassist.net | Spammers or trolls? use !ops ". | For op assistance, join ##linux-ops | Feel at home and enjoy your stay
category: Linux – network: freenode  –  irc2go: Webchat

#debian freenode

1468 users – 137 minutes ago – openssl: /msg dpkg dsa2896 | wheezy released: /msg dpkg squeeze->wheezy | current point release: /msg dpkg 7.5 | NO FLOOD: /msg dpkg paste | /msg bots NOT people | offtopic: #debian-offtopic | testing/unstable: #debian-next (irc.oftc.net)
category: Debian – network: freenode  –  irc2go: Webchat

#python freenode

1410 users – 137 minutes ago – NO LOL | NO PROJECT EULER | Don't paste, use http://bpaste.net/+python | 2.x or 3.x? http://bit.ly/py2vs3k | Tutorial: http://bit.ly/MCAhYx | New programmer? http://goo.gl/c170V | Find your nearest Python User Group: http://goo.gl/S1Zsq | #python-fr #python.dev #python-es #python.tw #python.pl #python-br #python-nl #python-ir #python-fi #python.it #python-india
category: Python – network: freenode  –  irc2go: Webchat

#bitcoin freenode

1368 users – 137 minutes ago – v0.9.1 | Bitcoin http://www.weusecoins.com | https://en.bitcoin.it/wiki/Faq | ALTCOINS ARE OFF-TOPIC | No ADS, no Trading, No begging, please! Price chat: #bitcoin-pricetalk Trading: #bitcoin-otc News: #bitcoin-news | Rules: http://bit.ly/qNzg3P | Web wallets are BAD | URLs may be SCAMS or MALWARE
category: Bitcoin – network: freenode  –  irc2go: Webchat

#haskell freenode

1355 users – 137 minutes ago – http://www.haskell.org/ | Paste code/errors: http://lpaste.net/new/haskell | Logs: http://tunes.org/~nef/logs/haskell/?C=M;O=D http://ircbrowse.net/day/haskell/today?mode=recent | Administrative issues: #haskell-ops | Hackage down? http://hdiff.luite.com | XCode 5 issues? http://is.gd/H4sEub
category: Haskell – network: freenode  –  irc2go: Webchat

#freenode freenode

1340 users – 137 minutes ago – Welcome to #freenode | Staff are voiced; some may also be on /stats p -- you can /msg us at any time | FAQ: https://freenode.net/faq.shtml | Unwelcome queries? Use /mode your_nick +R to block them. | Channel guidelines: https://freenode.net/poundfreenode.shtml | Blog: https://blog.freenode.net | Please don't comment on spam/trolls.
category: Development – network: freenode  –  irc2go: Webchat

#Node.js freenode

1297 users – 137 minutes ago – Node is not affected by heartbleed http://git.io/XFOUSA - New People Go Here: http://nodeirc.com/ - Trolling Policy: http://blog.izs.me/post/30036893703/policy-on-trolling - Also: http://nodejsreactions.tumblr.com/ - http://nodejs.org/ - http://logs.nodejs.org/ - http://stackoverflow.com/questions/tagged/node.js
category: Node.js – network: freenode  –  irc2go: Webchat

#archlinux freenode

1170 users – 137 minutes ago – Welcome to Arch Linux World Domination, Inc. <☃ > Remember, Arch doesn’t like being neglected <❤ > Due to spam you now must be identified with NickServ to join the channel
category: Arch Linux – network: freenode  –  irc2go: Webchat

#puppet freenode

1068 users – 137 minutes ago – Puppet Enterprise 3.2.3: http://bit.ly/PE_32 | Puppet 3.6.2: http://bit.ly/QJqeXr | Help: http://{ask,docs}.puppetlabs.com | Bugs & Feature Requests: https://tickets.puppetlabs.com/. Don't ask to ask, just ask your question!
category: Puppet – network: freenode  –  irc2go: Webchathttp://gengwg.blogspot.com/

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...