Sunday, March 07, 2021

Nuevo dominio para mi Blog.

Nuevo dominio para mi Blog.

Hola amigos,

Después de algún tiempo ya, he decidido conectar mi Blog con mi dominio. Aquí les dejo los pasos para hacerlo Set up a custom domain with google.com. Están en ingles, si necesitan ayuda, pues no dejes de escribirme.


Saludos

Daniel

Monday, March 01, 2021

How to install Eclipse IDE for C/C++ Developers on Mac OS Big Sur

 How to install Eclipse IDE for C/C++ Developers on Mac OS Big Sur

Hi friends, as a part of one of my College classes our professor asked us to install Eclipse IDE for C/C++ Developershere are the steps I followed. If you have comments or questions, please let me know. Thanks.


How I installed Eclipse on Mac OS Big Sur


Steps:

1. Went to google.com and search for “eclipse for Mac OS”

2. Clicked on https://www.eclipse.org/downloads/packages/

3. Click also in this tutorial: https://beginnersbook.com/2016/04/how-to-install-eclipse-on-mac-os-x/

4. I chose under Download option macOS x86_64

5. I opened this file eclipse-inst-jre-mac64.dmg (Installation file for Mac OS)

6. Double click on the file and followed installation process.

Th@nks,

Daniel

Tip: I have the photos for this process. If you are interested, I can convert it in a pdf file and posted here. Don't be shy, ask. :-)

Sunday, February 21, 2021

Como instalar Koha, Sistema Integrado para Bibliotecas en Debian GNU/Linux 10 Buster

Hol@ amigos,


He estado configurando el Koha en Debian GNU/Linux 10 Buster , a peticion de unos amigos. Pronto les compartire el articulo completo.


Basado en el articulo de Henry Vallejo Instalacion de Koha en Debian 9

Wednesday, January 13, 2021

How to use ABCD Integrated Library System in Windows 10

 Hi colleagues, friends and more

I have been testing ABCD version 2.2. I will post my findings in few days. Keep tune.

Daniel

Friday, November 06, 2020

The easiest way to install server streaming at home using Debian GNU/Linux 10 "Buster"


Intro

Software needed 

We are using Debian Gnu/Linux www.debian.org with Apache server.

We are going to use VLC Media player to play the videos on the server.


How to do it

First Install Debian GNU/Linux on your PC.

Second Install Apache Server

apt-get install apache2

Create a folder under /var/www/html/

For this example I created a folder called “videos”


Under the folder “videos” I created sub-folders for each specific movie. For this example I used the movie: Spiderman

After creating your folders

Open your preferred Internet Browser

Type the IP of your Apache server, in my case:

http://192.168.1.35

locate the folder of your movie, in our case Spiderman, that is inside “videos”

After Open VLC

Click en Media

Click in Open Network Stream


Paste the IP of you movie and click Play

Tip: You can open Network Stream with this combination of TECLAS (CTRL + N) 



What to do next

If you prefer you can:

Configure DNS using Bind, if you would like to navigate Apache

Server with an internal domain.


Quick Links

Server Streaming


I hope you like it.

Any comments, suggestions, please contact me.

Thanks

Danny