Google translate behaving strangely.

The Google translate service is behaving strangely when attempting to translate from Mongolian to English. I entered this into the Mongolian field and got strange output. This is very strange… эээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээlogin friend (david smith):(password01)эээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээээlogin friend (david smith):(password01) ‘s Friends (david smith): (password01)’ s Contact Settings You have to login to add a translation.’s Friends (david … Read more

Outstanding Linux bug still not fixed after 13 years. We need to address this now.

There is still a very old Linux bug that has still not been fixed. Microsoft has a dominating market share. This is an Ubuntu bug reported by Mark Shuttleworth in 2004 and has still not been fixed. Ubuntu is getting better though. Ubuntu 17.10 will have Wayland and Gnome 3.26 by default and have better … Read more

A variant of the shellshock bug that still works with the bash 4.3.11 shell.

This is a variant of the shellshock bug for bash that still works on a patched system. I am using Ubuntu 14.04 and this still works for me. env VAR1=’me() {echo "hello"}\ ‘ /bin/touch /home/$LOGNAME/my.textenv VAR1=’me() {echo "hello"}\ ‘ /bin/touch /home/$LOGNAME/my.text So you can still put arbitrary content after the function definition in a bash … Read more

Shellshock bug a wake up call for all Linux users, but not the end of the world.

The shellshock bug for Linux is a wake up call for all Linux administrators and home users, but this is not the end of the world. The Linux distribution developers will issue patches very soon after a leak of a bug like this. There is not going to be a massive catastrophe that the media … Read more

Check if you are vulnerable to the shellshock bug. This is an easy way to find out.

A vulnerable cygwin shell. Using the shellshock vulnerability to run ls in cygwin. Homer@bejiitas ~ $ x='() { :;}; `/bin/ls -hula`’ bash -c : bash: total 53K drwxrwxr-x+ 1 Homer Homer 0 Sep 26 18:38 . drwxrwxrwt+ 1 Homer Homer 0 Sep 26 2013 .. -rw-rw—- 1 Homer Homer 222 Sep 26 2013 .bash_history -rwxrwxr-x … Read more

How to fix an annoying dependency issue when updating Fedora 19.

I ran yum-update on my Fedora 19 installation today and I got this error. root@neo homer# yum update Loaded plugins: fastestmirror, langpacks, refresh-packagekit Loading mirror speeds from cached hostfile * rpmfusion-free: rpmfusion.mirror.uber.com.au * rpmfusion-free-debuginfo: rpmfusion.mirror.uber.com.au * rpmfusion-free-source: rpmfusion.mirror.uber.com.au * rpmfusion-free-updates: rpmfusion.mirror.uber.com.au * rpmfusion-free-updates-debuginfo: rpmfusion.mirror.uber.com.au * rpmfusion-free-updates-source: rpmfusion.mirror.uber.com.au * rpmfusion-nonfree: rpmfusion.mirror.uber.com.au * rpmfusion-nonfree-debuginfo: rpmfusion.mirror.uber.com.au * rpmfusion-nonfree-source: … Read more

Annoying feature of the Dolphin file manager versus the Nautilus option.

The Dolphin file manager in Kubuntu 12.10 mounts drives when they are clicked by their name under the /media folder; but when you do this with the Nautilus file manager in Unity they are mounted under the /media/john folder. This is annoying when you want to play your music and the playlist in Audacious points … Read more