gnu/linux

Install LibreOffice in Debian GNU/Linux

According to Wikipedia:

LibreOffice is a free office suite compatible with Microsoft Windows, Mac and GNU/Linux. It has a text processor (Writer), a spreadsheet (Calc), a presentations creator (Impress), a databases manager (Base), a vector graphics editor (Draw) , and an editor of mathematical formulas (Math).

To the previous definition, I would add that it is also compatible with BSD OS (FreeBSD, OpenBSD, NetBSD).

LibreOffice covers a wide range of office needs and therefore can replace proprietary suites such as: Microsoft Office.

Install LibreOffice in Debian GNU/Linux Read More »

How to resolve keybinding conflict between Eclipse and XFCE

XFCE

P. The default Eclipse keybinding comes into conflict with XFCE default keybinding, Eclipse use CTRL + ALT + ↑ and CTRL + ALT + ↓ to duplicate and copy text lines respectively, while XFCE used them to change from a higher to a lower workspace or vice versa. How to change this behavior?

R. To resolve the situation above you can follow one of the following procedures

Procedure 1 – change the shortcuts in the Eclipse configuration

Change keybinding

Windows->Preferences->General->Keys
[caption id="attachment_1261" align="alignleft" width="630"]Change keybinding in Eclipse Eclipse, change the keybinding for copy and paste actions[/caption]

Eclipse, change the keybinding for duplicate and copy actions

[caption id="attachment_1262" align="alignleft" width="630"]Eclipse, change the keybinding for copy and paste actions Eclipse, change the keybinding for copy and paste actions[/caption]

Procedure 2 – Change the XFCE keybinding for change a workspace to another actions

Xfce Menu->Settings->Windows manager
[caption id="attachment_1260" align="alignleft" width="630"]Keybinding in XFCE XFCE keybinding settings[/caption]

How to resolve keybinding conflict between Eclipse and XFCE Read More »

Mount ISO, BIN and NRG images

GNU/Linuxfuseiso is an utility that allows you to mount ISO, BIN and NRG images in the userspace file system then you can browse them with any file manager such as any directory can be inspected.

Install fuseiso

Debian/Ubuntu and derivatives

$ sudo apt-get install fuseiso

CentOS/RHEL
Enable rpmforge

# yum install fuse-iso

Use fuseiso

$ fuseiso -p my.iso access-point

access-point = DIR where you will mount the image

Unpack .iso with 7-Zip

See 7-Zip – An excellent archive compressor / decompressor

Further reading

– man fuseiso

Mount ISO, BIN and NRG images Read More »

7-Zip – An excellent archive compressor / decompressor

7-zip is a file compressor with a high ratio of compression. The main features are:

  • High ratio of compression (LZMA algorithm)
  • Compress / decompress: 7z, ZIP, GZIP, BZIP2 and TAR
  • Unzip: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z
  • Robust encryption: AES-256 for 7z and ZIP formats
  • Allows to create self-extracting archives (SFX)
  • Command line version
  • Integration with File Roller, XArchiver and XArchive
  • Multi-platform
  • Multi-language

7-Zip – An excellent archive compressor / decompressor Read More »