Blog

Videos in Chrome featured image

Videos in Chrome

To watch videos directly from Google Chromium, just install the gecko-mediaplayer plugin: sudo pacman -S gecko-mediaplayer

avatar
Julio Batista Silva
Shell Script - block comment featured image

Shell Script - block comment

In Shell script, we can comment line by line using #. It works similarly to // in C++ and identically to # in Python: # Commented line 1 # Commented line 2 Code # Half commented …

avatar
Julio Batista Silva
Sync iPhone and Google featured image

Sync iPhone and Google

I used to sync my iPhone through iTunes, but that’s not good. First, because I don’t like iTunes, second, because it doesn’t run natively here; wine and VMs are just workarounds.

avatar
Julio Batista Silva
Email Change featured image

Email Change

I decided to change my email accounts from Gmail and Hotmail to a simpler Gmail account with addresses on my own domain (<juliobs.com>). Importing all contacts is a simple task, …

avatar
Julio Batista Silva
Printing: CUPS featured image

Printing: CUPS

CUPS is an open-source printing system maintained by Apple and is probably the simplest for Unix-like systems. With CUPS, adding and sharing printers over the network becomes a …

avatar
Julio Batista Silva
Subsonic featured image

Subsonic

Nowadays I use Jellyfin and Plex Subsonic is an open source media server capable of streaming your entire music and video library to any phone or computer connected to the …

avatar
Julio Batista Silva
Recover Grub featured image

Recover Grub

I installed Windows 7 on my old laptop, which already had Ubuntu installed. As expected, I lost the boot manager (Grub2). Boot from an Ubuntu live CD. In a previous post I …

avatar
Julio Batista Silva
Ubuntu Live USB featured image

Ubuntu Live USB

I bought a Vantec NexStar CX case to use a 2.5" HDD as an external drive. Since the HDD has plenty of space and I always need a Linux Live CD to fix something, I decided to install …

avatar
Julio Batista Silva
Microsoft Keyboard featured image

Microsoft Keyboard

Keyboard I bought a wireless keyboard Microsoft 6000 v3.0, which has several multimedia keys and follows the British standard layout. Getting used to the UK layout is not a big …

avatar
Julio Batista Silva
Undelete featured image

Undelete

Today I deleted some files from my external hard drive, which is formatted in ext4, and realized that I had selected the wrong files. But luckily, I know a few things about file …

avatar
Julio Batista Silva