Author: sotech

  • How to rewind a tape drive in Ubuntu

     

    This again uses the mt command, and is nice and easy:

     

    sudo mt -f [path/to/tape/drive] rewind

     

    A common example would be:

     

    sudo mt -f /dev/st0 rewind

     

    Easy done! In the above example it’s st (zero) not st (letter o) – in case it’s not clear from the font.

  • Changing or Updating the time zone in Ubuntu Server

     

    There are quite a few reasons you may find that you need to change your time zone – for example, if you’re using a pre-made image for a virtual machine you may find that the default timezone is not set to your country. You can change the time manually, though there is a quick and easy way:

     

    sudo dpkg-reconfigure tzdata

     

    This reconfigures the tzdata (timezone data) package and runs you through a series of prompts asking which country/city you live in, and updates the time accordingly.

     

    You can check the current system time with:

     

    date

     

    to verify that it worked!

  • Installing Xen on Ubuntu: Error “makeinfo is missing on your system”

     

    This is another error that seems to crop up when making Xen on Ubuntu – you can fix it by installing the texinfo package:

     

    sudo apt-get install texinfo

     

    The error message should now no longer appear.

  • Installing Xen on Ubuntu: Error bits/predefs.h: No such file or directory

     

    This error cropped up when we were building Xen on a system running Ubuntu 12.04 Server:

     

    /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory

     

    To get past this point, install gcc-multilib.

     

    sudo apt-get install gcc-multilib

     

    The required files are around 20MB and should allow you to get past that point of “make”.

  • Ubuntu: How to delete a user

     

    In Ubuntu 12.04 and 12.10, to delete an additional user you have created, use the following:

     

    sudo deluser [username]

     

    By example, if we wanted to delete a user we created called “test”, we would run:

     

    sudo deluser test

     

    Which gives:

     

    Removing user `test’ …

    Warning: group `test’ has no more members.

    Done.

     

    Be careful with this – don’t delete your admin account 🙂

  • Ubuntu: How to add a existing user to an existing group

     

    To add an existing user to a second group, use the following command:

     

    sudo usermod -a -G [group] [user]

     

    e.g.:

     

    sudo usermod -a -G geeks bob

     

    This will add the user bob to the group geeks.

  • New: RSS feed!

     

    We have added an RSS feed for our articles – you can now get our new posts in your email or RSS feed app! On the right-hand side under the tag cloud you can enter your email, or enter the following url into your RSS reader:

     

    https://sotechdesign.com.au/feed/

     

    Enjoy!

  • Ubuntu Server: How to change to the root user

     

    Some guides tell you to enter “su” on Unix systems to get superuser permissions; in Ubuntu, however, this won’t work. As a user with sudo permissions (the user created on install has these) enter the following instead:

     

    sudo su

     

    Enter your account password and voila, you are logged in as root. You can tell when you are logged in as root as your prompt will look like:

     

    root@luna:/home/#

     

    rather than:

     

    tma1@luna:/home$

     

     

    Note the # rather than the $? This indicates that you’re performing actions as the root user. This can be dangerous as you will be able to do things which can wreck your system irreparably, so be careful! To go back to working as your usual user, type:

     

    exit

     

    or hit CTRL+D.

  • Traceroute easter egg

     

    Here’s another oldie but a goodie:

     

    tracert -h 66 216.81.59.173

     

     

    The above is for Windows command line – the “h” flag is to see all 66 hops necessary to get the full effect! Enjoy 😉

  • Ubuntu Server Benchmarks: Geekbench

     

    This is one of our favourite benchmarks for Ubuntu Server – it’s cross-platform, meaning that it can be ran on Windows, Mac OS X, Ubuntu Desktop, Ubuntu Server and more. You can get the download link from the following site:

     

    http://www.primatelabs.com/geekbench/download/linux/

     

    Currently this works:

     

    wget http://d34wv75roto0rl.cloudfront.net/Geekbench-2.4.2-Linux.tar.gz

     

    Unzip:

     

    gunzip Geekbench-2.4.2-Linux.tar.gz

     

    Untar:

     

    tar -xvf Geekbench-2.4.2-Linux.tar.gz

     

    Change directory to the new files:

     

    cd dist/Geekbench-2.4.2-Linux

     

    If you have a license key, enter it like so:

     

    ./geekbench_x86_64 -r [youremail] [license]

     

    Then run the 64-bit:

     

    ./geekbench_x86_64

     

    If you don’t, use the 32-bit version:

     

    ./geekbench_x86_32

     

    Note! If you haven’t installed the ia32-libs package the 32-bit Geekbench will not work on a 64-bit system! Running the benchmarks will give you output similar to the following – a brief rundown of the system setup followed by the benchmark results as they happen:

     

    System Information
    Operating System      Ubuntu 12.04.2 LTS 3.2.0-38-generic x86_64
    Model                 VMware, Inc. VMware Virtual Platform
    Motherboard           Intel Corporation 440BX Desktop Reference Platform
    Processor             Intel Xeon E5-2630 @ 2.30 GHz
    2 Processors, 6 Cores, 6 Threads
    Processor ID          GenuineIntel Family 6 Model 45 Stepping 7
    L1 Instruction Cache  32.0 KB
    L1 Data Cache         32.0 KB
    L2 Cache              256 KB
    L3 Cache              15.0 MB
    Memory                19.6 GB
    BIOS                  Phoenix Technologies LTD 6.00

    Integer
    Blowfish
    single-threaded scalar   1647 ||||||
    multi-threaded scalar   10574 ||||||||||||||||||||||||||||||||||||||||
    Text Compress
    single-threaded scalar   2485 |||||||||
    multi-threaded scalar   14490 ||||||||||||||||||||||||||||||||||||||||
    Text Decompress
    single-threaded scalar   2980 |||||||||||
    multi-threaded scalar   18177 ||||||||||||||||||||||||||||||||||||||||
    Image Compress
    single-threaded scalar   2208 ||||||||
    multi-threaded scalar   12950 ||||||||||||||||||||||||||||||||||||||||
    Image Decompress
    single-threaded scalar   2733 ||||||||||
    multi-threaded scalar   16503 ||||||||||||||||||||||||||||||||||||||||
    Lua
    single-threaded scalar   4460 |||||||||||||||||
    multi-threaded scalar   26572 ||||||||||||||||||||||||||||||||||||||||

    Floating Point
    Mandelbrot
    single-threaded scalar   2194 ||||||||
    multi-threaded scalar   13365 ||||||||||||||||||||||||||||||||||||||||
    Dot Product
    single-threaded scalar   3558 ||||||||||||||
    multi-threaded scalar   22600 ||||||||||||||||||||||||||||||||||||||||
    single-threaded vector   4130 ||||||||||||||||
    multi-threaded vector   29112 ||||||||||||||||||||||||||||||||||||||||
    LU Decomposition
    single-threaded scalar   2791 |||||||||||
    multi-threaded scalar   16599 ||||||||||||||||||||||||||||||||||||||||
    Primality Test
    single-threaded scalar   6190 ||||||||||||||||||||||||
    multi-threaded scalar   29957 ||||||||||||||||||||||||||||||||||||||||
    Sharpen Image
    single-threaded scalar   5657 ||||||||||||||||||||||
    multi-threaded scalar   34118 ||||||||||||||||||||||||||||||||||||||||
    Blur Image
    single-threaded scalar   2287 |||||||||
    multi-threaded scalar   13782 ||||||||||||||||||||||||||||||||||||||||

    Memory
    Read Sequential
    single-threaded scalar   4657 ||||||||||||||||||
    Write Sequential
    single-threaded scalar   6769 |||||||||||||||||||||||||||
    Stdlib Allocate
    single-threaded scalar   4084 ||||||||||||||||
    Stdlib Write
    single-threaded scalar   1872 |||||||
    Stdlib Copy
    single-threaded scalar   3674 ||||||||||||||

    Stream
    Stream Copy
    single-threaded scalar   5435 |||||||||||||||||||||
    single-threaded vector   7031 ||||||||||||||||||||||||||||
    Stream Scale
    single-threaded scalar   5668 ||||||||||||||||||||||
    single-threaded vector   6441 |||||||||||||||||||||||||
    Stream Add
    single-threaded scalar   5311 |||||||||||||||||||||
    single-threaded vector   7203 ||||||||||||||||||||||||||||
    Stream Triad
    single-threaded scalar   5556 ||||||||||||||||||||||
    single-threaded vector   5082 ||||||||||||||||||||

    Benchmark Summary
    Integer Score              9648 ||||||||||||||||||||||||||||||||||||||
    Floating Point Score      13310 ||||||||||||||||||||||||||||||||||||||||
    Memory Score               4211 ||||||||||||||||
    Stream Score               5965 |||||||||||||||||||||||

    Geekbench Score            9474 |||||||||||||||||||||||||||||||||||||

    Upload results to the Geekbench Browser? [Y/n]

     

     

    If you upload the results, you can add them to a Geekbench account by accessing a web link – such as:

     

    Upload results to the Geekbench Browser? [Y/n]y

    Uploading results to the Geekbench Browser. This could take a minute or two
    depending on the speed of your internet connection.

    Upload succeeded. Visit the following link and view your results online:

    http://browser.primatelabs.com/geekbench2/18911

    Visit the following link and add this result to your profile:

    http://browser.primatelabs.com/geekbench2/claim/18911?key=572432

    root@luna:/home/tma1/geekbench/dist/Geekbench-2.4.2-Linux#

     

    Put the address it gives you into a browser and you will be able to gather results over time to compare systems/virtual machines! Geekbench is one of the best Ubuntu Server benchmarks that we have come across – it provides you with a range of tests which are easy to compare, as well as giving you an overall score figure to give you an idea of how the system performs overall vs. other setups. The fact that it is cross-platform is a great bonus, too, as it means you can test the efficiency and performance of a variety of operating systems on the same hardware/virtual hardware setups – and the results can be very interesting. Highly recommended!