Menu Bar
10/20/10
How to monitor the Bandwidth Usage in Ubuntu
Recipe: This cool trick comes in handy if you are a WiMax or a satellite internet user AND you are restricted to a daily or monthly bandwidth usage. Apart from the web based interface given to you by the company, it would be nice if you can monitor you daily usage. This would help you SAVE money these ISPs charge when you go just a byte over the restriction.
Ingredients: Conky and vnStat
Code:
sudo vnstat -u -i eth0
to create a database.
then
vnstat
You can use conky to display vnstat data.
sudo apt-get install conky
Save this config in your home folder as .conkyrc
background yes font Sans Seriff:size=9 xftfont DejaVu Sans Mono:bold:size=10 use_xft yes xftalpha 0.8 update_interval 1.0 total_run_times 0 own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_buffer yes draw_shades yes draw_outline no draw_borders no draw_graph_borders no minimum_size 300 maximum_width 300 default_color 919FAA default_shade_color 333333 default_outline_color 00ff00 alignment br gap_x 10 gap_y 10 no_buffers yes cpu_avg_samples 2 override_utf8_locale yes uppercase no # set to yes if you want all text to be in uppercase use_spacer right # colours #off white color1 BDAC88 # cream color2 D2B16A # cyan #color3 08A1A1 # bluemoon color3 919FAA # yellow color4 F1BC49 # Green color5 00940F #dark cyan color6 074C4C #grey color7 6b6b6b #orange color8 AF560D #yellow color9 F1BC49 #lua_load /home/glen/conky/draw_bg.lua #lua_draw_hook_pre draw_bg TEXT ${goto 90}${color1}${font DejaVu Sans Mono:bold:size=12}INTERNET USAGE ${goto 90}${voffset -15}______________ ${goto 90}${font DejaVu Sans Mono:bold:size=10}${color3}Down${goto 170}${color9}Up${goto 235}${color5}Total ${goto 10}${font DejaVu Sans Mono:bold:size=9}${color1}Yesterday: ${color3}${execi 300 vnstat | grep "yesterday" | awk '{print $2 $3}'}${goto 170}${color9}${execi 300 vnstat | grep "yesterday" | awk '{print $5 $6}'}${goto 235}${color5}${execi 300 vnstat | grep "yesterday" | awk '{print $8 $9}'} ${goto 10} ${color1}Today: ${color3}${execi 300 vnstat | grep "today" | awk '{print $2 $3}'}${goto 170}${color9}${execi 300 vnstat | grep "today" | awk '{print $5 $6}'}${goto 235}${color5}${execi 300 vnstat | grep "today" | awk '{print $8 $9}'} ${goto 10} ${color1}Week: ${color3}${execi 300 vnstat -w | grep "current week" | awk '{print $3 $4}'}${goto 170}${color9}${execi 300 vnstat -w | grep "current week" | awk '{print $6 $7}'}${goto 235}${color5}${execi 300 vnstat -w | grep "current week" | awk '{print $9 $10}'} ${goto 10} ${color1}Month: ${color3}${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $3 $4}'}${goto 170}${color9}${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $6 $7}'}${goto 235}${color5}${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $9 $10}'}${font}
Alt+F2 and run conky
and you should see the attached pic in the bottom right corner.
10/18/10
How to setup your own Online Radio Station in Ubuntu using JACK and IDJC.
IDJC - Internet DJ Console..... It uses Jack.... This thing had me stumped for the longest time.... I just couldn't seem to get it to work... I do however now use it all the time. So a simple guide to those who needs to use it. Written for Ubuntu of course. Ive been told you need to install ia32-libs on 64 bit, its one of the first things i install myself so not sure if thats true or not.
Ok, first of all we need Jack. Open a terminal and enter :sudo apt-get install jackd qjackctl
Open Limits.conf
sudo gedit /etc/security/limits.conf
Add the following lines into the file :
@audio - rtprio 99 @audio - memlock unlimited @audio - nice -19
Save and close.
Now open System > Administration > Users and Groups Click the keys where it says click to make changes, put in your password. Click Manage groups. You should find one called audio, if not, add group and call it audio. Add yourself to it. Log out and in again. Run Jack, you should find it in Sound and Video. Click Setup. Below is a couple of pictures of my set up screens. Mimic them, if it doesnt work, you can tweak them. Ok few things in this window. Realtime - Some people find its better to have it turned off, some people cant get it to work at all with this ticked. Frames/Peroid - I have this down to 256. My partner has it at 1024. My friend has it a 2048. Youll have to play with this a bit. Interface - This is where it takes the sound from. If you have a funny sound set up, multiple sound cards, usb sound devices, you may need to tweak this. Should work for everyone. Should work for everyone. Personal preferences. But this is my set up. Ok, we have Jack set up, Wewt wewt! Now for IDJC. Open a terminal and give it a :sudo apt-get install idjc
If you want Shoutcast aswell Icecast give one of these aswell :
sudo apt-get install libmp3lame0 libmp3lame0-dev
If you dont install these Shoutcast will be greyed out in the options. Now open Internet > IDJC
Click Server, drag the boxes bottom corner and expand it out, i mean right out! Theres a lot of options and stuff here but every time i set this up it opens as a tiny little window. This is how i have mine set up. Password poofed of course. Once its all filled in hit Server Connect. Should start streaming straight away. Simply drag songs out of nautilus into playlist 1 and hit play. You can make a playlist in Rythmbox, highlight the whole playlist and drag it into playlist 1. Means you can pre make them, save them, use them later etc. Press the big mic button in the bottom right corner to talk. I pause the music as the song ends and do my talking but i guess thats DJ dependant.How to reinstall / fix GRUB2 after installing / dual booting Windows 7 or Ubuntu 10.10
Reinstalling GRUB 2
There may be times when a user needs to either move or reinstall a GRUB 2 installation. GRUB 2 needs to be reinstalled when a user is presented with a blank screen with only the word "GRUB", no prompt, and no ability to enter commands. This often happens when the MBR of the booting device is altered and GRUB 2 is removed, such as when Windows is installed after Ubuntu. Additionally, if a user cannot boot into an operating system at all, even using the rescue mode mode, a complete reinstallation of GRUB 2 may be necessary.
Reinstalling from LiveCD
If you cannot boot from GRUB 2 review the section Boot Problems and Rescue Mode. If a reinstall becomes necessary follow these instructions. Two methods are presented; both require booting from a LiveCD (Ubuntu 9.10, Karmic Koala or later version). If the first method does not work, follow the second method, which is more complex and contains more options and instructions.
SIMPLEST - Copy GRUB 2 Files from the LiveCD
This is a quick and simple method of restoring a broken system's GRUB 2 files. The terminal is used for entering commands and the user must know the device name/partition of the installed system (sda1, sdb5, etc). The problem partition is located and mounted from the LiveCD. The files are then copied from the LiveCD libraries to the proper locations and MBR. It requires the least steps and fewer command line entries than the following methods.
- Boot to the LiveCD Desktop (Ubuntu 9.10 or later).
-
Open a terminal by selecting Applications, Accessories, Terminal from the menu bar.
-
Determine the partition with the Ubuntu installation. The fdisk option "-l" is a lowercase "L".
-
sudo fdisk -l
Running sudo blkid may provide more information to help locate the proper partition, especially if the partitions are labeled. The device/drive is designated by sdX, with X being the device designation. sda is the first device, sdb is the second, etc. For most users the MBR will be installed to sda, the first drive on their system. The partition is designated by the Y. The first partition is 1, the second is 2. Note the devices and partitions are counted differently.
-
- Mount the partition containing the Ubuntu installation.
sudo mount /dev/sdXY /mnt
Example: sudo mount /dev/sda1 Note: If the user has a separate /boot partition, this must be mounted to /mnt/boot Note: If the user has a separate /home partition, this must be mounted to /mnt/home. Encrypted home partitions should work.
-
Run the grub-install command as described below. This will reinstall the GRUB 2 files on the mounted partition to the proper location and to the MBR of the designated device.
sudo grub-install --root-directory=/mnt/ /dev/sdX
Example: sudo grub-install --root-directory=/mnt/ /dev/sda
- Reboot
-
Refresh the GRUB 2 menu with sudo update-grub
-
If the user wishes to explore why the system failed, refer to Post-Restoration Commands section below.
METHOD 2 - Copy GRUB 2 Files from the Installed Partition
This is a quick and simple method of restoring a broken system's GRUB 2 files. The problem partition is located and mounted from the LiveCD. The files are then copied from the broken system's /boot/grub directory to the proper locations and MBR. It requires fewer steps and fewer command line entries than the following CHROOT method. For users with separate system partitions, such as a separate /boot partition, or other special circumstances, using the CHROOT method may provide better results.
- Boot to the LiveCD Desktop (Ubuntu 9.10 or later).
- Mount the partition with your Ubuntu installation.
-
From the Places menu, select and click the partition containing your Ubuntu installation to mount it.
-
- If the partition isn't recognized, look for one of the appropriate size or label.
-
Once mounted, the user should see Ubuntu system directories such as /boot
-
-
-
Open a terminal by selecting Applications, Accessories, Terminal from the menu bar.
-
Run the grub-setup -d command as described below. This will reinstall the GRUB 2 files on the mounted partition to the proper location and to the MBR of the designated device.
-
Determine the mount point by referring to the location box in Places. Replace XXXX in the command with the UUID, or replace /media/XXXX with the correct location if the partition is not mounted in /media. The designation may be a UUID, or a label, if the user has created one (see note).
- If the location window is not in the format shown, click on the icon to the left to change the presentation.
-
When ready to copy the UUID/location, by highlighting it with the mouse. Paste it into the terminal by pressing the middle mouse button. If using the keyboard, use CTRL-SHIFT to copy the location and CTRL-SHIFT-V to paste it into the terminal.
-
The device/drive is designated by sdX, with X being the device designation. sda is the first device, sdb is the second, etc. For most users the MBR should be installed to sda, the first drive on their system.
sudo grub-setup -d /media/XXXX/boot/grub /dev/sda
sudo grub-setup -d /media/7848138a-41a0-4eba-8aed-d1b625ac8759/boot/grub /dev/sda
-
If the user gets a "error: Cannot open /boot/grub/device.map" message, add the -m switch and path to the device.map to the command as follows:
sudo grub-setup -d /media/XXXXX/boot/grub -m /media/XXXXX/boot/grub/device.map /dev/sda
sudo grub-setup -d /media/7848138a-41a0-4eba-8aed-d1b625ac8759/boot/grub -m /media/7848138a-41a0-4eba-8aed-d1b625ac8759/boot/grub/device.map /dev/sda
-
Other switches are available for use with the grub-setup command. In a terminal, type grub-setup --help for a list of available options.
-
You may find you get a repeated "error: Cannot open /boot/grub/device.map" message. If this happens try rebooting. The UUID method may actually work but throws an error message falsely. Using the label name does not seem to evoke the same repeated error message.
-
- Reboot
-
Refresh the GRUB 2 menu with sudo update-grub
-
If the user wishes to explore why the system failed, refer to Post-Restoration Commands section below.
Ubuntu 9.10 introduced a new application which can easily assign labels to existing partitions. Access Disk Utility from the System, Administration menu.
METHOD 3 - CHROOT
This method of installation uses the chroot command to gain access to the broken system's files. Once the chroot command is issued, the LiveCD treats the broken system's / as its own. Commands run in a chroot environment will affect the broken systems filesystems and not those of the LiveCD.
-
Boot to the LiveCD Desktop (Ubuntu 9.10 or later). Please note that the Live CD must be the same as the system you are fixing - either 32-bit or 64-bit (if not then the chroot will fail).
-
Open a terminal - Applications, Accessories, Terminal.
- Determine your normal system partition - (the switch is a lowercase "L")
sudo fdisk -l
- If you aren't sure, run
df -Th. Look for the correct disk size and ext3 or ext4 format.
- If you aren't sure, run
- Mount your normal system partition:
- Substitute the correct partition: sda1, sdb5, etc.
sudo mount /dev/sdXX /mnt # Example: sudo mount /dev/sda1 /mnt
-
Only if you have a separate boot partition:
- sdYY is the /boot partition designation (for example sdb3)
-
sudo mount /dev/sdYY /mnt/boot
- Mount the critical virtual filesystems:
sudo mount --bind /dev /mnt/dev
sudo mount --bind /dev/pts /mnt/dev/pts
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys - Chroot into your normal system device:
sudo chroot /mnt
- If there is no /boot/grub/grub.cfg or it's not correct, create one using
update-grub
- Reinstall GRUB 2:
-
Substitute the correct device - sda, sdb, etc. Do not specify a partition number.
grub-install /dev/sdX
-
-
Verify the install (use the correct device, for example sda. Do not specify a partition): sudo grub-install --recheck /dev/sdX
-
Exit chroot: CTRL-D on keyboard
- Unmount virtual filesystems:
sudo umount /mnt/dev/pts
sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys- If you mounted a separate /boot partition:
sudo umount /mnt/boot
- If you mounted a separate /boot partition:
- Unmount the LiveCD's /usr directory:
sudo umount /mnt/usr
- Unmount last device:
sudo umount /mnt
- Reboot.
sudo reboot
Post-Restoration Commands
Once the user can boot to a working system, try to determine why the system failed to boot. The following commands may prove useful in locating and/or fixing the problem.
-
To refresh the available devices and settings in /boot/grub/grub.cfg
-
sudo update-grub
-
grub-probe -t device /boot/grub
To install GRUB 2 to the sdX partition's MBR (sda, sdb, etc.)
-
sudo grub-install /dev/sdX
sudo grub-install --recheck /dev/sda
-
If you need help on this, just leave a comment or follow me @bithack3r and send me a driect message.
10/15/10
10 things to do after installing Ubuntu 10.10 Maverick Meerkat
So you’ve downloaded Ubuntu 10.10, made yourself a freshly minted copy and installed it with haste. Now what?
Here is our guide to the top 10 post-install must-do’s that will help ensure you get off to a marvellous start with the Maverick Meerkat.
1. Run Update Manager
Just because you’ve installed the latest version of Ubuntu doesn’t mean that there won’t be some updates and patches waiting for you. Make sure you run the update manager (if it doesn’t update you first) so that you’re benefitting from the latest fixes and features.
2. Enable graphics card drivers for 3D fun
If you want to use advanced desktop effects such as Compiz (3d Cube, wobbly windows) then you will need to enable the “official” drivers for your graphics card.
Ubuntu should automatically detect and alert you that 3D drivers are available. If so, you will see a ‘circuit board’ icon appear on the top panel. Click this and follow the prompts.
If Ubuntu fails to detect any hardware (do be patient as this isn’t always instant) then you can manually run the ‘hardware configuration tool’ from the System > Preferences menu.
3. Set up Ubuntu One file sync
Ubuntu One provides all Ubuntu users with 2GB of free online storage space that allows to back up and sync important files, Firefox bookmarks, Tomboy notes and Evolution contacts between computers – as well as any other file or folder you wish.
Head to Applications > Internet > UbuntuOne to get started.
4. Install Ubuntu Tweak and make your life easier
Ubuntu Tweak is a one-stop shop for managing and installing extra applications, tweaking your desktop (such as putting the window controls back on the right and choosing which icons show on the desktop) and allowing you to keep your system in tip-top shape with the built in system cleaning options.
5. Visit the Software Centre to find great apps
One size certainly does not fit all so if you’re wanting to add VLC, install Photoshop rival The GIMP or play some awesome games then look no further than the Ubuntu Software Centre which can be launched from the Applications menu.
Everything is one-click install so browse around – make sure you check out the cool new featured applications section, too!
6. Integrate your browser
By default most browser look pants in Ubuntu so wrap a band-aid around the sore thumb of no-integration and apply a matching theme to your browser of choice
7. Install some indicators
Ubuntu’s Indicator-Applet project – which aims to make panel application entries behave consistently – is pretty neat.
So neat, in fact, that there are a tonne of really neat and useful indicator applets you can add and use.
Everything from screenshot and system load monitoring tools to workspace switchers and USB ejectors.
8. Add Gmail, Thunderbird, Google Voice and more to the Messaging Menu
Make the messaging menu (the green envelope) work for you by adding notification support for Gmail, Thunderbird and other applications.
9. Install Nautilus-Elementary
Ubuntu’s default file-browser – Nautilus – is, by default, is a bit of a mess. Add some file-browsing simplicity to your set-up by installing the paired-down, and quite frankly beautiful, Nautilus-Elementary.
Better still the refined replacements comes with many great features not present in normal-Nautilus including a ‘cover-flow’ like browsing view, toolbar editor, built-in terminal, ability to hide the ‘main menu’ and a zoom slider.
You can upgrade Nautilus using the official PPA (Personal Package Archive). Installing this allows you to remain automatically up-to-date with any change and new release.
Add it by entering the commands below in a terminal (Applications > Accessories > Terminal): -
sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
sudo apt-get update && sudo apt-get dist-upgrade
10. Enjoy using it!
Finally, to end on a corny note, take some time out to just enjoy using it. Forget about finding and installing new apps or tweaking some part of Maverick for an hour or so and just use Ubuntu like anyone else would: check Facebook in Firefox, chat to your mates on Empathy, type up that letter in Open Office and listen to some music in Rhythmbox.
Ubuntu 10.10 is a fantastic upgrade from 10.04 so take some time to soak in the fantastic achievement of it.
Pssst!
Whilst we are at it – why not subscribe to BitHacker! to find out about the latest news, cool applications, tips, tweaks, gorgeous themes and wallpapers and a healthy side-serving of opinion and bad jokes? C’mon, you know you want to.
- Twitter @BitHacker
10/14/10
10/13/10
Create A Bootable Windows 7 USB Drive From Linux (Tested On Ubuntu 10.10)
1. Install Gparted and format the USB drive to NTFS. In Ubuntu, use the following command to install Gparted:
sudo apt-get install gparted
Then you'll have to mount the USB drive back. You can do it from the command line or Disk Utility (System > Administration > Disk Utility) but to keep things simple, you can just unplug the USB flash drive and plug it back in to the computer.
Now at the bottom, check the "Show all Drives" box and then select your USB drive. For me, that's "/dev/sdb1" but it might be different for you (you should know this from Gparted which you've used to format the USB drive under step 1. Important: if your USB drive is "dev/sdb", then you'll have to select "/dev/sdb1" in UNetbootin!). Do not select / check anything else!
Grub Customizer Lets You Reorder, Add Or Remove GRUB 2 (Or BURG) Menu Entries
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer
Once installed, you can find it under Applications > System Tools > Grub Customizer.
Update: Grub Customizer (stating with version 1.1) now supports BURG too!
How to customize the clock applet in Ubuntu 10.10
If you’re bored with the look of the default date and time applet in Ubuntu why not jazz it up with one of the following themes?
Instructions on how to do are at the bottom but first the eye-candy!
Stacked
Just time
OS X Style
How to change GNOME clock applet theme
- Press ALt+F2
- Type: gconf-editor
- Hit return
- Navigate to “Apps > Panel > Applets > Clock_Screen* > Prefs”
- (* this may be under a different name, just look for the applet that has the correct ‘prefs’ folder)
- Double-click on the ‘Format’ value. Change it to ‘custom’.
- Double click on the ‘Custom Format’ field and paste in the code from one of the styles below.
- Hit return once again and enjoy!
Use any font installed on your system by changing the font on the codes from ‘ubuntu’ to that of your choice (Sans, DroidSans, etc).
If you’ve created your own awesome clock style feel free to share it in the comments below.
10/12/10
The Medibuntu Repository Is Available For Ubuntu 10.10 Maverick Meerkat
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list cd && wget http://packages.medibuntu.org/pool/free/m/medibuntu-keyring/medibuntu-keyring_2008.04.20_all.deb && sudo dpkg -i medibuntu-keyring_2008.04.20_all.deb && rm medibuntu-keyring_2008.04.20_all.deb sudo apt-get update
sudo apt-get install app-install-data-medibuntu
10/10/10
Ubuntu 10.10 (Maverick Meerkat) is Released and download links, Happy 10.10.10 :)
Ubuntu team is pleased to announce Ubuntu 10.10.Codenamed “Maverick Meerkat”, 10.10 continues Ubuntu’s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.
Download ubuntu 10.10 and other versions
The following link will direct you to a download location near you:
http://www.ubuntu.com/testing/download (Ubuntu Desktop, Server, and Netbook)
Additional ISOs and torrents are also available at:
http://uec-images.ubuntu.com/releases/10.10/ (Ubuntu Server for UEC and EC2)
http://releases.ubuntu.com/kubuntu/10.10/ (Kubuntu)
http://cdimage.ubuntu.com/xubuntu/releases/10.10/ (Xubuntu)
http://cdimage.ubuntu.com/edubuntu/releases/10.10/ (Edubuntu DVD)
http://cdimage.ubuntu.com/ubuntustudio/releases/10.10/ (Ubuntu Studio)
http://cdimage.ubuntu.com/ubuntu-netbook/ports/releases/10.10/ (Ubuntu ARM)
http://cdimage.ubuntu.com/mythbuntu/releases/10.10/ (Mythbuntu)
http://cdimage.ubuntu.com/kubuntu-mobile/releases/10.10/ (Kubuntu Mobile Preview)
http://cdimage.ubuntu.com/kubuntu-mobile/ports/releases/10.10/ (Kubuntu Mobile Preview ARM)
10/7/10
How to Create Groups and Use Them in Facebook
Facebook has just released a new feature called Groups. A Group is an area within Facebook where you can share information with a selected collection of invited people. For example, this would allow you to share family photos to your selected family group. These directions describe how to create a Facebook Group, invite users, and edit the picture associated with the group.
Facebook Groups will add another dimension to sharing on Facebook. By having small groups, you can share specific information such as pictures or videos with only certain people.
Maybe you have a school project and you want to share information with just those people involved. Just create a group and invite the friends who are working on that particular project.
1. Go to Facebook Groups.
2. Log into your account.
3. Click on Create group.
4.Give your new group a name, add some members (you can also add members later), change the privacy and hit Create.
5. After the group has been created, you can always add new friends by clicking on Add friends to Groups.
6. You may also want to set the group’s picture. You can do it by clicking on Edit Group at the top.
7. Switch to Profile Picture, click on Browse and point it to your profile picture.
10/6/10
Friend Groups and More Control Over Your Profile in Facebook
Today at an announcement at Facebook HQ broadcasted live, Mark Zuckerberg & team announced three pretty big updates to Facebook. These updates includes new Facebook Groups, Download Your Information, and the Apps That You Use Dashboard. Read on to find out more. This function allows you to export all of your data from Facebook in a zip file. This includes profile information, friends list, comments, photos, videos and more. Security is built into the application to ensure your data remains safe. Once it is downloaded, your profile is available in what looks like is a plain HTML/CSS format, which should make this information available to import into other social networks. This feature is perhaps a direct response to Facebook’s critics concerned about the platform being ‘closed’ with your data being locked with no way to export or back it up. Note: Once the feature rolls out to your account, all you need to do is head to Account > Account Settings > Download Your Information. From there, you can download a zip file containing all your profile information, including your photos, wall posts, messages, videos, friend lists, and other content. If you unzip the file, you can actually view a simple HTML page of your profile, with simple links to all of these things. This new feature allows you to have a finer-tuned access to how an external application will access your data. The granular controls give you the ability to enable and disable specific features like the ability to post to your wall, while allowing full access to other functions. A second part of this feature is an ‘audit log’ to see what exactly an App is doing with your data. This feature helps to mitigate the problem with having disparate groups of “friends”. It will aim to map real-world groups that share information to an area on Facebook which has similar features. Facebook has discovered that “people don’t want to make lists” quoting that only 5% of Facebook users made at least 1 list. But they also discovered that doing it algorithmically isn’t a great solution either, because who you interact with doesn’t necessarily indicate who you think should be in a certain group of friends. The new Groups aim to solve this by simplifying how you add friends to groups. Facebook hopes that making it as simple as tagging a photo will help to increase the adoption of creating separate lists of users. Groups is not replacing Lists (or old Groups), but is meant to augment small group communication. Think of it more like Google Wave functionality. Group features will include: The features will be rolled out over the next few days. If you don’t see it now, be patient, it should be there soon.Download Your Information
Apps That You Use Dashboard
Facebook Groups