We once again participated in Baroda IT Association’s annual exhibition, gave out whole lot of promo DVDs and also ‘sold’ some openSUSE-Edu DVDs. Here are few of the pictures from the event:
Click the picture above for the rest of the pictures.
Author Archive
openSUSE at BITA2012
February 20th, 2012 by Jigish GohilCinnamon on openSUSE
December 29th, 2011 by Jigish GohilMint developers have forked gnome-shell, their aim is to provide all the goodness that gnome3 brings with familiarity of gnome2. If you are using openSUSE 12.1 and want to try out this new DE get the test packages here.
There are some issues like it is still not possible to configure everything via a GUI(use dconf-editor). I guess this is because the project is in initial stage and the rough edges will be sorted out as further development and contributions flows in.
Some gnome-shell extensions have been ported to work with Cinnamon, to enable them use dconf-editor, for example the org -> cinnamon -> enabled-extensions should look like this for all available extensions to be enabled:
['system-monitor@paradoxxx.zero.gmail.com', 'apps-menu@gnome-shell-extensions.gnome.org', 'dock@gnome-shell-extensions.gnome.org', 'drive-menu@gnome-shell-extensions.gnome.org', 'places-menu@gnome-shell-extensions.gnome.org', 'windowsNavigator@gnome-shell-extensions.gnome.org', 'xrandr-indicator@gnome-shell-extensions.gnome.org']
Please note that the package is for testing purpose only, it will not be maintained/updated in future, so if you are a developer who can hack and want to contribute to that project check it out, please report bugs directly on cinnamon project issue tracker, preferably with a patch fixing the issue
. More information about the project is here and here.
EDIT: Please see this http://en.opensuse.org/openSUSE:GNOME_Cinnamon Nelson Marques is doing the official packaging for openSUSE distribution.
openSUSE Edu Li-f-e 12.1 out now!
December 22nd, 2011 by Jigish GohilopenSUSE Education team is proud to present another edition of openSUSE-Edu Li-f-e (Linux for Education) based on openSUSE 12.1. Li-f-e comes loaded with everything that students, parents, teachers and system admins of educational institutions may need.
fsck.ocfs2: I/O error on channel while performing pass 1
September 5th, 2011 by Jigish GohilWhen running fsck.ocfs2 if you get an error like below, turn off feature metaecc and run it again.
fsck -f -y /dev/drbd0
fsck from util-linux-ng 2.17.2
fsck.ocfs2 1.4.3
Checking OCFS2 filesystem in /dev/drbd0:
Label: vmimages
UUID: B5A45669962C4E40AE9FB2BF16184981
Number of blocks: 157281328
Block size: 4096
Number of clusters: 19660166
Cluster size: 32768
Number of slots: 4
/dev/drbd0 was run with -f, check forced.
Pass 0a: Checking cluster allocation chains
Pass 0b: Checking inode allocation chains
Pass 0c: Checking extent block allocation chains
Pass 1: Checking inodes and blocks.
extent.c: I/O error on channel reading extent block at 112162 in owner 516113 for verification
pass1: I/O error on channel while iterating over the blocks for inode 516113
fsck.ocfs2: I/O error on channel while performing pass 1
#disable metaecc (man tunefs.ocfs2 for more)
tunefs.ocfs2 --fs-features=nometaecc /dev/drbd0
#run fsck again
fsck -f -y /dev/drbd0
to re-enable it after completing fsck, run:
tunefs.ocfs2 --fs-features=metaecc /dev/drbd0
Presentation resolution on netbooks
July 11th, 2011 by Jigish GohilI recently got ASUS Eee Netbook R051PX, nice little machine, however small annoyance it has when plugged to projectors for presentation is that the default mirrored resolution is just 800×600, the gnome-display-properties does not allow the selection of 1024×768, xrandr comes to the rescue:
Run the following as normal user in terminal to get the required resolution.
xrandr --output LVDS1 --panning 1024x768
xrandr --output VGA1 --mode 1024x768
Note: just in case wordpress eats up – character, there are 2 – before output, panning and mode.
openSUSE Edu Li-f-e 11.4 out now!
March 29th, 2011 by Jigish GohilopenSUSE Education team is proud to present openSUSE-Edu Li-f-e (Linux for Education) based on openSUSE 11.4. The image is a “hybrid” iso image which can be used to burn a Live DVD or to create a Live USB stick.
This release includes the latest carefully selected softwares for students, educators as well as parents. The software selection encompasses everything required to make computers productive for either home or educational use without having to install anything additional.
Welcome to BITA 2011
January 19th, 2011 by Jigish GohilHello Community
It is again that time of a year when we participate in our local IT mega event: Baroda IT Association Show 2011 (BITA 2011).
Drop in to see what we are up to if you happen to be around here during 23-26 January 2011.
There will of course be openSUSE Education Li-f-e DVDs available at our stall that is why BITA probably is green this time
See you all there
On-Access virus scanning on openSUSE 11.3
September 14th, 2010 by Jigish GohilOne of the most useful deployment scenario for Linux in enterprise or educational environment is a fileserver with on access virus scanning, to serve Windows PCs on the network of course. Long ago there used to be samba-vscan that worked very nicely, it went missing in openSUSE 11.2 so dazuko kernel module worked in its place. On 11.3 dazuko is no longer available, enter dazukofs.
KIWI-LTSP multiple image support improvements
September 8th, 2010 by Jigish GohilSavin Alex has been busy working on improving kiwi-ltsp lately. The basic idea behind the new development is easier management of multiple LTSP images that can be served over NBD or AOE. Earlier Shrenik Bhura had added multiple image support for AOE, now it is also supported when using NBD. (more…)
How to change GDM theme
July 25th, 2010 by Jigish GohilRun this command as root:
gconftool-2 --direct --config-source=xml::/etc/gconf/gconf.xml.vendor --set /desktop/gnome/background/picture_filename --type=string "/path/to/picture"
gconftool-2 --direct --config-source=xml::/etc/gconf/gconf.xml.vendor --set /desktop/gnome/background/picture_options --type=string "stretched"
Edit: The easier way


