GNOME y GIMP reciben una donación de 400.000 dólares de Handshake – Maslinux
http://maslinux.es/gnome-y-gimp-reciben-400-000-dolares-de-handshake/
http://maslinux.es/gnome-y-gimp-reciben-400-000-dolares-de-handshake/
maslinux.es
GNOME y GIMP reciben una donación de 400.000 dólares de Handshake
La organización Handshake ha donado 10.2 millones de dólares estadounidenses que han recaudado de varios
Basic Vim Commands Every Linux User Must Know [With Cheat Sheet]
https://linuxhandbook.com/basic-vim-commands/
https://linuxhandbook.com/basic-vim-commands/
Linux Handbook
Basic Vim Commands Every Linux User Must Know [With PDF Cheat Sheet]
A comprehensive guide explaining basic vim commands that will be useful to any Linux user be it a sysadmin or a developer.
pCloud Drive: servicio de almacenamiento en la nube multiplataforma
https://blog.desdelinux.net/pcloud-drive-servicio-de-almacenamiento-en-la-nube-multiplataforma/
https://blog.desdelinux.net/pcloud-drive-servicio-de-almacenamiento-en-la-nube-multiplataforma/
Desde Linux
pCloud Drive: servicio de almacenamiento en la nube multiplataforma
PCloud Drive es un servicio de almacenamiento en la nube personal de multiplataforma que se puede acceder a través de cualquier navegador Web.
Cómo mejorar la autonomía de un portátil con Linux » MuyLinux
https://www.muylinux.com/2018/08/03/mejorar-autonomia-bateria-linux/
https://www.muylinux.com/2018/08/03/mejorar-autonomia-bateria-linux/
MuyLinux
Cómo mejorar la autonomía de un portátil con Linux
¿Te preocupa la autonomía de tu portátil debido a que usas GNU/Linux? Te damos una serie de consejos para aumentar la duración de la batería.
Free Video Editing Software VidCutter (v6.0) for Ubuntu Linux | UbuntuPIT
https://www.ubuntupit.com/free-video-editing-software-vidcutter-for-ubuntu-linux/
https://www.ubuntupit.com/free-video-editing-software-vidcutter-for-ubuntu-linux/
UbuntuPIT
Free Video Editing Software VidCutter for Ubuntu Linux
VidCutter is a free, open source and cross-platform video cutting software for Linux. It's a simple to use, lightweight yet powerful video editing app.
Elementary OS recibe también una gran donación anónima – Maslinux
http://maslinux.es/elementary-os-recibe-tambien-una-gran-donacion-anonima/
http://maslinux.es/elementary-os-recibe-tambien-una-gran-donacion-anonima/
maslinux.es
Elementary OS recibe también una gran donación anónima
El proyecto GNOME recibió recientemente una donación de un millón de dólares de un benefactor
¿Sabias que uno de los mejores softwares de grabación y streaming es Open Source? Open Broadcaster Software (OBS) es su nombre | LiGNUx.com
https://lignux.com/sabias-que-uno-de-los-mejores-softwares-de-grabacion-y-streaming-es-open-source-open-broadcaster-software-obs-es-su-nombre/
https://lignux.com/sabias-que-uno-de-los-mejores-softwares-de-grabacion-y-streaming-es-open-source-open-broadcaster-software-obs-es-su-nombre/
LiGNUx
¿Sabias que uno de los mejores softwares de grabación y streaming es Open Source? Open Broadcaster Software (OBS) es su nombre…
¿Sabias que uno de los mejores softwares de grabación y streaming es Open Source? Open Broadcaster Software (OBS) es su nombre. Es uno de los programas más usados para realizar grabaciones o trasmisiones de video por internet (streaming), se usa tanto para…
VNote: Una aplicación Markdown para tomar notas inspirada en Vim.
https://blog.desdelinux.net/vnote-una-aplicacion-markdown-para-tomar-notas-inspirada-en-vim/
https://blog.desdelinux.net/vnote-una-aplicacion-markdown-para-tomar-notas-inspirada-en-vim/
Desde Linux
VNote: Una aplicación Markdown para tomar notas inspirada en Vim.
VNote es una aplicación gratuita y de código abierto escrita en QT y diseñada para tomar notas basadas especialmente para Markdown
CPU-X: muestra información sobre la CPU, motherboard y más
https://www.linuxadictos.com/cpu-x-muestra-informacion-sobre-la-cpu-motherboard-y-mas.html
https://www.linuxadictos.com/cpu-x-muestra-informacion-sobre-la-cpu-motherboard-y-mas.html
Linux Adictos
CPU-X: muestra información sobre la CPU, motherboard y más
CPU-X es un programa que nos permiten conocer la información básica sobre el ordenador y nuestro sistema (CPU, memoria caché, placa base, sistema operativo)
Beginning C++ Programming by Richard Grimes
--------------------
C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve.
The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression.
The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library.
Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation and polymorphism.
------------------
2017 | Inglés | PDF | 516 páginas | 4,58 MB
--------------------
C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve.
The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression.
The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library.
Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation and polymorphism.
------------------
2017 | Inglés | PDF | 516 páginas | 4,58 MB
Comunicación: Plataformas para Sistemas Operativos GNU/Linux
https://blog.desdelinux.net/plataformas-comunicacion-gnu-linux/
https://blog.desdelinux.net/plataformas-comunicacion-gnu-linux/
Desde Linux
Comunicación: Plataformas para Sistemas Operativos GNU/Linux
El uso de los medios de redes sociales o grupos de interés exigen el uso apropiado de aplicaciones que permitan una mejor gestión de la Comunicación.
QOwnNotes: editor de texto con soporte para sincronización con servicios en la nube
https://blog.desdelinux.net/qownnotes-editor-de-texto-con-soporte-para-sincronizacion-con-servicios-en-la-nube/
https://blog.desdelinux.net/qownnotes-editor-de-texto-con-soporte-para-sincronizacion-con-servicios-en-la-nube/
Desde Linux
QOwnNotes: editor de texto con soporte para sincronización con servicios en la nube
QOwnNotes es un editor de texto gratuito, multiplataforma y de código abierto, este editor cuenta con soporte para Markdown e incluye el soporte de cifrado
Calibre una aplicación para organizar y leer tus libros electrónicos en Linux
https://www.linuxadictos.com/calibre-una-aplicacion-para-organizar-y-leer-tus-libros-electronicos-en-linux.html
https://www.linuxadictos.com/calibre-una-aplicacion-para-organizar-y-leer-tus-libros-electronicos-en-linux.html
Linux Adictos
Calibre una aplicación para organizar y leer tus libros electrónicos en Linux
Calibre es un gestor y organizador de libros electrónicos gratuito, que permite la conversión de numerosos formatos de archivos para libros electrónicos.
Linux or Windows: 25 Things You Must Know While Choosing The Best Platform
https://www.ubuntupit.com/linux-or-windows-25-things-you-must-know-while-choosing-the-best-platform/
https://www.ubuntupit.com/linux-or-windows-25-things-you-must-know-while-choosing-the-best-platform/
UbuntuPIT
Linux or Windows: 25 Things To Know While Choosing The Best Platform
Linux or Windows; Which one is the better platform for you? This query may start an ever ending discussion; is a complicated and challenging as well.
Gnome Shell: l'estensione YouTube Search Provider porta YouTube su VLC - Lffl.org
https://www.lffl.org/2018/08/gnome-shell-youtube-search-provider.html
https://www.lffl.org/2018/08/gnome-shell-youtube-search-provider.html
Lffl.org
Gnome Shell: l'estensione YouTube Search Provider porta YouTube su VLC - Lffl.org
YouTube Search Provider è una nuova estensione per Gnome Shell che può essere usata per cercare video su YouTube direttamente da Gnome Shell Activities.
Resumen semanal: Reborn OS, donaciones, distrochooser y otros temas (Podcast) – Maslinux
http://maslinux.es/resumen-semanal-reborn-os-donaciones-distrochooser-y-otros-temas-podcast/
http://maslinux.es/resumen-semanal-reborn-os-donaciones-distrochooser-y-otros-temas-podcast/
Maslinux
Resumen semanal: Reborn OS, donaciones, distrochooser y otros temas (Podcast)
Esta semana que pasa ha sido bastante movida con una serie de artículos interesantes (y muy visitados, por cierto), como la aparición en la escena gnulinuxera de una espléndida distribución, Reborn OS, ciertas donaciones a
Tutorial para instalar la versión de mantenimiento del Kernel Linux 4.17.12 | LiGNUx.com
https://lignux.com/tutorial-para-instalar-la-version-de-mantenimiento-del-kernel-linux-4-17-12/
https://lignux.com/tutorial-para-instalar-la-version-de-mantenimiento-del-kernel-linux-4-17-12/
LiGNUx
Tutorial para instalar la versión de mantenimiento del Kernel Linux 4.17.12 | LiGNUx.com
Ayer mismo se publico la doceava versión de mantenimiento del kernel 4.17, siendo esta la 4.17.12, la cual explicaremos como instalar en su versión normal y la de baja latencia. Información útil: ¿Qué es y para que se usa el Kernel de baja latencia? (lowlatency)…
5 Buenos juegos de GNU/Linux para jugar en 2018 – Maslinux
http://maslinux.es/5-buenos-juegos-de-gnu-linux-para-jugar-en-2018/
http://maslinux.es/5-buenos-juegos-de-gnu-linux-para-jugar-en-2018/
Maslinux
5 Buenos juegos de GNU/Linux para jugar en 2018
Puede que Linux no se establezca como la plataforma elegida por el jugador a corto plazo -la falta de éxito de Steam parece un recordatorio conmovedor de eso- pero eso no significa que la plataforma