Tag: tech:yes
-
Command Line in Windows
Command line on Windows (10+) nowadays doesn’t have to be only PuTTY to a remote Linux machine. In fact many Linux concepts were incorporated on Windows. Windows Subsystem for Linux First, activate WSL. Since I enjoy using Fedora, and not Ubuntu, this guide by Jonathan Bowman has helped me to set WSL exactly as I…
-
Jupyter and Data Science on a Mac (without Anaconda)
macOS Catalina doesn’t ship with Python 3, only 2. But you can still get 3 from Apple, updated regularly through system’s official update methods. You don’t need to get the awful Anaconda on you Mac to play with Python. Python 3 is shipped by Xcode Command Line Tools. To get it installed (without the heavy…
-
Escolha Python como sua próxima linguagem de programação
Se você está numa encruzilhada para escolher uma linguagem de computador para aprender a programar, escolha Python.
-
Jupyter Notebook on Fedora with official packages and SSL
Jupyter Notebooks are the elegant way that Data Scientists work and all software needed to run them are already pre-packaged on Fedora (and any other Linux distribution). It is encouraged to use your distribution’s packaging infrastructure to install Python packages.
-
Active BitTorrent trackers
Here is a curated list of active, responsive and valid BitTorrent trackers. Add them to the list of trackers of your torrents to increase your chance of finding peers and improve download speed.
-
Advanced Multimedia on the Linux Command Line
There was a time that Apple macOS was the best platform to handle multimedia (audio, image, video). This might be still true in the GUI space. But Linux presents a much wider range of possibilities when you go to the command line.
-
Docker on Bluemix with automated full-stack deploys and delivery pipelines
How to use Docker on Bluemix, complete with full-stack deployments, delivery pipeline, VCAP_SERVICES etc.
-
WordPress on Fedora with RPM, DNF/YUM
WordPress is packaged for Fedora and can be installed as a regular RPM (with DNF/YUM). The benefits of this method are that you don’t need to mess around with configuration files, filesystem permissions and since everything is pre-packaged to work together, additional configurations are minimal. At the end of this 3 minutes tutorial, you’ll get a…
-
Using super high resolutions on MacBook and Apple Retina displays
Retina display is by far the best feature on MacBook Pros. The hardware has 3360×2100 pixels (13″ model) but Apple System Preferences app won’t let you reach that high.
-
Microsoft Windows na plataforma Power com KVM e QEMU
Com o lançamento de KVM para Power se aproximando no horizonte, tem se falado muito sobre rodar o Microsoft Windows em Power. Só uma rápida retrospectiva, KVM é a tecnologia do Kernel do Linux que permite rodar máquinas virtuais de forma muito eficiente. E o QEMU é o software que emula diversos aspectos de um…