Tuesday, April 4, 2017
GIGABYTE Brix BXBT 2807 Compact PC Unboxing and Linux Installation
GIGABYTE Brix BXBT 2807 Compact PC Unboxing and Linux Installation
I came across a pretty hands on review of the Brix 2807 compact PC and thought it would be a an interesting one for you to check out. THe reviewer goes into a lot of detail, pulls the Brix PC apart to talk about whats inside and installs Linux and does some video tests. Very informative!
Available link for download
Sunday, March 5, 2017
How To Get Flash And H 264 To Work In Vivaldi Browser Ubuntu Linux Mint
How To Get Flash And H 264 To Work In Vivaldi Browser Ubuntu Linux Mint
Get Vivaldi browser to support H.264
![]() |
| Before installing "chromium-codecs-ffmpeg-extra" |
![]() |
| After installing "chromium-codecs-ffmpeg-extra" |
sudo apt-get install chromium-codecs-ffmpeg-extraAnd restart Vivaldi.
Get Adobe Flash working in Vivaldi Browser

The package is available in Ubuntu 14.04, 15.04, 14.10 and 16.04 / Linux Mint 17.x and derivatives and you can install it by using the following command:
sudo apt-get install pepperflashplugin-nonfreeThen restart Vivaldi. Thats it!
Extra tip:
Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.
Available link for download
Saturday, March 4, 2017
Gh22ns40 Driver Linux
Gh22ns40 Driver Linux
Here you can download gh22ns40 driver linux for Windows. Its 100% safe, uploaded from safe source and passed AVG virus scan!
Driver Info:
File name: gh22ns40_drv-linux.zip
Driver version: 2.2.9
File size: 6 910 KB
OS: Win XP, Win Vista, Windows 7, Windows 8
Upload source: other website
Available link for download
Friday, February 17, 2017
How To Change The Mouse Scroll Wheel Speed In Linux Using imwheel Quick Tip
How To Change The Mouse Scroll Wheel Speed In Linux Using imwheel Quick Tip

sudo apt-get install imwheelgedit ~/.imwheelrcAnd in this file, paste the following:
".*"
None, Up, Button4, 3
None, Down, Button5, 3
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L, Up, Shift_L|Button4
Shift_L, Down, Shift_L|Button5And finally, the last 4 lines in the code above are there to allow Ctrl / Shift with mouse scroll wheel up / down to work (for instance, to allow zooming in on a webpage in the web browser, etc.), which is the default behaviour.
imwheel -b "4 5"... and the back / forward buttons should work (thanks to biohazara for the tip!).- this will most probably not fix issues such as very fast scrolling, if you encounter such an issue, you can try unplugging and then plugging the mouse back (from what Ive read, that seems to solve the issue in most cases);
- if you only want to change the scroll wheel speed in Firefox and Chrome, you can do this from within the app or using an extension: Firefox | Chrome, etc.
Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.
Available link for download
Sunday, January 29, 2017
How To Download YouTube Video As Mp3 in Windows Mac Linux IOS Android Symbian or Any Other Platform
How To Download YouTube Video As Mp3 in Windows Mac Linux IOS Android Symbian or Any Other Platform
As all we know YouTube is the largest video sharing website where uploads many movies, songs, etc. in every instant. You may watch many songs on YouTube and may wish to save it for listening later. To download YouTube videos there are many third party softwares available for every platform and most of the apps are capable of saving to video formats only. If you download a song, it could be better if it gets as mp3 format which saves our Smartphone battery more than video playback.In this post I included the instruction to download YouTube video as mp3 without installing any third party apps. There are many websites does it, but I prefer video2mp3.net because of many reasons.
video2mp3.net is one of the best rated YouTube to mp3 converting website, which allow us to convert unlimited number of YouTube videos to mp3 without losing any quality. The websites responsive interface makes the browsing faster and simpler in both PC and mobile devices.
How To convert Youtube Video to Mp3 File ?
1. Copy the prefered video URL2. Go to www.video2mp3.net
3. Paste the youtube video URL in the convert box and click convert
( Wait till it finish conversion...after conversion it will generate a download link of mp3 file)
5. Finally Click on Download your MP3 file
Thats it...
Available link for download
Thursday, January 26, 2017
How To Get A Unity Like HUD Searchable Menu In Xubuntu Ubuntu MATE Linux Mint More
How To Get A Unity Like HUD Searchable Menu In Xubuntu Ubuntu MATE Linux Mint More


