Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - VastOne

#461
I have rebuilt the ISO for the Liquorix kernel which stands now at 3.7.0-4

I have made several cosmetic changes and a new grub menu image and all files are up to todays Sid level

I am still struggling to get this ISO/kernel to compress using xz-comp so the file size remains large

I have tested this on several installs and no longer see the issue of the Installer failing to start

Anyone that can download and test this install, please let me know the results

I appreciate all the help!
#462
VSIDO News & Announcements / VSIDO Wiki Removed
January 25, 2013, 06:13:09 PM
The wiki has been removed due to a conflict over ownership that does not adhere to FOSS values
#463
How To's / How To - Setup a Wired NIC and remove WICD
January 25, 2013, 04:10:31 AM
This How To will detail setting up your ethx in /etc/network/interfaces as either a static IP or DHCP and the removal of WICD

Audience - Anyone with a wired connection who wants to get rid of WICD and 40-50 MiB it uses on boot

First lets determine what ethx is your NIC (Network Interface Card)

ip link show

will show you something like this

1: lo: <LOOPBACK> mtu 65536 qdisc noop state DOWN mode DEFAULT
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 00:1f:c6:6f:a8:71 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT qlen 1000
    link/ether 00:16:44:b4:aa:43 brd ff:ff:ff:ff:ff:ff


You see in that example on Line 2 shows I am running eth0

Next lets edit the interface

sudo medit /etc/network/interfaces

This is what you would need for a dhcp setup

#auto lo
#iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp


That is all you would need for DHCP

For static, there is a little more involved

This is my example of a static setup.  You would need to change it to match your network

#auto lo
#iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.40.66
netmask 255.255.255.0
network 192.168.40.0
broadcast 192.168.40.255
gateway 192.168.40.10
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.40.10


Now that you have finished choosing and setting up your interface you can disable wicd and reboot to make sure you have a network.  Right click on the wicd icon in the systray or start WICD from either right click menu and disable your ethx card from starting

Reboot and verify you have a network and wicd is not running

Once verified it is running fine, do this from terminal

prg wicd

or  (Note prg is an alias for this:)

sudo apt-get purge wicd

Profit!

Challenge - Anyone with wireless to complete this so the wifi people can do the same thing
#464
Tonight I am changing the VSIDO Default theme to DarkModern which means everyone logging in new will be using DarkModern instead of Back n Black

Anyone can still switch to the original Back N Black by going to their Profile and under Look and Layout choose it as their default

DarkModern is written in to use more css3 and has several options that were not available in Back n Black

Regards,

VastOne
#465
Liquorix Kernel updated today to 3.7.0-4

Use smxi to update to the kernel and your video driver
#466
VSIDO News & Announcements / VSIDO Wiki
January 23, 2013, 08:23:29 AM
I am pleased to announce that we now have a VSIDO wiki available to all users.  It is well stocked already with valuable data and will improve in the near future and onward

There is a link to the wiki in the menu bar

A very cool thing about the wiki is that there is a bridge in place for all VSIDO forum users to automatically login to the wiki with their forum account

This wiki would not have been possible without the incredible help from dizzie, haylo and several other editors

Thank you to everyone who contributed!
#467
Liquorix Kernel updated today to 3.7.0-3

Use smxi to update to the kernel and your video driver
#468
Media Room / Screenshots of a different dimension
January 18, 2013, 10:02:46 PM
Makenzie Kay, my granddaughter   ;D

#469
VSIDO News & Announcements / Forum Changes
January 17, 2013, 03:24:23 AM
There is now a separate page for Downloading VSIDO outside of the Forums so that people do not have to necessarily come to the forum to download.  There is a tab now that will take you to the download page. I have removed the Download Forum and rearranged it so that additional areas can be added in the Community Section, like Multimedia.

I think it flows better now.

I have also added the capability to embed youtube videos.  All that is necessary is to post the link of the video and the video is automatically embedded
#470
Media Room / Just listened to
January 17, 2013, 01:52:51 AM
Jackson Browne - The Pretender
#471
Tint2 Support and Scripts / Tint2 Configs and scrots
January 16, 2013, 04:34:57 PM
A unique perspective of tint2 and launchers... Kind of like the Right wing of the Gnome3/Shell



tint2rc

#---------------------------------------------
# TINT2 CONFIG FILE mouseover
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
#1 panel background
rounded = 7
border_width = 1
#background_color = #002050 00
background_color = #000510 70
#background_color = #404040 20
border_color = #ffffff 18

#2 active window
rounded = 5
border_width = 1
background_color = #ffffff 18
border_color = #ffff00 100

#3 normal window
rounded = 5
border_width = 2
background_color = #ffffff 18
border_color = #ffffff 0

#4 urgent window
rounded = 5
border_width = 0
background_color = #ba5d00 100
border_color = #ffffff 50

#5 systray
rounded = 2
border_width = 0
background_color = #000000 0
border_color = #ffffff 40

#6 hovered window
rounded = 5
border_width = 1
background_color = #ffffff 18
border_color = #ffffff 100

#7 hovered active window
rounded = 5
border_width = 1
background_color = #ffffff 18
border_color = #aaaa55 100

#8 hovered urgent window
rounded = 5
border_width = 1
background_color = #ba5d00 100
border_color = #ffffff 100

#9 tooltip background
rounded = 7
border_width = 1
background_color = #000000 0
border_color = #ffffff 18

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_items = CSTL
panel_monitor = all
panel_position = bottom right vertical
#panel_position = bottom right horizontal
panel_size = 100% 152
panel_margin = 0 0
panel_padding = 5 0
font_shadow = 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
strut_policy = follow_size
#strut_policy = none
panel_layer = top

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
taskbar_padding = 2 3 2
taskbar_background_id = 0

taskbar_name = 1
taskbar_name_padding = 6 3
taskbar_name_font = Liberation Sans 8
taskbar_name_font_color = #ffffff 100
taskbar_name_active_font_color = #ffffff 100
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0


#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_maximum_size = 140 35
task_centered = 1
task_padding = 6 3
task_font = Liberation Sans 8
task_font_color = #ffffff 100
task_background_id = 3
task_icon_asb = 100 0 0
# replace STATUS by 'urgent', 'active' or 'iconfied'
#task_STATUS_background_id = 2
#task_STATUS_font_color = #ffffff 85
#task_STATUS_icon_asb = 100 0 0
# example:
task_active_background_id = 2
task_urgent_background_id = 4
# use STATUShovered for mouseover effects
task_normalhovered_background_id = 6
task_activehovered_background_id = 7
task_urgenthovered_background_id = 8
urgent_nb_of_blink = 100000

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 4 4 4
systray_background_id = 5
systray_sort = left2right
# maximum icon size
systray_icon_size = 28
systray_icon_asb = 100 0 0

#---------------------------------------------
# APPLICATION LAUNCHER
#---------------------------------------------
launcher_padding = 2 4 2
launcher_background_id = 5
# Icon size
launcher_icon_size = 32
launcher_icon_theme = LinuxLex-8
# Each launcher_item_app must be a full path to a .desktop file
launcher_item_app = /home/vastone/bin/iceweasel.desktop
launcher_item_app = /home/vastone/bin/terminator.desktop
launcher_item_app = /home/vastone/bin/pcmanfm-mod.desktop
launcher_item_app = /home/vastone/bin/gmusicbrowser.desktop
# launcher_item_app = /usr/share/applications/clementine.desktop
launcher_item_app = /home/vastone/bin/virtualbox.desktop
launcher_item_app = /home/vastone/bin/xchat.desktop

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = sans bold 9
time2_format = %A %d %B
time2_font = Liberation Sans 8
clock_font_color = #ffffff 90
clock_padding = 1 0
clock_background_id = 0
clock_lclick_command = korganizer
clock_rclick_command = zenity --calendar --text ""
clock_tooltip = %A %0d %B %Y %nWeek %W
#time1_timezone = :US/Hawaii
#time2_timezone = :Europe/Berlin
#clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_hide = 80
#battery_low_status = 10
#battery_low_cmd = notify-send -u critical -t 1000000 -i battery-caution "Low battery" "Level: 10%"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffaa00 100
#battery_padding = 1 0
#battery_background_id = 0

#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.3
tooltip_hide_timeout = 0.1
tooltip_background_id = 9
tooltip_font_color = #ffffcc 100
tooltip_font = Sans 8

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

#---------------------------------------------
# AUTOHIDE OPTIONS
#---------------------------------------------
autohide = 1
autohide_show_timeout = 0.1
autohide_hide_timeout = 0.1
autohide_height = 2
#472
WM Designs and Discussions / Xfce 4.10 Untouchable...
January 16, 2013, 02:03:09 AM
#473
Artwork & Screenshots / Forum Design Challenge
January 15, 2013, 10:03:06 PM
Forum Design Challenge

Throwing this out there to everyone but I think falldown will jump on it right away.

There are two images I would like replaced with a design I am thinking of.

The first is this image



right click, view image and download for specs

That image is next to every forum that does not have a new post

I would like that be a vsido image that is more clear with the black swirl and possibly VSIDO within it too, but that is not a necessity

The second image is this one



right click, view image and download for specs

I would like this to be the same color as the above one but with a Debian Red or Green or White Swirl... any one of these would work

Then there are these that need to be created in correspondence with those.  They are markers at the bottom of the Forum page that shows what they mean.



right click, view image and download for specs



right click, view image and download for specs

Who is up for this challenge?
#474
VSIDO News & Announcements / GMusicBrowser Layouts
January 15, 2013, 04:14:32 PM
A falldown question and some chatter on the IRC has led me to discover that I had not packaged all of the layouts for GMB in the ISO's

