Skip to main content
  1. Tags/

Linux

2008

[How-To] Display A List of All Partitions, Device Info and Filesystem Type In Linux
··289 words·2 mins
Tips & How-To's Commands Linux
In my previous posts I’d written on how to mount your partitions using the mount command. In the post I’d mentioned that you’d have to mention the partition that you want to mount by specifying /dev/device_name as part of the command. The question that would come to your mind is, How do I know which of my partition is on what device? So let me show how to find out which partition is on what device!
[How-To]Send SMS from your Linux computer via your Mobile Phone
··293 words·2 mins
Tips & How-To's Linux
While exploring Fedora 10 Beta, I found this neat little app called Phone Manager. The about page of PhoneManager states Phone Manager is a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop.. The about page does seem ambitious, somewhat like gammu/Wammu but so far only SMS(text messaging) send/receive feature has been implemented, its been done so very nicely! PhoneManager sits unobtrusively in the Gnome panel, running in the background.
Create a Fedora Bootable USB Pen/Flash Drive Easily using liveusb-creator
··267 words·2 mins
Tips & How-To's Linux Terminal
LiveCDs are a great way to try out (new) Linux distros on your system. Unfortunately CDs get scratched pretty easily, and can turn into a coaster pretty soon. With prices of USB pen drives at rock bottom, they’re probably the best way to try out LiveCDs. Generally its not that easy to make a bootable LiveCD using USB pen/flash drives. If you’re a Fedora lover then here’s a very easy way to create a bootable USB pen drive.
[How To]Setup a BSNL DataOne BroadBand connection or a DSL Connection in Linux
··431 words·3 mins
Tips & How-To's Commands Linux Tutorials
Remember that all these assumes that your router is connected to the LAN port, if it’s connected to the USB port, then disconnect it and connect to the LAN port. If you dont have a LAN card, then consider getting one. It’s cheap, costs around Rs. 200. Next, it’s best to have the router configured in pppoe mode. In this case you just have to switch on the router, the router and DHCP will take care of the rest.
[How To] Opening and Reading CHM [Compiled HTML Files] In Linux
··166 words·1 min
Tips & How-To's Linux Tutorials
In my stash of ebooks, quite a few of them are in chm (compiled HTML) file format. Being HTML files I though they’d open in Mozilla Firefox browser. Unfortunately that didn’t work, so I started looking for CHM viewers. I didn’t have to look far, a quick search on Google gave me couple of programs. KChmViewer: Since I’m a KDE user I tried out this application - and it works fantastic.
[How To] Removing Transparency In Games without disabling/switching off Compiz
··301 words·2 mins
Tips & How-To's Linux
Admin's Note: This solution was emailed to me by Bharath, as he was facing this problem and found a solution to this. If you want to drop a tip or a hack, just send me an email via the contact-me form and I might just publish it Sometimes when playing native games in Linux they may appear transparent. This may feel good for some people. I felt games should be opaque so that the visibility of the game is more realistic and gameplay experience is better.
[How-To]Mounting LVM partitions from a command prompt or a Root Shell
··404 words·2 mins
Tips & How-To's Commands Linux
Today as I booted into my openSUSE box, for reasons unknown to me, my LVM partitions failed to mount. fsck didn’t help, and and LVM based container system meant that I couldn’t use the standard mount /dev/sdxx style of mounting as well. With my /home and / configured as a LVM, the root (/) partition was active, but the /home partition was not being mounted, as a result, X and KDM wouldn’t start, giving a console login.
File Associations:Changing/Removing/Adding default applications for particular filetypes in openSUSE 11 & KDE 4.1
··297 words·2 mins
Tips & How-To's Applications Linux
Consider this situation. You have multiple programs installed for a particular file type. Now double clicking it opens an application, but you want it to open in another application. For example, you want your images to open in showFoto instead of Gwenview, so how do you go about doing this? Let me show you how to do so! First, launch KDE settings, by clicking on the K menu and then Configure Desktop.
[How-To] Fix Nautilus File Manager Title Bar(Window Decorator) disappearing when Emerald is enabled
··184 words·1 min
Tips & How-To's Linux Nautilus
Most of the how-to’s and fixes posted here, are generally my experiences and I post them on how I went about fixing it. This particular how-to was mentioned to me by my very good friend, Bharath, who had this annoying problem of the title bars of every window crashing and disappearing when Emerald is chosen as the decorator. Generally, I’d recommend running gtk-window-decorator --replace or metacity --replace in terminal - that generally does reinitialize the window decorators.
A Handy Wallpaper Displaying Most Common Linux Commands
··27 words·1 min
Tips & How-To's Commands Linux
In the past I’ve done couple of posts explaining few of the common commands. A handy one-glance reference guide is always nice, and found this on Reddit.