i3-hud-menu works with GTK2, GTK3 (but not client-side decorated apps) and Qt4 applications.
Important: issues and limitations
i3-hud-menu has quite a few issues / limitations but I decided to post an article about it anyway since some of you might still find it useful.
Also, Im hoping someone reading this article might be able to fix or at least come up with some workarounds for some of the issues below. If you do, please let us know in the comments!
i3-hud-menu limitations / issues:
- it doesnt work with client-side decorated applications;
- it doesnt work with Firefox or Thunderbird;
- it doesnt work with Qt5 apps (make sure appmenu-qt5 and libdbusmenu-qt5 are not installed or else you wont have a menu for Qt5 apps, such as VLC in Ubuntu 16.04 - if you do install those packages, you can use the menu via i3-hud-menu, but the actual menu wont be visible in the application);
- using it, LibreOffice no longer has a menu if the "libreoffice-gtk" package is installed - this package is used for GTK+ integration (though using i3-hud-menu, you can search the menu, but actually using the menu items doesnt work for some reason);
- to get i3-hud-menu to work with Java swing applications, youll need JAyatana;
- probably more.
It appears that the LibreOffice and the Qt5 applications issue occur because "APPMENU_DISPLAY_BOTH=1" is not respected. Furthermore, using "UBUNTU_MENUPROXY=" (for example, using "UBUNTU_MENUPROXY= libreoffice --writer") or blacklisting it via Dconf Editor (com > canonical > unity-gtk-module > blacklist) doesnt get the LibreOffice menu to show up.
On Arch Linux (possibly in other Linux distributions as well), which requires the unity-gtk-module-standalone-bzr package, you need to run the following command (or change this via Dconf Editor: com > canonical > unity-gtk-module, set gtk2-shell-shows-menubar to "false") and reboot to ensure that menus are displayed in GTK applications:
gsettings set com.canonical.unity-gtk-module gtk2-shell-shows-menubar falseInstall and configure i3-hud-menu
sudo apt install python3 python-dbus dmenu appmenu-qt unity-gtk2-module unity-gtk3-module wget2. Download and install i3-hud-menu
To download and install J.A. McNaughtons i3-hud-menu fork from the command line, use the following commands:
cd /tmp
wget https://github.com/jamcnaughton/i3-hud-menu/archive/master.tar.gz
tar -xvf master.tar.gz
sudo mkdir -p /opt/i3-hud-menu
sudo cp -r i3-hud-menu-master/* /opt/i3-hud-menu/If you want to install it yourself, grab the code from GitHub (but note that the instructions below assume that youve installed i3-hud-menu in /opt/i3-hud-menu/)
3. Load the Unity gtk module
export APPMENU_DISPLAY_BOTH=1
if [ -n "$GTK_MODULES" ]
then
GTK_MODULES="$GTK_MODULES:unity-gtk-module"
else
GTK_MODULES="unity-gtk-module"
fi
if [ -z "$UBUNTU_MENUPROXY" ]
then
UBUNTU_MENUPROXY=1
fi
export GTK_MODULES
export UBUNTU_MENUPROXY... and save the file.If after completing all the steps below, i3-hud-menu doesnt work, you can try to paste the lines above in ~/.bashrc instead of ~/.profile.
4. Add i3-appmenu-service.py to startup
The next step is to add i3-appmenu-service.py to the system startup. If youve installed i3-hud-menu using the commands above, this file should be located in /opt/i3-hud-menu/
Xubuntu: To add i3-appmenu-service.py to startup, launch Session and Startup from the menu / System Settings, and on the "Application Autostart" tab click "Add", enter "i3 menu service" under "Name", and "/opt/i3-hud-menu/i3-appmenu-service.py" (without the quotes) under "Command":

Ubuntu MATE: launch Control Center and open Startup Applications, click "Add", use "i3 menu service" under "Name", and "/opt/i3-hud-menu/i3-appmenu-service.py" (without the quotes) under "Command", and click "Add":

Linux Mint (Cinnamon): launch Startup Applications from the menu, click Add > Custom Command, use "i3 menu service" under "Name", and "/opt/i3-hud-menu/i3-appmenu-service.py" (without the quotes) under "Command", and click "Add":

5. Assign a keyboard shortcut to i3-hud-menu.py
The keyboard shortcut you assign to i3-hud-menu.py will be used to open i3-hud-menu and search through an applications menu. Heres how to configure it in some Ubuntu flavors and Linux Mint (Cinnamon).
Xubuntu: open "Keyboard" from the menu / System Settings, and on the "Application Shortcuts" tab, click "Add". Use "/opt/i3-hud-menu/i3-hud-menu.py" (without the quotes; if youve installed i3-hud-menu to a different location, make sure you use the correct path) for the command, click "OK:

... and assign it a keyboard shortcut:

Ubuntu MATE: from Control Center open Keyboard Shortcuts, click "Add", under "Name" enter "i3-hud-menu" (without the quotes), and use "/opt/i3-hud-menu/i3-hud-menu.py" (without the quotes; if youve installed i3-hud-menu to a different location, make sure you use the correct path) for "Command":

Linux Mint (Cinnamon): launch Keyboard from the menu, click "Add custom shortcut", enter "i3-hud-menu" (without the quotes) under "Name", "/opt/i3-hud-menu/i3-hud-menu.py" (without the quotes; if youve installed i3-hud-menu to a different location, make sure you use the correct path) under "Command" and click "Add":

... and assign it a keyboard shortcut.
via / further reference:
- Reddit (thanks to JaZoray)
- jamcnaughton.com
Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.
Available link for download
Saturday, January 21, 2017
How to Install Bluegriffon on linux backbox ubuntu and more
How to Install Bluegriffon on linux backbox ubuntu and more

Now Comback with me localtechno, this time i will show you How to Install Bluegriffon on linux | backbox | ubuntu and more
what is bluegriffon : BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox, its a modern and robust solution to edit Web pages in conformance to the latest Web Standards.
Very simple , first you have to do is BlueGriffon download Here
choose according to the type of your os, then run the terminal and type sudo nautilus after a window open on linux it is time to do BlueGriffon extract files that you have downloaded earlier, going up in place where the results extracted earlier , but localtechno advised to put in the directory /opt/
After all is done then just run it by going to the directory /opt/bluegriffon with cd /opt/bluegriffon then press enter after this run with code :
root@1nspiron:/opt/bluegriffon#./bluegriffon and press enter


You can also create a shortcut or launcher for that application.
has it all. once very simple and may be useful "thanks for coming" ^ _ ^
Available link for download
Thursday, December 29, 2016
Hamachi Linux GUI Haguichi 1 3 0 Released With New UI
Hamachi Linux GUI Haguichi 1 3 0 Released With New UI
![]() | ![]() |

Other changes in Haguichi 1.3.0:
- added short text to empty network list on how to add a network;
- added symbolic application and panel icons for adwaita-icon-theme;
- commands that dont actually exist are not shown as member action any more;
- unicode characters are now used for ellipsis and quotation marks;
- changed autostart .desktop file installation path back to /usr/etc/xdg/autostart;
- dropped support for Hamachi version 2.1.0.81 and older;
- removed deprecated status icon;
- updated translations.
Install Haguichi in Ubuntu or Linux Mint via PPA
sudo add-apt-repository ppa:webupd8team/haguichi
sudo apt-get update
sudo apt-get install haguichi- for Ubuntu 15.04 and newer:
sudo apt-get install haguichi-indicator- for Ubuntu 14.04 or 12.04:sudo apt-get install haguichi-appindicatorReport any bugs you may find @ Launchpad.
Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.
Available link for download
Thursday, October 20, 2016
How to resolve the problem blank layout design on Netbiens for linux
How to resolve the problem blank layout design on Netbiens for linux


1. The terminal you need to log in as root and type in the terminal as the No. 2
2. /usr/bin/netbeans -cp:a /usr/share/java/xercesImpl.jar
Available link for download