I will correct that on the next builds of the ISO's but for now grab this file attached and extract it to

/home/yourusername/.config/gmusicbrowser/layouts

My apologies for the gaff ...  :(
#475
VSIDO Discussions / VSIDO Thoughts
January 14, 2013, 06:16:14 AM
To anyone that cares that happens to stumble upon this, I have a few things to say.

CrunchBang is hands down the best distro, community and developer I have ever encountered.  Philip and Rebecca's leadership there is top shelf and everything I have ever wanted was provided there.

I created this distro for the same reasons that Philip created CrunchBang.  I built a desktop that I like and seemed to develop a following of users with the same tastes.  I never was a fan of OpenBox but after using it with my setup, I have come to respect it almost as much as I respect Xfce. My work with Tint2, GMusicBrowser, Music apps, conky and How To's has created unique opportunities to use them in this development.

I also have a strong belief that there is nothing better than Debian Sid.  It has a ridiculous reputation as being too unstable to run and VSIDO in part was designed to blow that assumption up

I have no ambitions with this other than to provide an alternative for people who want more than just a basic setup out of the box.  If you look at the tools available in either OpenBox or Xfce menu, you will see several that are very useful.  Under the hood are even more tools that apt and dpkg use that will keep your system lean.  By lean I mean 110 MiB at boot up after you strip out WiCD .. I have no need for a network manager but needed to provide one, WiCD fits the bill.

Regarding other distros like linuxbbq, I happen to think it is one of the most incredible ideas ever.  It allows for hands on development from the community to build whatever they want.. a virtual sandbox.  We are all in this together and for the development of FLOSS and linux as a whole, there is no room for a pissing contest. I do not expect any elite behavior from our community. Just so it is clear, calling something Bloat is either elitism from a different perspective or Trolling and neither will be tolerated.

Everyone is welcome here until they are not.  This would only happen if one chose to be unwelcome.  Very simple.  I hope to have a similar community as the one at CrunchBang, never as big, but with as big of a heart.

VastOne
#476
VSIDO News & Announcements / VSIDO IRC Channel
January 14, 2013, 05:58:46 AM
You can find VastOne or VSIDO logged in on the VSIDO channel at #vsido on OFTC

If you try to reach me and do not get a response, try using VastOne in a message and a pop up will let me know you are there.

Thanks
#477
VSIDO is a front line Debian Sid installation built with the goal of providing both basic and advanced users the toolset needed to be productive, protected yet flexible enough to enjoy

VSIDO is built on Debian's latest to date kernel that you can download here

Running on FluxBox as the Windows Manager, any user will find just what they need to be productive out of the box

For advanced users, tools like bleachbit, Disk-Manager, kernel-remover, Debian apt protection tools, build essentials and a selection of Debian power tools are standard features

For the beginner, everything for connection, multimedia, music, aliases, system panels, tint2 launcher panels and ease of use is standard

VSIDO also comes with a vsido-welcome script that will install additional layers of applications for the developer and web developer, office applications, printer setup tools and image editing tools

All of this running under 125 MB on boot in either environment.  The following images are from new installs on the first boot:

x64 Boot less than 125 MB Proof



x32 Boot less than 100 MB Proof



Installation less than 3:30 proof



Here is a listing of some of the features

Debian Sid with Experimental and siduction sources pinned for specific applications

Latest git version of GMusicBrowser and several layouts

Tint2 as the default panel(s)

Latest Tint2 with patched files that allow for additional features not included in any other version

FluxBox configured with all tools available from the menu or from Tint2 menu

smxi scripts These include the smxi, sgfxi, svmi, rbxi, and inxi scripts and have been developed for years, installed and ready to run

SpaceFM as the default file manager. Thunar 1.6 with tabs can be installed from the vsido-welcome script

Medit as the default editor

SMPlayer for all media play

Pithos for Pandora music

filezilla

WICD or ceni for all networking setup and configurations

Xchat for IRC

lm_sensors Run

sudo sensors-detect
and you are all set

hddtemp already setup and configured

Bootup Manager, hTop, screenfetch, bleachbit, Task Manager, synaptic, gparted and disk-manager for system tools

This is a complete list of all apps installed

x32


Name
acl
acpi
acpi-fakekey
acpi-support
acpi-support-base
acpid
adduser
adwaita-icon-theme
alsa-utils
amd64-microcode
anacron
antiword
apt
apt-listchanges
apt-utils
aptitude
aptitude-common
arandr
arj
aspell
aspell-en
at
at-spi2-core
audacity
audacity-data
autoconf
automake
autopoint
autotools-dev
avahi-autoipd
avahi-daemon
b43-fwcutter
base-files
base-passwd
bash
bash-completion
bc
bind9-host
binutils
bleachbit
bluetooth
bluez
bsd-mailx
bsdmainutils
bsdutils
build-essential
bum
busybox
bzip2
ca-certificates
ceni
cgmanager
cmake
cmake-data
colord
colord-data
compton
conky-all
console-common
console-data
console-setup
console-setup-linux
consolekit
coreutils
cpio
cpp
cpp-4.8
cpp-4.9
crda
cron
cryptsetup-bin
curl
d-feet
dash
db5.1-util
dbus
dbus-x11
dc
dconf-gsettings-backend:i386
dconf-service
deb-multimedia-keyring
debconf
debconf-i18n
debfoster
debhelper
debian-archive-keyring
debian-faq
debianutils
desktop-base
desktop-file-utils
dh-python
dialog
dictionaries-common
diffutils
discover
discover-data
disk-manager
dmeventd
dmidecode
dmsetup
dmz-cursor-theme
dnsutils
doc-debian
docbook-xml
dosfstools
dpkg
dpkg-dev
dpkg-repack
e2fslibs:i386
e2fsprogs
eject
emacsen-common
enchant
ethtool
exim4
exim4-base
exim4-config
exim4-daemon-light
exo-utils
extlinux
fakeroot
feh
ffmpeg
file
filezilla
filezilla-common
findutils
firmware-atheros
firmware-b43-installer
firmware-b43legacy-installer
firmware-brcm80211
firmware-ipw2x00
firmware-iwlwifi
firmware-linux
firmware-linux-free
firmware-linux-nonfree
firmware-ralink
firmware-realtek
fluxbox
fontconfig
fontconfig-config
fonts-dejavu-core
fonts-liberation
fsarchiver
fslint
ftp
fuse
g++
g++-4.9
gamin
gawk
gcc
gcc-4.7-base:i386
gcc-4.8
gcc-4.8-base:i386
gcc-4.9
gcc-4.9-base:i386
gconf-service
gconf2
gconf2-common
gcr
gdisk
genisoimage
geoip-database
gettext
gettext-base
giblib1:i386
gir1.2-atk-1.0
gir1.2-freedesktop:i386
gir1.2-gdkpixbuf-2.0
gir1.2-glib-2.0:i386
gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0
gir1.2-gtk-3.0:i386
gir1.2-pango-1.0:i386
gksu
glib-networking:i386
glib-networking-common
glib-networking-services
gnome-accessibility-themes
gnome-icon-theme
gnome-icon-theme-symbolic
gnome-keyring
gnome-themes-standard:i386
gnome-themes-standard-data
gnupg
gnupg-agent
gnupg2
gparted
gpgv
grep
groff-base
grsync
grub-common
grub-pc
grub-pc-bin
grub2
grub2-common
gsettings-desktop-schemas
gstreamer1.0-libav:i386
gstreamer1.0-plugins-bad:i386
gstreamer1.0-plugins-base:i386
gstreamer1.0-plugins-good:i386
gstreamer1.0-plugins-ugly:i386
gstreamer1.0-pulseaudio:i386
gstreamer1.0-x:i386
gtk2-engines:i386
gtk2-engines-pixbuf:i386
gzip
hardinfo
hddtemp
hdparm
hicolor-icon-theme
host
hostname
htop
hunspell-en-us
hwdata
i965-va-driver:i386
iamerican
ibritish
iceweasel
ienglish-common
ifupdown
info
init
init-system-helpers
initramfs-tools
initscripts
insserv
install-info
installation-report
intel-microcode
intltool-debian
iproute
iproute2
iptables
iputils-ping
irqbalance
isc-dhcp-client
isc-dhcp-common
iso-codes
isolinux
ispell
iucode-tool
iw
kbd
keyboard-configuration
klibc-utils
kmod
krb5-locales
lame
laptop-detect
less
liba52-0.7.4
libaa1:i386
libaacplus2:i386
libaacs0:i386
libacl1:i386
libalgorithm-c3-perl
libalgorithm-diff-perl
libalgorithm-diff-xs-perl
libalgorithm-merge-perl
libao-common
libao4
libapt-inst1.5:i386
libapt-pkg4.12:i386
libarchive13:i386
libasan0:i386
libasan1:i386
libasound2:i386
libasound2-data
libasound2-plugins:i386
libaspell15:i386
libasprintf-dev:i386
libasprintf0c2:i386
libass5:i386
libassuan0:i386
libasyncns0:i386
libatasmart4:i386
libatk-bridge2.0-0:i386
libatk1.0-0:i386
libatk1.0-data
libatkmm-1.6-1:i386
libatomic1:i386
libatspi2.0-0:i386
libattr1:i386
libaudclient2
libaudio-scrobbler-perl
libaudio2:i386
libaudit-common
libaudit1:i386
libauthen-sasl-perl
libav-tools
libavahi-client3:i386
libavahi-common-data:i386
libavahi-common3:i386
libavahi-core7:i386
libavc1394-0:i386
libavcodec56:i386
libavdevice56:i386
libavfilter5:i386
libavformat56:i386
libavresample2:i386
libavutil54:i386
libbind9-90
libblas-common
libblas3
libblkid1:i386
libbluray1:i386
libboost-iostreams1.49.0
libboost-iostreams1.53.0
libboost-iostreams1.54.0:i386
libboost-iostreams1.55.0:i386
libbs2b0
libbsd0:i386
libburn4
libbz2-1.0:i386
libc-bin
libc-dev-bin
libc6:i386
libc6-dev:i386
libc6-i686:i386
libcaca0:i386
libcairo-gobject2:i386
libcairo-perl
libcairo-script-interpreter2:i386
libcairo2:i386
libcairomm-1.0-1
libcanberra-gtk3-0:i386
libcanberra-gtk3-module:i386
libcanberra0:i386
libcap-ng0:i386
libcap2:i386
libcap2-bin
libcdio-cdda1
libcdio-paranoia1
libcdio13
libcdparanoia0:i386
libcgi-fast-perl
libcgi-pm-perl
libcgmanager0:i386
libchromaprint0:i386
libcilkrts5:i386
libck-connector0:i386
libclass-accessor-perl
libclass-c3-perl
libclass-c3-xs-perl
libclass-isa-perl
libcloog-isl4:i386
libcolord2:i386
libcolorhug2:i386
libcomerr2:i386
libconfig-inifiles-perl
libconfig9:i386
libconsole
libcpan-meta-perl
libcroco3:i386
libcryptsetup4:i386
libcrystalhd3:i386
libcups2:i386
libcurl3:i386
libcurl3-gnutls:i386
libcurses-perl
libcurses-ui-perl
libcwidget3:i386
libdaemon0:i386
libdata-optlist-perl
libdata-section-perl
libdatrie1:i386
libdb5.3:i386
libdbus-1-3:i386
libdbus-glib-1-2:i386
libdc1394-22:i386
libdca0:i386
libdconf1:i386
libdebconfclient0:i386
libdevmapper-event1.02.1:i386
libdevmapper1.02.1:i386
libdigest-hmac-perl
libdirac-decoder0:i386
libdirac-encoder0:i386
libdirectfb-1.2-9:i386
libdiscover2
libdns-export100
libdns100
libdpkg-perl
libdrm-intel1:i386
libdrm-nouveau2:i386
libdrm-radeon1:i386
libdrm2:i386
libdv4:i386
libdvdnav4:i386
libdvdread4:i386
libedit2:i386
libee0
libegl1-mesa:i386
libelf1:i386
libenca0:i386
libenchant1c2a:i386
libencode-locale-perl
libepoxy0
libept1.4.12:i386
libestr0
libevdev2:i386
libevent-2.0-5:i386
libexif12:i386
libexo-1-0:i386
libexo-common
libexo-helpers
libexpat1:i386
libexpect-perl
libextutils-depends-perl
libextutils-pkgconfig-perl
libfaac0:i386
libfaad2:i386
libfakeroot:i386
libfcgi-perl
libfdk-aac0:i386
libffi6:i386
libfftw3-double3:i386
libfftw3-single3:i386
libfile-basedir-perl
libfile-copy-recursive-perl
libfile-desktopentry-perl
libfile-fcntllock-perl
libfile-listing-perl
libfile-mimeinfo-perl
libflac++6:i386
libflac8:i386
libflite1:i386
libfluidsynth1:i386
libfont-afm-perl
libfontconfig1:i386
libfontenc1:i386
libfreetype6:i386
libfribidi0:i386
libfuse2:i386
libgamin0
libgarcon-1-0
libgarcon-common
libgbm1:i386
libgc1c2:i386
libgcc-4.8-dev:i386
libgcc-4.9-dev:i386
libgcc1:i386
libgck-1-0:i386
libgconf-2-4:i386
libgconfmm-2.6-1c2
libgcr-3-common
libgcr-base-3-1:i386
libgcr-ui-3-1:i386
libgcrypt11:i386
libgcrypt20:i386
libgd3:i386
libgdbm3:i386
libgdk-pixbuf2.0-0:i386
libgdk-pixbuf2.0-common
libgeoip1:i386
libgettextpo-dev:i386
libgettextpo0:i386
libgfortran3:i386
libgif4:i386
libgirepository-1.0-1:i386
libgksu2-0
libgl1-mesa-dri:i386
libgl1-mesa-glx:i386
libglade2-0:i386
libglademm-2.4-1c2a
libglapi-mesa:i386
libglew1.10:i386
libglib-object-introspection-perl
libglib-perl
libglib2.0-0:i386
libglib2.0-data
libglibmm-2.4-1c2a:i386
libglu1-mesa:i386
libgme0
libgmp10:i386
libgnome-keyring-common
libgnome-keyring0:i386
libgnutls-deb0-28:i386
libgnutls-openssl27:i386
libgnutls26:i386
libgnutls28:i386
libgomp1:i386
libgpg-error0:i386
libgpgme11:i386
libgphoto2-6:i386
libgphoto2-l10n
libgphoto2-port10:i386
libgpm2:i386
libgraphite2-3:i386
libgsm1:i386
libgssapi-krb5-2:i386
libgstreamer-perl
libgstreamer-plugins-bad1.0-0:i386
libgstreamer-plugins-base0.10-0:i386
libgstreamer-plugins-base1.0-0:i386
libgstreamer0.10-0:i386
libgstreamer1.0-0:i386
libgtk-3-0:i386
libgtk-3-bin
libgtk-3-common
libgtk2-perl
libgtk2.0-0:i386
libgtk2.0-bin
libgtk2.0-common
libgtkglext1
libgtkmm-2.4-1c2a:i386
libgtkmm-3.0-1:i386
libgtop2-7
libgtop2-common
libgudev-1.0-0:i386
libgusb2:i386
libharfbuzz0b:i386
libhogweed2:i386
libhtml-form-perl
libhtml-format-perl
libhtml-parser-perl
libhtml-tagset-perl
libhtml-tree-perl
libhttp-cookies-perl
libhttp-daemon-perl
libhttp-date-perl
libhttp-message-perl
libhttp-negotiate-perl
libhunspell-1.3-0:i386
libice6:i386
libicu52:i386
libid3tag0
libidn11:i386
libiec61883-0:i386
libieee1284-3:i386
libilmbase6:i386
libimlib2
libintl-perl
libio-html-perl
libio-pty-perl
libio-socket-inet6-perl
libio-socket-ip-perl
libio-socket-ssl-perl
libio-string-perl
libio-stty-perl
libirs-export91
libisc-export95
libisc95
libisccc90
libisccfg-export90
libisccfg90
libisl10:i386
libisoburn1
libisofs6
libitm1:i386
libiw30:i386
libjack-jackd2-0:i386
libjasper1:i386
libjbig0:i386
libjpeg-progs
libjpeg62-turbo:i386
libjpeg9:i386
libjson-c2:i386
libjson-glib-1.0-0:i386
libjson-glib-1.0-common
libjte1
libk5crypto3:i386
libkate1
libkeyutils1:i386
libklibc
libkmod2:i386
libkrb5-3:i386
libkrb5support0:i386
libksba8:i386
liblapack3
liblcms2-2:i386
libldap-2.4-2:i386
liblightdm-gobject-1-0
liblircclient0
liblist-moreutils-perl
libllvm3.5:i386
liblocale-gettext-perl
liblockfile-bin
liblockfile1:i386
liblogging-stdlog0:i386
liblognorm0
liblognorm1:i386
libltdl7:i386
liblua5.1-0:i386
liblvm2app2.2:i386
liblvm2cmd2.02:i386
liblwp-mediatypes-perl
liblwp-protocol-https-perl
liblwres90
liblzma-dev:i386
liblzma5:i386
liblzo2-2:i386
libmad0:i386
libmagic1:i386
libmail-sendmail-perl
libmailtools-perl
libmhash2:i386
libmimic0
libmjpegutils-2.1-0:i386
libmms0:i386
libmng1:i386
libmnl0:i386
libmodplug1
libmodule-build-perl
libmodule-signature-perl
libmount1:i386
libmp3lame0:i386
libmpc3:i386
libmpdec2:i386
libmpeg2-4:i386
libmpeg2encpp-2.1-0:i386
libmpfr4:i386
libmpg123-0:i386
libmplex2-2.1-0:i386
libmro-compat-perl
libmtdev1:i386
libncurses5:i386
libncursesw5:i386
libnet-dbus-perl
libnet-http-perl
libnet-smtp-ssl-perl
libnet-ssleay-perl
libnetfilter-acct1:i386
libnettle4:i386
libnewt0.52:i386
libnfnetlink0:i386
libnih-dbus1
libnih1
libnl-3-200:i386
libnl-genl-3-200:i386
libnl1:i386
libnotify-bin
libnotify4:i386
libnss-mdns:i386
libnuma1:i386
libofa0
libogg0:i386
libopenal-data
libopenal1:i386
libopencore-amrnb0:i386
libopencore-amrwb0:i386
libopencv-calib3d2.4:i386
libopencv-contrib2.4:i386
libopencv-core2.4:i386
libopencv-features2d2.4:i386
libopencv-flann2.4:i386
libopencv-highgui2.4:i386
libopencv-imgproc2.4:i386
libopencv-legacy2.4:i386
libopencv-ml2.4:i386
libopencv-objdetect2.4:i386
libopencv-video2.4:i386
libopenexr6:i386
libopenjpeg5:i386
libopts25:i386
libopus0:i386
liborc-0.4-0:i386
libp11-kit0:i386
libpackage-constants-perl
libpam-cap:i386
libpam-ck-connector:i386
libpam-gnome-keyring
libpam-modules:i386
libpam-modules-bin
libpam-runtime
libpam-systemd:i386
libpam0g:i386
libpango-1.0-0:i386
libpango-perl
libpango1.0-0:i386
libpangocairo-1.0-0:i386
libpangoft2-1.0-0:i386
libpangomm-1.4-1:i386
libpangox-1.0-0:i386
libpangoxft-1.0-0:i386
libparams-util-perl
libparse-debianchangelog-perl
libparted-fs-resize0:i386
libparted2:i386
libpci3:i386
libpciaccess0:i386
libpcre3:i386
libpcsclite1:i386
libperl4-corelibs-perl
libperl5.20
libpipeline1:i386
libpixman-1-0:i386
libpng12-0:i386
libpod-readme-perl
libpolkit-agent-1-0:i386
libpolkit-backend-1-0:i386
libpolkit-gobject-1-0:i386
libpopt0:i386
libportaudio2:i386
libportsmf0:i386
libpostproc53:i386
libprocps0:i386
libprocps3:i386
libproxy1:i386
libpsl0:i386
libpth20:i386
libpulse-mainloop-glib0:i386
libpulse0:i386
libpulsedsp:i386
libpython-stdlib:i386
libpython2.7:i386
libpython2.7-minimal:i386
libpython2.7-stdlib:i386
libpython3-stdlib:i386
libpython3.4-minimal:i386
libpython3.4-stdlib:i386
libqt4-dbus:i386
libqt4-network:i386
libqt4-script:i386
libqt4-xml:i386
libqtcore4:i386
libqtdbus4:i386
libqtglib-2.0-0:i386
libqtgstreamer-1.0-0:i386
libqtgui4:i386
libquadmath0:i386
librarian0
libraw1394-11:i386
libreadline5:i386
libreadline6:i386
libregexp-common-perl
librest-0.7-0:i386
librsvg2-2:i386
librsvg2-common:i386
librtmp1:i386
libsamplerate0:i386
libsane:i386
libsane-common
libsane-extras:i386
libsane-extras-common
libsasl2-2:i386
libsasl2-modules:i386
libsasl2-modules-db:i386
libsbc1:i386
libsbsms10:i386
libschroedinger-1.0-0:i386
libsdl1.2debian:i386
libselinux1:i386
libsemanage-common
libsemanage1:i386
libsensors4:i386
libsepol1:i386
libsexy2
libsgutils2-2
libshout3:i386
libsidplay1
libsigc++-2.0-0c2a:i386
libsigsegv2:i386
libslang2:i386
libsm6:i386
libsmartcols1:i386
libsndfile1:i386
libsocket6-perl
libsoftware-license-perl
libsoundtouch0:i386
libsoup-gnome2.4-1:i386
libsoup2.4-1:i386
libsoxr0:i386
libspandsp2:i386
libspeex1:i386
libspeexdsp1:i386
libsqlite3-0:i386
libsrtp0
libss2:i386
libssh2-1:i386
libssl1.0.0:i386
libstartup-notification0:i386
libstdc++-4.9-dev:i386
libstdc++6:i386
libsub-exporter-perl
libsub-install-perl
libsub-name-perl
libswitch-perl
libswresample1:i386
libswscale3:i386
libsys-hostname-long-perl
libsysfs2:i386
libsystemd0:i386
libtag1-vanilla:i386
libtag1c2a:i386
libtalloc2:i386
libtasn1-3:i386
libtasn1-6:i386
libtbb2
libtcl8.6:i386
libtdb1:i386
libterm-readkey-perl
libtext-charwidth-perl
libtext-iconv-perl
libtext-template-perl
libtext-unidecode-perl
libtext-wrapi18n-perl
libthai-data
libthai0:i386
libtheora0:i386
libtie-ixhash-perl
libtiff5:i386
libtimedate-perl
libtinfo5:i386
libtinyxml2.6.2:i386
libtokyocabinet9:i386
libtwolame0
libtxc-dxtn-s2tc0:i386
libubsan0:i386
libudev0:i386
libudev1:i386
libudisks2-0:i386
libunistring0:i386
liburi-perl
libusb-0.1-4:i386
libusb-1.0-0:i386
libustr-1.0-1:i386
libutempter0
libutvideo15.0.1:i386
libuuid-perl
libuuid1:i386
libv4l-0:i386
libv4lconvert0:i386
libva1:i386
libvamp-hostsdk3:i386
libvdpau1:i386
libvidstab1.0
libvisual-0.4-0:i386
libvisual-0.4-plugins:i386
libvo-aacenc0:i386
libvo-amrwbenc0:i386
libvorbis0a:i386
libvorbisenc2:i386
libvorbisfile3:i386
libvpx1:i386
libvte-2.90-9
libvte-2.90-common
libvte-common
libvte9
libwavpack1:i386
libwayland-client0:i386
libwayland-cursor0:i386
libwayland-egl1-mesa:i386
libwayland-server0:i386
libwebp5:i386
libwebpdemux1:i386
libwebpmux1:i386
libwebrtc-audio-processing-0:i386
libwildmidi-config
libwildmidi1:i386
libwnck-common
libwnck22
libwrap0:i386
libwww-perl
libwww-robotrules-perl
libwxbase3.0-0:i386
libwxgtk3.0-0:i386
libx11-6:i386
libx11-data
libx11-protocol-perl
libx11-xcb1:i386
libx264-142:i386
libx264-144:i386
libx265-35:i386
libx86-1:i386
libxapian22
libxatracker2:i386
libxau6:i386
libxaw7:i386
libxcb-dri2-0:i386
libxcb-dri3-0:i386
libxcb-glx0:i386
libxcb-present0:i386
libxcb-render0:i386
libxcb-shape0:i386
libxcb-shm0:i386
libxcb-sync1:i386
libxcb-util0:i386
libxcb-xfixes0:i386
libxcb1:i386
libxcomposite1:i386
libxcursor1:i386
libxdamage1:i386
libxdmcp6:i386
libxdo3:i386
libxext6:i386
libxfce4ui-1-0
libxfce4util-bin
libxfce4util-common
libxfce4util6
libxfconf-0-2
libxfixes3:i386
libxfont1:i386
libxft2:i386
libxi6:i386
libxinerama1:i386
libxkbcommon0:i386
libxkbfile1:i386
libxklavier16
libxml-libxml-perl
libxml-namespacesupport-perl
libxml-parser-perl
libxml-sax-base-perl
libxml-sax-expat-perl
libxml-sax-perl
libxml-twig-perl
libxml-xpathengine-perl
libxml2:i386
libxml2-utils
libxmmsclient6
libxmu6:i386
libxmuu1:i386
libxnvctrl0
libxpm4:i386
libxrandr2:i386
libxrender1:i386
libxres1:i386
libxshmfence1:i386
libxss1:i386
libxt6:i386
libxtables10
libxtst6:i386
libxv1:i386
libxvidcore4:i386
libxvmc1:i386
libxxf86dga1:i386
libxxf86vm1:i386
libzbar0
libzvbi-common
libzvbi0:i386
lightdm
lightdm-gtk-greeter
linux-base
linux-compiler-gcc-4.8-x86
linux-headers-3.16.0-4-686-pae
linux-headers-3.16.0-4-common
linux-image-3.16.0-4-686-pae
linux-kbuild-3.16
linux-libc-dev:i386
live-boot
live-boot-doc
live-boot-initramfs-tools
live-config
live-config-doc
live-config-sysvinit
live-tools
lm-sensors
localepurge
locales
lockfile-progs
login
logrotate
lsb-base
lsb-release
lshw
lsof
lvm2
lxappearance
lynx
lynx-cur
lzop
m4
make
man-db
manpages
manpages-dev
mawk
medit
memtest86+
menu
mesa-utils
mesa-vdpau-drivers:i386
mime-support
mirage
mlocate
mobile-broadband-provider-info
module-init-tools
mount
mpg123
mpg321
mplayer2
mtools
multiarch-support
mutt
nano
ncdu
ncurses-base
ncurses-bin
ncurses-term
net-tools
netbase
netcat-traditional
nfacct
nitrogen
notification-daemon
ntfs-3g
ntp
ntpdate
openssh-client
openssl
os-prober
p11-kit
p11-kit-modules:i386
p7zip-full
paman
paprefs
parted
passwd
patch
pavucontrol
pavumeter
pciutils
perl
perl-base
perl-modules
pinentry-gtk2
pkg-config
pkg-mozilla-archive-keyring
plait
pm-utils
pmount
po-debconf
policykit-1
powermgmt-base
powertop
procmail
procps
psmisc
pulseaudio
pulseaudio-module-gconf
pulseaudio-module-x11
pulseaudio-module-zeroconf
pulseaudio-utils
python
python-apt
python-apt-common
python-cairo
python-chardet
python-dbus
python-dbus-dev
python-debian
python-debianbts
python-defusedxml
python-gi
python-glade2
python-gobject
python-gobject-2
python-gtk2
python-minimal
python-notify
python-numpy
python-pkg-resources
python-pygments
python-reportbug
python-six
python-soappy
python-support
python-talloc
python-wicd
python-wstools
python2.7
python2.7-minimal
python3
python3-cairo
python3-dbus
python3-gi
python3-gi-cairo
python3-minimal
python3-pkg-resources
python3-pylast
python3-setuptools
python3.3
python3.4
python3.4-minimal
qdbus
qtchooser
qtcore4-l10n
rarian-compat
readline-common
refractainstaller-base
refractainstaller-gui
refractasnapshot-base
refractasnapshot-gui
rename
reportbug
rfkill
roxterm
roxterm-common
roxterm-gtk3
rsync
rsyslog
rtkit
rtmpdump
rzip
sane-utils
scrot
sed
sensible-utils
sgml-base
sgml-data
shared-mime-info
smplayer
smplayer-l10n
smplayer-themes
smtube
spacefm
spacefm-common
squashfs-tools
ssh-askpass
startpar
sudo
synaptic
syslinux
syslinux-common
syslinux-stuff
syslinux-utils
systemd
systemd-shim
sysv-rc
sysvinit-core
sysvinit-utils
tar
task-english
task-laptop
tasksel
tasksel-data
tcpd
tea
tea-data
telnet
texinfo
time
tint2
traceroute
tzdata
ucf
udev
udevil
udisks
udisks2
unace
unalz
unrar
unzip
update-inetd
usbutils
user-setup
util-linux
util-linux-locales
uuid-runtime
va-driver-all:i386
vbetool
vdpau-va-driver:i386
vim-common
vim-tiny
vorbis-tools
vrms
wamerican
wget
whiptail
whois
wicd
wicd-daemon
wicd-gtk
wireless-regdb
wireless-tools
wmctrl
wpasupplicant
x11-apps
x11-common
x11-utils
x11-xkb-utils
x11-xserver-utils
xarchiver
xauth
xbitmaps
xchat
xchat-common
xdg-user-dirs
xdg-utils
xdotool
xfburn
xfce-keyboard-shortcuts
xfce4-appfinder
xfce4-notifyd
xfce4-screenshooter
xfce4-taskmanager
xfce4-terminal
xfconf
xfonts-base
xfonts-encodings
xfonts-terminus
xfonts-utils
xkb-data
xml-core
xorriso
xscreensaver
xscreensaver-data
xserver-common
xserver-xorg
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-evdev
xserver-xorg-input-mouse
xserver-xorg-input-synaptics
xserver-xorg-input-vmmouse
xserver-xorg-input-wacom
xserver-xorg-video-ati
xserver-xorg-video-cirrus
xserver-xorg-video-fbdev
xserver-xorg-video-intel
xserver-xorg-video-mach64
xserver-xorg-video-mga
xserver-xorg-video-modesetting
xserver-xorg-video-neomagic
xserver-xorg-video-nouveau
xserver-xorg-video-openchrome
xserver-xorg-video-r128
xserver-xorg-video-radeon
xserver-xorg-video-savage
xserver-xorg-video-siliconmotion
xserver-xorg-video-sisusb
xserver-xorg-video-tdfx
xserver-xorg-video-trident
xserver-xorg-video-vesa
xserver-xorg-video-vmware
xterm
xz-utils
yad
youtube-dl
zip
zlib1g:i386
zlib1g-dev:i386
zoo


x64


acl
acpi
acpi-fakekey
acpi-support
acpi-support-base
acpid
adduser
adwaita-icon-theme
alsa-utils
amd64-microcode
anacron
antiword
apt
apt-listchanges
apt-utils
aptitude
aptitude-common
arandr
arj
aspell
aspell-en
at
at-spi2-core
audacity
audacity-data
autoconf
automake
autopoint
autotools-dev
avahi-autoipd
avahi-daemon
b43-fwcutter
base-files
base-passwd
bash
bash-completion
bc
bind9-host
binutils
bleachbit
bluetooth
bluez
bsd-mailx
bsdmainutils
bsdutils
build-essential
bum
busybox
bzip2
ca-certificates
ceni
cgmanager
cmake
cmake-data
colord
colord-data
compton
conky-all
console-common
console-data
console-setup
console-setup-linux
consolekit
coreutils
cpio
cpp
cpp-4.8
cpp-4.9
crda
cron
cryptsetup-bin
curl
d-feet
dash
db5.1-util
dbus
dbus-x11
dc
dconf-gsettings-backend:amd64
dconf-service
deb-multimedia-keyring
debconf
debconf-i18n
debfoster
debhelper
debian-archive-keyring
debian-faq
debianutils
desktop-base
desktop-file-utils
dh-python
dialog
dictionaries-common
diffutils
discover
discover-data
disk-manager
dmeventd
dmidecode
dmsetup
dmz-cursor-theme
dnsutils
doc-debian
docbook-xml
dosfstools
dpkg
dpkg-dev
dpkg-repack
e2fslibs:amd64
e2fsprogs
eject
emacsen-common
enchant
ethtool
exim4
exim4-base
exim4-config
exim4-daemon-light
exo-utils
extlinux
fakeroot
feh
ffmpeg
file
filezilla
filezilla-common
findutils
firmware-atheros
firmware-b43-installer
firmware-b43legacy-installer
firmware-brcm80211
firmware-ipw2x00
firmware-iwlwifi
firmware-linux
firmware-linux-free
firmware-linux-nonfree
firmware-ralink
firmware-realtek
fluxbox
fontconfig
fontconfig-config
fonts-dejavu-core
fonts-liberation
fsarchiver
fslint
ftp
fuse
g++
g++-4.9
gamin
gawk
gcc
gcc-4.7-base:amd64
gcc-4.8
gcc-4.8-base:amd64
gcc-4.9
gcc-4.9-base:amd64
gconf-service
gconf2
gconf2-common
gcr
gdisk
genisoimage
geoip-database
gettext
gettext-base
giblib1:amd64
gir1.2-atk-1.0
gir1.2-freedesktop:amd64
gir1.2-gdkpixbuf-2.0
gir1.2-glib-2.0:amd64
gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0
gir1.2-gtk-3.0:amd64
gir1.2-pango-1.0:amd64
gksu
glib-networking:amd64
glib-networking-common
glib-networking-services
gnome-accessibility-themes
gnome-keyring
gnome-themes-standard:amd64
gnome-themes-standard-data
gnupg
gnupg-agent
gnupg2
gparted
gpgv
grep
groff-base
grsync
grub-common
grub-pc
grub-pc-bin
grub2
grub2-common
gsettings-desktop-schemas
gstreamer1.0-libav:amd64
gstreamer1.0-plugins-bad:amd64
gstreamer1.0-plugins-base:amd64
gstreamer1.0-plugins-good:amd64
gstreamer1.0-plugins-ugly:amd64
gstreamer1.0-pulseaudio:amd64
gstreamer1.0-x:amd64
gtk2-engines:amd64
gtk2-engines-pixbuf:amd64
gzip
hardinfo
hddtemp
hdparm
hicolor-icon-theme
host
hostname
htop
hunspell-en-us
hwdata
i965-va-driver:amd64
iamerican
ibritish
iceweasel
ienglish-common
ifupdown
info
init
init-system-helpers
initramfs-tools
initscripts
insserv
install-info
installation-report
intel-microcode
intltool-debian
iproute
iproute2
iptables
iputils-ping
irqbalance
isc-dhcp-client
isc-dhcp-common
iso-codes
isolinux
ispell
iucode-tool
iw
kbd
keyboard-configuration
klibc-utils
kmod
krb5-locales
lame
laptop-detect
less
liba52-0.7.4
libaa1:amd64
libaacplus2:amd64
libaacs0:amd64
libacl1:amd64
libalgorithm-c3-perl
libalgorithm-diff-perl
libalgorithm-diff-xs-perl
libalgorithm-merge-perl
libao-common
libao4
libapt-inst1.5:amd64
libapt-pkg4.12:amd64
libarchive13:amd64
libasan0:amd64
libasan1:amd64
libasound2:amd64
libasound2-data
libasound2-plugins:amd64
libaspell15:amd64
libasprintf-dev:amd64
libasprintf0c2:amd64
libass5:amd64
libassuan0:amd64
libasyncns0:amd64
libatasmart4:amd64
libatk-bridge2.0-0:amd64
libatk1.0-0:amd64
libatk1.0-data
libatkmm-1.6-1:amd64
libatomic1:amd64
libatspi2.0-0:amd64
libattr1:amd64
libaudclient2
libaudio-scrobbler-perl
libaudio2:amd64
libaudit-common
libaudit1:amd64
libauthen-sasl-perl
libav-tools
libavahi-client3:amd64
libavahi-common-data:amd64
libavahi-common3:amd64
libavahi-core7:amd64
libavc1394-0:amd64
libavcodec56:amd64
libavdevice56:amd64
libavfilter5:amd64
libavformat56:amd64
libavresample2:amd64
libavutil54:amd64
libbind9-90
libblas-common
libblas3
libblkid1:amd64
libbluray1:amd64
libboost-iostreams1.49.0
libboost-iostreams1.53.0
libboost-iostreams1.54.0:amd64
libboost-iostreams1.55.0:amd64
libbs2b0
libbsd0:amd64
libburn4
libbz2-1.0:amd64
libc-bin
libc-dev-bin
libc6:amd64
libc6-dev:amd64
libcaca0:amd64
libcairo-gobject2:amd64
libcairo-perl
libcairo-script-interpreter2:amd64
libcairo2:amd64
libcairomm-1.0-1
libcanberra-gtk3-0:amd64
libcanberra-gtk3-module:amd64
libcanberra0:amd64
libcap-ng0:amd64
libcap2:amd64
libcap2-bin
libcdio-cdda1
libcdio-paranoia1
libcdio13
libcdparanoia0:amd64
libcgi-fast-perl
libcgi-pm-perl
libcgmanager0:amd64
libchromaprint0:amd64
libcilkrts5:amd64
libck-connector0:amd64
libclass-c3-perl
libclass-c3-xs-perl
libclass-isa-perl
libcloog-isl4:amd64
libcolord2:amd64
libcolorhug2:amd64
libcomerr2:amd64
libconfig-inifiles-perl
libconfig9:amd64
libconsole
libcpan-meta-perl
libcroco3:amd64
libcryptsetup4:amd64
libcrystalhd3:amd64
libcups2:amd64
libcurl3:amd64
libcurl3-gnutls:amd64
libcurses-perl
libcurses-ui-perl
libcwidget3:amd64
libdaemon0:amd64
libdata-optlist-perl
libdata-section-perl
libdatrie1:amd64
libdb5.3:amd64
libdbus-1-3:amd64
libdbus-glib-1-2:amd64
libdc1394-22:amd64
libdca0:amd64
libdconf1:amd64
libdebconfclient0:amd64
libdevmapper-event1.02.1:amd64
libdevmapper1.02.1:amd64
libdirac-decoder0:amd64
libdirac-encoder0:amd64
libdirectfb-1.2-9:amd64
libdiscover2
libdns-export100
libdns100
libdpkg-perl
libdrm-intel1:amd64
libdrm-nouveau2:amd64
libdrm-radeon1:amd64
libdrm2:amd64
libdv4:amd64
libdvdnav4:amd64
libdvdread4:amd64
libedit2:amd64
libee0
libegl1-mesa:amd64
libelf1:amd64
libenca0:amd64
libenchant1c2a:amd64
libencode-locale-perl
libepoxy0
libept1.4.12:amd64
libestr0
libevdev2:amd64
libevent-2.0-5:amd64
libexif12:amd64
libexo-1-0:amd64
libexo-common
libexo-helpers
libexpat1:amd64
libexpect-perl
libextutils-depends-perl
libextutils-pkgconfig-perl
libfaac0:amd64
libfaad2:amd64
libfakeroot:amd64
libfcgi-perl
libfdk-aac0:amd64
libffi6:amd64
libfftw3-double3:amd64
libfftw3-single3:amd64
libfile-basedir-perl
libfile-copy-recursive-perl
libfile-desktopentry-perl
libfile-fcntllock-perl
libfile-listing-perl
libfile-mimeinfo-perl
libflac++6:amd64
libflac8:amd64
libflite1:amd64
libfluidsynth1:amd64
libfont-afm-perl
libfontconfig1:amd64
libfontenc1:amd64
libfreetype6:amd64
libfribidi0:amd64
libfuse2:amd64
libgamin0
libgarcon-1-0
libgarcon-common
libgbm1:amd64
libgc1c2:amd64
libgcc-4.8-dev:amd64
libgcc-4.9-dev:amd64
libgcc1:amd64
libgck-1-0:amd64
libgconf-2-4:amd64
libgcr-3-common
libgcr-base-3-1:amd64
libgcr-ui-3-1:amd64
libgcrypt11:amd64
libgcrypt20:amd64
libgd3:amd64
libgdbm3:amd64
libgdk-pixbuf2.0-0:amd64
libgdk-pixbuf2.0-common
libgee-0.8-2:amd64
libgeoip1:amd64
libgettextpo-dev:amd64
libgettextpo0:amd64
libgfortran3:amd64
libgif4:amd64
libgirepository-1.0-1:amd64
libgksu2-0
libgl1-mesa-dri:amd64
libgl1-mesa-glx:amd64
libglade2-0:amd64
libglapi-mesa:amd64
libglew1.10:amd64
libglib-object-introspection-perl
libglib-perl
libglib2.0-0:amd64
libglib2.0-data
libglibmm-2.4-1c2a:amd64
libglu1-mesa:amd64
libgme0
libgmp10:amd64
libgnome-keyring-common
libgnome-keyring0:amd64
libgnutls-deb0-28:amd64
libgnutls-openssl27:amd64
libgnutls26:amd64
libgnutls28:amd64
libgomp1:amd64
libgpg-error0:amd64
libgpgme11:amd64
libgphoto2-6:amd64
libgphoto2-l10n
libgphoto2-port10:amd64
libgpm2:amd64
libgraphite2-3:amd64
libgsm1:amd64
libgssapi-krb5-2:amd64
libgstreamer-perl
libgstreamer-plugins-bad1.0-0:amd64
libgstreamer-plugins-base0.10-0:amd64
libgstreamer-plugins-base1.0-0:amd64
libgstreamer0.10-0:amd64
libgstreamer1.0-0:amd64
libgtk-3-0:amd64
libgtk-3-bin
libgtk-3-common
libgtk2-perl
libgtk2.0-0:amd64
libgtk2.0-bin
libgtk2.0-common
libgtkglext1
libgtkmm-2.4-1c2a:amd64
libgtkmm-3.0-1:amd64
libgtop2-7
libgtop2-common
libgudev-1.0-0:amd64
libgusb2:amd64
libharfbuzz0b:amd64
libhogweed2:amd64
libhtml-form-perl
libhtml-format-perl
libhtml-parser-perl
libhtml-tagset-perl
libhtml-tree-perl
libhttp-cookies-perl
libhttp-daemon-perl
libhttp-date-perl
libhttp-message-perl
libhttp-negotiate-perl
libhunspell-1.3-0:amd64
libice6:amd64
libicu52:amd64
libid3tag0
libidn11:amd64
libiec61883-0:amd64
libieee1284-3:amd64
libilmbase6:amd64
libimlib2
libintl-perl
libio-html-perl
libio-pty-perl
libio-socket-ip-perl
libio-socket-ssl-perl
libio-stty-perl
libirs-export91
libisc-export95
libisc95
libisccc90
libisccfg-export90
libisccfg90
libisl10:amd64
libisoburn1
libisofs6
libitm1:amd64
libiw30:amd64
libjack-jackd2-0:amd64
libjasper1:amd64
libjbig0:amd64
libjpeg-progs
libjpeg62-turbo:amd64
libjpeg9:amd64
libjson-c2:amd64
libjson-glib-1.0-0:amd64
libjson-glib-1.0-common
libjte1
libk5crypto3:amd64
libkate1
libkeyutils1:amd64
libklibc
libkmod2:amd64
libkrb5-3:amd64
libkrb5support0:amd64
libksba8:amd64
liblapack3
liblcms2-2:amd64
libldap-2.4-2:amd64
liblightdm-gobject-1-0
liblircclient0
liblist-moreutils-perl
libllvm3.5:amd64
liblocale-gettext-perl
liblockfile-bin
liblockfile1:amd64
liblogging-stdlog0:amd64
liblognorm0
liblognorm1:amd64
liblsan0:amd64
libltdl7:amd64
liblua5.1-0:amd64
liblvm2app2.2:amd64
liblvm2cmd2.02:amd64
liblwp-mediatypes-perl
liblwp-protocol-https-perl
liblwres90
liblzma5:amd64
liblzo2-2:amd64
libmad0:amd64
libmagic1:amd64
libmail-sendmail-perl
libmailtools-perl
libmhash2:amd64
libmimic0
libmjpegutils-2.1-0:amd64
libmms0:amd64
libmng1:amd64
libmnl0:amd64
libmodplug1
libmodule-build-perl
libmodule-signature-perl
libmount1:amd64
libmp3lame0:amd64
libmpc3:amd64
libmpdec2:amd64
libmpeg2-4:amd64
libmpeg2encpp-2.1-0:amd64
libmpfr4:amd64
libmpg123-0:amd64
libmplex2-2.1-0:amd64
libmro-compat-perl
libmtdev1:amd64
libncurses5:amd64
libncursesw5:amd64
libnet-dbus-perl
libnet-http-perl
libnet-smtp-ssl-perl
libnet-ssleay-perl
libnetfilter-acct1:amd64
libnettle4:amd64
libnewt0.52:amd64
libnfnetlink0:amd64
libnih-dbus1
libnih1
libnl-3-200:amd64
libnl-genl-3-200:amd64
libnl1:amd64
libnotify-bin
libnotify4:amd64
libnss-mdns:amd64
libnuma1:amd64
libofa0
libogg0:amd64
libopenal-data
libopenal1:amd64
libopencore-amrnb0:amd64
libopencore-amrwb0:amd64
libopencv-calib3d2.4:amd64
libopencv-contrib2.4:amd64
libopencv-core2.4:amd64
libopencv-features2d2.4:amd64
libopencv-flann2.4:amd64
libopencv-highgui2.4:amd64
libopencv-imgproc2.4:amd64
libopencv-legacy2.4:amd64
libopencv-ml2.4:amd64
libopencv-objdetect2.4:amd64
libopencv-video2.4:amd64
libopenexr6:amd64
libopenjpeg5:amd64
libopts25:amd64
libopus0:amd64
liborc-0.4-0:amd64
libp11-kit0:amd64
libpackage-constants-perl
libpam-cap:amd64
libpam-ck-connector:amd64
libpam-gnome-keyring
libpam-modules:amd64
libpam-modules-bin
libpam-runtime
libpam-systemd:amd64
libpam0g:amd64
libpango-1.0-0:amd64
libpango-perl
libpango1.0-0:amd64
libpangocairo-1.0-0:amd64
libpangoft2-1.0-0:amd64
libpangomm-1.4-1:amd64
libpangox-1.0-0:amd64
libpangoxft-1.0-0:amd64
libparams-util-perl
libparted-fs-resize0:amd64
libparted2:amd64
libpci3:amd64
libpciaccess0:amd64
libpcre3:amd64
libpcsclite1:amd64
libperl4-corelibs-perl
libperl5.20
libpipeline1:amd64
libpixman-1-0:amd64
libpng12-0:amd64
libpod-readme-perl
libpolkit-agent-1-0:amd64
libpolkit-backend-1-0:amd64
libpolkit-gobject-1-0:amd64
libpopt0:amd64
libportaudio2:amd64
libportsmf0:amd64
libpostproc53:amd64
libprocps0:amd64
libprocps3:amd64
libproxy1:amd64
libpsl0:amd64
libpth20:amd64
libpulse-mainloop-glib0:amd64
libpulse0:amd64
libpulsedsp:amd64
libpython-stdlib:amd64
libpython2.7:amd64
libpython2.7-minimal:amd64
libpython2.7-stdlib:amd64
libpython3-stdlib:amd64
libpython3.4-minimal:amd64
libpython3.4-stdlib:amd64
libqt4-dbus:amd64
libqt4-network:amd64
libqt4-script:amd64
libqt4-xml:amd64
libqtcore4:amd64
libqtdbus4:amd64
libqtglib-2.0-0:amd64
libqtgstreamer-1.0-0:amd64
libqtgui4:amd64
libquadmath0:amd64
librarian0
libraw1394-11:amd64
libreadline5:amd64
libreadline6:amd64
libregexp-common-perl
librest-0.7-0:amd64
librsvg2-2:amd64
librsvg2-common:amd64
librtmp1:amd64
libsamplerate0:amd64
libsane:amd64
libsane-common
libsane-extras:amd64
libsane-extras-common
libsasl2-2:amd64
libsasl2-modules:amd64
libsasl2-modules-db:amd64
libsbc1:amd64
libsbsms10:amd64
libschroedinger-1.0-0:amd64
libsdl1.2debian:amd64
libselinux1:amd64
libsemanage-common
libsemanage1:amd64
libsensors4:amd64
libsepol1:amd64
libsexy2
libsgutils2-2
libshout3:amd64
libsidplay1
libsigc++-2.0-0c2a:amd64
libsigsegv2:amd64
libslang2:amd64
libsm6:amd64
libsmartcols1:amd64
libsndfile1:amd64
libsoftware-license-perl
libsoundtouch0:amd64
libsoup-gnome2.4-1:amd64
libsoup2.4-1:amd64
libsoxr0:amd64
libspandsp2:amd64
libspeex1:amd64
libspeexdsp1:amd64
libsqlite3-0:amd64
libsrtp0
libss2:amd64
libssh2-1:amd64
libssl1.0.0:amd64
libstartup-notification0:amd64
libstdc++-4.9-dev:amd64
libstdc++6:amd64
libsub-exporter-perl
libsub-install-perl
libswitch-perl
libswresample1:amd64
libswscale3:amd64
libsys-hostname-long-perl
libsystemd0:amd64
libtag1-vanilla:amd64
libtag1c2a:amd64
libtalloc2:amd64
libtasn1-3:amd64
libtasn1-6:amd64
libtbb2
libtcl8.6:amd64
libtdb1:amd64
libterm-readkey-perl
libtext-charwidth-perl
libtext-iconv-perl
libtext-template-perl
libtext-unidecode-perl
libtext-wrapi18n-perl
libthai-data
libthai0:amd64
libtheora0:amd64
libtie-ixhash-perl
libtiff5:amd64
libtimedate-perl
libtinfo5:amd64
libtinyxml2.6.2:amd64
libtokyocabinet9:amd64
libtsan0:amd64
libtwolame0
libtxc-dxtn-s2tc0:amd64
libubsan0:amd64
libudev0:amd64
libudev1:amd64
libudisks2-0:amd64
libunistring0:amd64
liburi-perl
libusb-0.1-4:amd64
libusb-1.0-0:amd64
libustr-1.0-1:amd64
libutempter0
libutvideo15.0.1:amd64
libuuid-perl
libuuid1:amd64
libv4l-0:amd64
libv4lconvert0:amd64
libva1:amd64
libvamp-hostsdk3:amd64
libvdpau1:amd64
libvidstab1.0
libvisual-0.4-0:amd64
libvisual-0.4-plugins:amd64
libvo-aacenc0:amd64
libvo-amrwbenc0:amd64
libvorbis0a:amd64
libvorbisenc2:amd64
libvorbisfile3:amd64
libvpx1:amd64
libvte-2.90-9
libvte-2.90-common
libvte-common
libvte9
libwavpack1:amd64
libwayland-client0:amd64
libwayland-cursor0:amd64
libwayland-egl1-mesa:amd64
libwayland-server0:amd64
libwebp5:amd64
libwebpdemux1:amd64
libwebpmux1:amd64
libwebrtc-audio-processing-0:amd64
libwildmidi-config
libwildmidi1:amd64
libwnck-common
libwnck22
libwrap0:amd64
libwww-perl
libwww-robotrules-perl
libwxbase3.0-0:amd64
libwxgtk3.0-0:amd64
libx11-6:amd64
libx11-data
libx11-protocol-perl
libx11-xcb1:amd64
libx264-142:amd64
libx264-144:amd64
libx265-35:amd64
libx86-1:amd64
libxapian22
libxatracker2:amd64
libxau6:amd64
libxaw7:amd64
libxcb-dri2-0:amd64
libxcb-dri3-0:amd64
libxcb-glx0:amd64
libxcb-present0:amd64
libxcb-render0:amd64
libxcb-shape0:amd64
libxcb-shm0:amd64
libxcb-sync1:amd64
libxcb-util0:amd64
libxcb-xfixes0:amd64
libxcb1:amd64
libxcomposite1:amd64
libxcursor1:amd64
libxdamage1:amd64
libxdmcp6:amd64
libxdo3:amd64
libxext6:amd64
libxfce4ui-1-0
libxfce4ui-common
libxfce4util-bin
libxfce4util-common
libxfce4util6
libxfconf-0-2
libxfixes3:amd64
libxfont1:amd64
libxft2:amd64
libxi6:amd64
libxinerama1:amd64
libxkbcommon0:amd64
libxkbfile1:amd64
libxklavier16
libxml-libxml-perl
libxml-namespacesupport-perl
libxml-parser-perl
libxml-sax-base-perl
libxml-sax-expat-perl
libxml-sax-perl
libxml-twig-perl
libxml-xpathengine-perl
libxml2:amd64
libxml2-utils
libxmmsclient6
libxmu6:amd64
libxmuu1:amd64
libxnvctrl0
libxpm4:amd64
libxrandr2:amd64
libxrender1:amd64
libxres1:amd64
libxshmfence1:amd64
libxss1:amd64
libxt6:amd64
libxtables10
libxtst6:amd64
libxv1:amd64
libxvidcore4:amd64
libxvmc1:amd64
libxxf86dga1:amd64
libxxf86vm1:amd64
libzbar0
libzvbi-common
libzvbi0:amd64
lightdm
lightdm-gtk-greeter
linux-base
linux-compiler-gcc-4.8-x86
linux-headers-3.16.0-4-amd64
linux-headers-3.16.0-4-common
linux-image-3.16.0-4-amd64
linux-kbuild-3.16
linux-libc-dev:amd64
live-boot
live-boot-doc
live-boot-initramfs-tools
live-config
live-config-doc
live-config-sysvinit
live-tools
lm-sensors
localepurge
locales
lockfile-progs
login
logrotate
lsb-base
lsb-release
lshw
lsof
lvm2
lxappearance
lynx
lynx-cur
lzop
m4
make
man-db
manpages
manpages-dev
mawk
medit
memtest86+
menu
mesa-utils
mesa-vdpau-drivers:amd64
mime-support
mirage
mlocate
mobile-broadband-provider-info
module-init-tools
mount
mpg123
mpg321
mplayer2
mtools
multiarch-support
mutt
nano
ncdu
ncurses-base
ncurses-bin
ncurses-term
net-tools
netbase
netcat-traditional
nfacct
nitrogen
notification-daemon
ntfs-3g
ntp
ntpdate
openssh-client
openssl
os-prober
p11-kit
p11-kit-modules:amd64
p7zip-full
parted
passwd
patch
pavucontrol
pciutils
perl
perl-base
perl-modules
pinentry-gtk2
pkg-config
pkg-mozilla-archive-keyring
plait
pm-utils
po-debconf
policykit-1
powermgmt-base
powertop
procmail
procps
psmisc
pulseaudio
pulseaudio-module-x11
pulseaudio-utils
python
python-apt
python-apt-common
python-cairo
python-chardet
python-dbus
python-dbus-dev
python-debian
python-debianbts
python-defusedxml
python-gi
python-glade2
python-gobject
python-gobject-2
python-gtk2
python-minimal
python-notify
python-numpy
python-pkg-resources
python-pygments
python-reportbug
python-setuptools
python-six
python-soappy
python-support
python-talloc
python-wicd
python-wstools
python2.7
python2.7-minimal
python3
python3-cairo
python3-dbus
python3-gi
python3-gi-cairo
python3-minimal
python3-pkg-resources
python3-pylast
python3-setuptools
python3.3
python3.4
python3.4-minimal
qdbus
qtchooser
qtcore4-l10n
rarian-compat
readline-common
refractainstaller-base
refractainstaller-gui
refractasnapshot-base
refractasnapshot-gui
rename
reportbug
rfkill
roxterm
roxterm-common
roxterm-gtk3
rsync
rsyslog
rtkit
rtmpdump
rzip
sane-utils
scrot
sed
sensible-utils
sgml-base
sgml-data
shared-mime-info
smplayer
smplayer-l10n
smplayer-themes
smtube
spacefm
spacefm-common
squashfs-tools
ssh-askpass
startpar
sudo
synaptic
syslinux
syslinux-common
syslinux-efi
syslinux-stuff
syslinux-utils
systemd
systemd-shim
systemd-ui
sysv-rc
sysvinit-core
sysvinit-utils
tar
task-english
task-laptop
tasksel
tasksel-data
tcpd
tea
tea-data
telnet
texinfo
time
tint2
traceroute
tzdata
ucf
udev
udevil
udisks
udisks2
unace
unalz
unrar
unzip
update-inetd
usbutils
user-setup
util-linux
util-linux-locales
uuid-runtime
va-driver-all:amd64
vbetool
vdpau-va-driver:amd64
vim-common
vim-tiny
vorbis-tools
vrms
w64codecs:amd64
wamerican
wget
whiptail
whois
wicd
wicd-daemon
wicd-gtk
wireless-regdb
wireless-tools
wmctrl
wpasupplicant
x11-apps
x11-common
x11-utils
x11-xkb-utils
x11-xserver-utils
xarchiver
xauth
xbitmaps
xchat
xchat-common
xdg-user-dirs
xdg-utils
xdotool
xfburn
xfce4-appfinder
xfce4-notifyd
xfce4-screenshooter
xfce4-taskmanager
xfce4-terminal
xfconf
xfonts-base
xfonts-encodings
xfonts-terminus
xfonts-utils
xkb-data
xml-core
xorriso
xscreensaver
xscreensaver-data
xserver-common
xserver-xorg
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-evdev
xserver-xorg-input-mouse
xserver-xorg-input-synaptics
xserver-xorg-input-vmmouse
xserver-xorg-input-wacom
xserver-xorg-video-all
xserver-xorg-video-ati
xserver-xorg-video-cirrus
xserver-xorg-video-fbdev
xserver-xorg-video-intel
xserver-xorg-video-mach64
xserver-xorg-video-mga
xserver-xorg-video-modesetting
xserver-xorg-video-neomagic
xserver-xorg-video-nouveau
xserver-xorg-video-openchrome
xserver-xorg-video-qxl
xserver-xorg-video-r128
xserver-xorg-video-radeon
xserver-xorg-video-savage
xserver-xorg-video-siliconmotion
xserver-xorg-video-sisusb
xserver-xorg-video-tdfx
xserver-xorg-video-trident
xserver-xorg-video-vesa
xserver-xorg-video-vmware
xterm
xz-utils
yad
youtube-dl
zip
zlib1g:amd64
zoo
#478
How To's / How To - GMusicBrowser and Custom Layouts
January 14, 2013, 05:54:23 AM
As most of you no doubt know, I am a fan of GMusicBrowser, which is a powerful music application written in Perl by Quentin Sculo and has been around the Linux community for 6 years. Most have also seen my How To - Conky/Lua, Music and Cover Art - 2 Methods for 18 Apps and know of my passion for music apps and displaying the info on the desktop.

GMusicBrowser has allowed me to stop using Conky for information displaying on the Desktop because it allows for custom code known as layouts to be written and used by the user.  This may sound daunting, just keep in mind the first time you ever saw a Conky script.  Have no fear, included within this will be a collection of layouts from several different authors for several different looks.

This How To will detail installing GMB, installing the git version of GMB so that you can stay up to date with new releases and how to setup and run these layouts.  This will not go into much detail on how to create layouts, although that can certainly be discussed.

The GMB Forums are also full of help and information on customizing layouts and the GMB Freenode IRC at #gmusicbrowser is very active with the developer squentin always available to help.
________

Step One Install GMusicBrowser from terminal.

sudo apt-get install gmusicbrowser

This should install everything needed to run GMusicBrowser. 

Go ahead and start it and play a song from terminal with

gmusicbrowser

If there are issues terminal will tell you the problem, report those back here.

Step Two Download and setup the Layouts collection

VastOne Layouts and Collections

Get this file and extract it's contents to

/home/your user name/.config/gmusicbrowser/

Verify that there is now a layouts folder that has 107 items in it.

/home/your user name/.config/gmusicbrowser/layouts

Also download this plugin file for fetching song covers form any menu and save it in /home/your user name/gmusicbrowser/plugins/ directory. This little plugin will come in handy later.

Step Three Install git the git version of GMusicBrowser from terminal.

Install git first

sudo apt-get install git

git clone http://github.com/squentin/gmusicbrowser.git

This will create a /home/your user name/gmusicbrowser folder with the latest version of gmusicbrowser and you would run GMB from there with

./gmusicbrowser.pl

or

/home/your user name/gmusicbrowser/gmusicbrowser.pl

You are now set to run GMusicBroswer from that directory and you should setup any menus or launch files to run it from there.

For updates, I would make it a once a week practice to do this in terminal

cd gmusicbrowser

git pull


Step Four Starting GMB, Enabling the Plug Ins and Choosing the different layouts.

There are several different types of layouts.  One is for the overall application which you can find in Main / Settings / Layout Tab



This one is called VastOne GLC II found in the gmb-art section of the dropdown menu.



There are 40 different layouts within Main / Settings / Layout Tab.  I would try them all until you find what you want to use.

You also see in that first image within the Main / Settings / Layout Tab several other types of layout controls including the tray tip window layout.  I use the VastOne Thin Layout Black which is an option from the dropdown menu next to the tray tip window layout. This is what it looks like



The next type is a widget type layout and this is what drew me to GMB and to stop using Conky for desktop CoverArt and Song Information.  You find these in Main / Settings / Plugins Tab seen here.  Make sure you everything that is selected on the left in this image the same on your setup.



Now click on Desktop widgets on the left and on the right menu you will then have options.  In the dropdown menu between Layout: and +Add you will find several layouts you can use and experiment with on the desktop.  This one is nowplaying_screenlet2 VastOne Now, you select it and then click Add from this menu. Below that,  it will now show you options below where you can change the Text color, the font used and font size and where to position your widget on the desktop and the size you want it to be.  This is what mine looks like:

----- 

One is a closeup and the second is the same layout.  When you hover the mouse over the widget, then the menu control items show up which is in the image on the right.

That is all for now on this How To.  Please do not hesitate to ask anything, and If I cannot answer it, I will track down the answer.
#479
Linux

WARNING, the following instructions will destroy any existing data on your USB stick.

Determine what device your USB is.  With your USB plugged in run:


sudo ls -l /dev/disk/by-id/*usb*


This should produce output along the lines of:


lrwxrwxrwx 1 root root  9 2010-03-15 22:54 /dev/disk/by-id/usb-_USB_DISK_2.0_077508380189-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 2010-03-15 22:54 /dev/disk/by-id/usb-_USB_DISK_2.0_077508380189-0:0-part1 -> ../../sdb1


In this example output, the USB device is sdb

Now cd to where your *.iso is


cd ~/downloads


Example

sudo dd if=filename.iso of=/dev/usbdevice bs=4M; sync


lets say the iso is named vsido_v1-2.iso and your USB device is sdb

Example

sudo dd if=vsido_v1-2.iso of=/dev/sdb bs=4M; sync

_____________________________________

Windows

WARNING, the following instructions will destroy any existing data on your USB stick.

1. Download win32imagewriter from here

2. Extract the ZIP archive to the directory of your choice, preferably the directory the VSIDO ISO is stored.

3. Run the Win32ImageWriter program, and click the folder icon in the Image File section.

4. In the window to "Select a disk image," navigate to the directory the ISO is in, and type "*.iso" without the quotes. The image should appear. Click the Save button.

5. Select your USB device from the list under "Device".

6. Click the "Write" button to write the image to the USB drive, and proceed to the following instructions concerning the installer.
#480
How To's / How To - NIC Bonding
January 14, 2013, 05:52:19 AM
How To - NIC Bonding

For anyone with dual NIC cards and the need to bond.

You will need to first install ifenslave-2.6

sudo apt-get install ifenslave-2.6

Next using your favorite editor, edit /etc/network/interfaces

sudo medit /-etc/network/interfaces

Now comment out what is already there for safe keeping and add the following

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
allow-hotplug eth1
allow-hotplug bond0

auto bond0

iface bond0 inet static
        address 192.168.40.133
        netmask 255.255.255.0
        network 192.168.40.0
        broadcast 192.168.40.255
        gateway 192.168.40.10
        # dns-* options are implemented by the resolvconf package, if installed
        # dns-nameservers 8.8.8.8 8.8.4.4
        # dns-nameservers 208.67.222.222 208.67.220.220
        # dns-search example.com

        up /sbin/ifenslave bond0 eth0 eth1
        down /sbin/ifenslave -d bond0 eth0 eth1


You will need to change this to match your network

Specifically these lines

        address 192.168.40.133
        netmask 255.255.255.0
        network 192.168.40.0
        broadcast 192.168.40.255
        gateway 192.168.40.10


Note - If you have different cards than eth0 and eth1, they will need to change also

These lines

        # dns-nameservers 8.8.8.8 8.8.4.4
        # dns-nameservers 208.67.222.222 208.67.220.220


are commented out here, but I have the second enabled in mine..  They are google and opendns servers. 

Others may have resolv.conf handling this .. I left this commented out so that you can decide

Save the file

Now use your favorite editor and create the following file

sudo medit /-etc/modprobe.d/bonding.conf

add these lines

alias netdev-bond0 bonding
options bonding mode=0 miimon=100

save the file

Now you can restart the network and you should see your bond

sudo /-etc/init.d/networking restart

I have disabled network-manager and wicd on my systems..  and use this for my network setup