tumblr.com

VN:F [1.9.22_1171]
Rating: 6.2/10 (10 votes cast)

Tumblr text, photos, quotes, links, dialogues, audio, video, slideshows. Twitter on steroids and mainly filled with junk.

tumblr tuesday: we

3 March 2026 @ 4:11 pm

tumblr:tumblr tuesday: we <3 halseya little spotlight on halsey’s impact on all of us here 😘@cuntywhitaker: @p3arlfect:

tumblr tuesday: dunk &amp; egg &amp; friends

24 February 2026 @ 8:09 pm

tumblr:so let’s not dwell on what’s going on over on IMDB, but it does seem like the final episodes of A Knight of The Seven Kingdoms have you all in a chokehold. Here’s a collection of the fan art you’ve been making of dunk, his friends, his frenemies …and maybe possibly lovers? 👉 👈 we live in hope. never stop shipping, y’all(mild spoilers ahead)@ashdenn-art:

tumblr tuesday: year of the horse

17 February 2026 @ 4:00 pm

tumblr:happy lunar new year to all who celebrate! here is some good horse art to mark the year of the horse. here’s hoping it’s a good one <3 @phlavours: @jdebbiel:

💞 Ships Week Fanart: #1 &ndash; #20 💞

13 February 2026 @ 6:00 pm

tumblr:It’s the final day of ships week and we’re celebrating the top 20 ships on Tumblr with some homegrown fanart. Please enjoy these artful depictions of the art of shipping!@furbetii: @officialspec:

💞Ships Week 2026: #1 &ndash; #20 💞

13 February 2026 @ 4:00 pm

tumblr:💞Ships Week 2026: #1 – #20 💞It’s the big one! Welcome to the final day of ships week. Here are your top 20 ships of the last year, with the full list under the cut:1. Byler +22Will Byers & Mike Wheeler, Stranger Things2. SpamtennaSpamton & Ant Tenna, Deltarune3. JayvikJayce & Viktor,

💞 Ships Week Fanart: #21 &ndash; #40 💞

12 February 2026 @ 6:00 pm

tumblr:It’s day 4 of ships week and we’re celebrating spots #21 – #40 with some homegrown fanart. Please enjoy these artful depictions of the art of shipping!@imeonasy: @rumble-bee-art:

💞Ships Week 2026: #21&ndash; #40 💞

12 February 2026 @ 4:00 pm

tumblr:💞Ships Week 2026: #21– #40 💞Welcome to day 4 of ships week! Here are your next 20 ships from the last year, from #21 to #40:21. Jegulus 0James Potter & Regulus Black, the Harry Potter universe22. Steddie -4Steve Harrington & Eddie Munson, Stranger Things23. Wolfstar +1Remu

💞 Ships Week Fanart: #41 &ndash; #60 💞

11 February 2026 @ 6:00 pm

tumblr:It’s day 3 of ships week and we’re celebrating spots #41 – #60 with some homegrown fanart. Please enjoy these artful depictions of the art of shipping!@olli093: @bubert:

💞Ships Week 2026: #41 &ndash; #60 💞

11 February 2026 @ 4:00 pm

tumblr:💞Ships Week 2026: #41 – #60 💞Welcome to day 3 of ships week. Here are your next 20 ships from the last year, from #41 to #60:41. Hilson -10James Wilson & Gregory House, House42. Spirk -9Spock & James T. Kirk, Star Trek43. Lestappen -13Charles Leclerc & Max Verstappen, Formu

💞 Ships Week Fanart: #61 &ndash; #80 💞

10 February 2026 @ 6:30 pm

tumblr:It’s day 2 of ships week and we’re celebrating spots #81 – #100 with some homegrown fanart. Please enjoy these artful depictions of the art of shipping!@moskafleurart: @z0mbiemi

wordpress.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Free wordpress blog on wordpress.com

blogger.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Free blog with your Google account

virtualhelp.me

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Virtual help for common windows and linux problems

Rathervague.co.uk

VN:F [1.9.22_1171]
Rating: 7.8/10 (4 votes cast)

The blog of Del Sozou, Artist & dreamer.

Simple webserver

1 February 2019 @ 9:49 am

The SimpleHTTPServer module can be used in the following manner in order to set up a very basic web server serving files relative to the current directory. import SimpleHTTPServer import SocketServer PORT = 8000 Handler = SimpleHTTPServer.SimpleHTTPRequestHandler httpd = SocketServer.TCPServer(("", PORT), Handler) print "serving at port", PORT httpd.serve_forever() The SimpleHTTPServer module can also be invoked … Continue reading "Simple webserver" The post Simple webserver appeared first on .

Webtrees Ubuntu Server

1 January 2019 @ 1:31 pm

Install MySQL sudo apt install mysql-server sudo mysql create user 'webtrees'@'localhost' identified by 'webtrees12345'; create database WEBTREES character set UTF8; grant all privileges on WEBTREES.* to 'webtrees'@'localhost'; exit Test DB – login with user webtrees mysql -u webtrees --password=webtrees12345 Install Apache sudo apt install apache2 sudo apt install php7.2 libapache2-mod-php7.2 php-mysql sudo apt install php-curl … Continue reading "Webtrees Ubuntu Server" The post Webtrees Ubuntu Server appeared first on .

Tomorrow’s World – 1984

20 December 2018 @ 8:34 pm

BBC1 Tomorrow’s World – 1984 – GOLD https://youtu.be/TXr8E37ClF8?t=529 The post Tomorrow’s World – 1984 appeared first on .

The Best of Peter O’Hanraha-hanrahan

18 December 2018 @ 8:20 pm

The Day Today The post The Best of Peter O’Hanraha-hanrahan appeared first on .

Commodore 64 Games Emulator

10 October 2018 @ 4:19 pm

C64 Emulator online https://archive.org/details/softwarelibrary_c64?and%5B%5D=emulator%3Avice-resid The post Commodore 64 Games Emulator appeared first on .

Zika tutorial

25 September 2018 @ 6:02 pm

Following on from the zika install Get the NextStrain zika tutorial | https://github.com/nextstrain/zika-tutorial git clone https://github.com/nextstrain/zika-tutorial.git cd zika-tutorial Prepare the Sequences A Nextstrain build typically starts with a collection of pathogen sequences in a single FASTA file and a corresponding table of metadata describing those sequences in a tab-delimited text file. For this tutorial, we … Continue reading "Zika tutorial" The post Zika tutorial appeared first on .

Ubuntu Kill Window

24 September 2018 @ 11:08 am

Ctrl+Alt+Esc This gives a skull cursor. Position it on the application window and click. Program is killed. The post Ubuntu Kill Window appeared first on .

Datatables

20 September 2018 @ 8:13 am

JQuery Datatables Hints and Tips Save state (add to options) stateSave: true Add saved search keyword // Restore state of global search var state = ExtendedTable.state.loaded(); if ( state ) { console.log("state", state); $("#SearchBox").val(state.search.search); }; Update clear button with active state if(($('#SearchBox').length && $('#SearchBox').val().length)) { $("#clearFilter").addClass("active"); } else { $("#clearFilter").removeClass("active"); }; Update filter dropdowns inside … Continue reading "Datatables" The post Datatables appeared first on .

Hellsystem – Afraid

17 September 2018 @ 9:45 pm

The post Hellsystem – Afraid appeared first on .

Hiromi The Trio Project performing “Alive” (Live in the Studio)

17 September 2018 @ 9:37 pm

The post Hiromi The Trio Project performing “Alive” (Live in the Studio) appeared first on .