VirtualTam's bookmarks
236 bookmarks found
-
Chrooted SSH/SFTP Tutorial (Debian Lenny)
2016-01-06 -
Sysadmin Purity Test
2015-11-22 -
sslh - Applicative Protocol Multiplexer
2015-08-02 "blocking an SSH port for a Linux user is like taking a mouse away from a Windows user"
via http://www.linuxjournal.com/content/one-port-rule-them-all via http://www.rutschle.net/tech/sslh.shtml
-
browser.fullscreen.autohide => false
Gimme MOAR SPACE!
-
Pro: no need to setup a DNS server to test virtualhosts Con: keep in mind that all "fake" hosts will point to 127.0.0.1!
- Use /etc/hosts to declare test hosts / domains / subdomains
#<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost 127.0.0.1 host.localdomain host 127.0.0.1 sub.host.localdomain sub.host ::1 localhost.localdomain localhost
- Allow per-user virtualhost definition in either (depending on your distro)
/etc/httpd/conf/httpd.conf
/etc/apache2/apache2.conf
Include
/home/albert/.httpd/*.conf
- Profit! Create virtualhosts with local hostnames :)
-
Yarock - Linux music player
2015-05-25 -
hello!
2015-04-12 Mine Turtle papercraft - Instructions by StormL on DeviantArt
Schematics: http://www.deviantart.com/users/outgoing?http://www.mediafire.com/?bx19xdd95ed4ap6
-
IPOP
2015-04-11 IPOP (IP-over-P2P) is an open-source user-centric software virtual network allowing end users to define and create their own virtual private networks (VPNs).
-
Magit User Manual
2015-03-21 -
User style - GitHub Dark
2015-03-19 -
Reddit Playlister
2015-02-02 Website generating a playlist / web player from YouTube and SoundCloud links from music subreddits (or, basically, any subreddit containing media stuff).
Sadly, it doesn't seem to be Open Source, so you won't be able to host you own instance :-(
-
Uses a project or repository's history to plot user contributions, displaying an elegant, colored graph of the file arborescence.
After running it on quite different projects...
- Python/Bash CI/Jenkins scripts
- Qt apps: GoldenDict, Psi+
- PHP website: Shaarli
...watching some vids on teh intartubez:
- Minecraft: https://www.youtube.com/watch?v=zRjTyRly5WA
- Linux kernel: https://www.youtube.com/watch?v=AhDiYPLo3p4
- Python: https://www.youtube.com/watch?v=cNBtDstOTmA
It allows to arbitrary spot some interesting implementation aspects (sorted by descending impact):
- language-dependent trees (oh hai Java packages ^^)
- framework-dependent trees
- project-management method (none, Agile, TDD)
Having a graphical tool also quickly shows:
- the overall structure of the project (a bit cooler than a simple $ tree, way quicker than loading the project on an IDE)
- the repartition of files (by extensions)
- who are the most active contributors
- what are the most modified files over time
- who does what: additions, deletions, refactoring
Some more CI-related matters:
- are there any tests?
- what is the source code / test code ratio? (we could expect a project/lib with N modules to have at least N test modules)
- who initiates / implements / optimizes test code?
-
#inqlude | The Qt library archive
2014-11-16