Category: Linux

  • Running Ubuntu full-screen in Virtualbox

    Running Ubuntu full-screen in Virtualbox

    Install Ubuntu in Virtualbox. It’s not directly possible to run Native full-screen resolution. Follow the next steps to solve this problem: Select from ‘Devices’ in the titlebar the option ‘Guest additions’. Reboot the virtual machine. Press the host-key (by default right-CTRL) and F simultainously. The screen turns full-screen Ubuntu in native resolution.

  • SSH port change

    SSH port change

    Ubuntu / Debian Open the SSH configuration file with your favorite text editor and find the lines that specifies the SSH port. nano /etc/ssh/sshd_config Default value: #Port 22 Uncomment the relevant line by removing the # sign and change the default port 22 to the one that you want to use. In this article we…

  • OpenVPN Client installation in Ubuntu

    Open the terminal. Update the software repositories and install the network manager. $ sudo apt-get update $ sudo apt-get install network-manager-openvpn Copy your VPN files  (*.ovpn and certificate files) to a known location on your computer. Open network connections. Edit connections Load configuration Select your  *.ovpn file.

  • Bookmark network share

    Open nautilus explorer. Go to network → Connect to server. Enter path, for example: smb://192.168.0.10 Enter username, domain and password. Rename the bookmark as you wish with right-click → rename.

  • Keepass for Ubuntu

    Add the repository to the software centre. The standard version in software centre is old. ppa:jtaylor/keepass Search for ‘KeepassX’ and install. Auto fill-in By default, you can’t fill in the user credantials automatically. To make this possible, you have to install another program called ‘xdotool’. $ sudo apt-get install xdotool

  • Ubuntu 14.04 default brightness

    Laptop users still have the backlight issue in Ubuntu 14.04. Every time Ubuntu boots up you get the maximum level of screen brightness. Here’s a workaround by adding a startup script which will automatically adjust screen brightness when Ubuntu boots up. To get started: Preparation: Open your file browser and navigate to “Computer→ sys →…

  • ClamAV installation

    ClamAV is by default installed in Ubuntu. You want to be sure that you have the latest version and update. Clamav will sometimes have trouble downloading updates for some reason or another. I’ll show you how to fix this in Ubuntu Linux! First, stop clamav and freshclam: $ sudo /etc/init.d/clamav-daemon stop $ sudo /etc/init.d/clamav-freshclam stop…

  • Chirp installation in Ubuntu

    CHIRP is a free, open-source tool for programming your amateur radio. It supports a large number of manufacturers and models, as well as provides a way to interface with multiple data sources and formats. This is super quick and easy if you’re running a reasonably new version of Ubuntu. Simply run the following in a…

  • Canon printer and scanner in Ubuntu

    Canon Printer Driver & ScanGear MP For Ubuntu 14.04 December 5, 2014 Canon scangear for Ubuntu 14.04 Below devices are supported: bjf9000, bjf900, bjs300, bjs500, bjs700 series e500, e510, e600, e610 series i250, i255, i550, i560, i850, i860, i950, i990 series ip100, ip1800, ip1900, ip2200, ip2500, ip2600, ip2700, ip3000, ip3300, ip3500, ip3600, ip4000, ip4200, ip4300,…

  • Installation Cadsoft Eagle for Ubuntu

    *** Warning, 64-bit is not supported by Ubuntu. Please install the 32-bit version. *** Start by updating all the libraries sudo apt-get update Install Missing 32-bit Libraries sudo apt-get install libxrender1:i386 libxrandr2:i386 libxcursor1:i386 libfreetype6:i386 libfontconfig1:i386 libxext6:i386 libx11-6:i386 libxi6:i386 libssl1.0.0:i386 libstdc++6:i386 libgcc1:i386 libc6:i386 libc6-i386 libxfixes3:i386 libexpat1:i386 libxcb1:i386 libxdmcp6:i386 libxau6:i386 Download the .run File Here we will…