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 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 .