Convert .rpm files to .deb files in Ubuntu

Just switch from redhat/fedora to Ubuntu and your used to rpm's? Or did you find an rpm that isnt available as a .deb file? I sure have so I thought I would share the easy process of converting rpm to deb, check it out.

To do this, install Alien using:

  sudo apt-get install alien

And convert using:

  sudo alien -k name-of-rpm-file.rpm

To install .deb packages, double click the file and click Install Package or simply:

  sudo dpkg -i name-of-created-deb-file.deb



Alternatively you can simply install rpm files, This command converts rpm to deb then installs the deb file, after it will delete the temporary .deb created.


  sudo alien -i name-of-rpm-file.rpm


Enjoy.,

Bleeding Edge - Simple shell script to install media players, codecs, MS fonts, drivers and more

Bleeding Edge is a shell script designed for Ubuntu 32 bit. It installs repositories, keys, and software - such as media players, codecs, MS fonts, drivers, etc. It also cleans up the system.

Install Bleeding Edge in ubuntu

You need to download BleedingEdge0_9_9.sh file from here once you have .sh file you need to provide execute permissions to this you can do this by right click on the script select properties or run the following command from your terminal

sudo chmod +x BleedingEdge0_9_9.sh

You can run this script using the following command 

sudo sh BleedingEdge0_8_4.sh 


Screenshot 

 

How to change network card speed and duplex settings in ubuntu

If you want to change speed and duplex of your network card you have to use ethtool or mii-tool.


ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices.

In ubuntu if you want to use mii-tool you have to install net-tools package.

Net-tools package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp, nameif and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).

In the upstream package ‘hostname’ and friends are included. Those are not installed by this package, since there is a special “hostname*.deb”.

Install required packages

sudo apt-get install ethtool net-tools

First you need to find the existing network card speed for this you can use the following command

ethtool eth0

Once you have the current speed and duplex details you can change using the following commands

If you want to setup eth0 10 or 100 or 1000 speed with ethtool try this

sudo ethtool -s eth0 autoneg off speed 10 duplex half

sudo ethtool -s eth0 autoneg off speed 100 duplex full

sudo ethtool -s eth0 autoneg off speed 1000 duplex full


If you want to make it permanent you have to add following lines to /etc/network/interfaces file

gksudo gedit /etc/network/interfaces

Add the following line

pre-up /usr/sbin/ethtool -s $IFACE autoneg off 100 duplex full

Save and exit the file

sudo networking restart


enjoy...


Pinguy OS


Pinguy OS - not many must have heard about it. Pinguy OS is basically a heavily modified Ubuntu with an emphasis on the out-of-the-box functionality of the OS and more importantly on the look-good factor. And I got to tell you folks, on every count, my experience with Pinguy OS was well above average.


What is Pinguy OS?
Pinguy OS is basically a remastered Ubuntu which just works out of the box without a hitch and also, it looks and feels so damn pretty. Here, I will try my best to point out things that I loved about Pinguy OS and also some other things that bothered me.

My Experience With Pinguy OS
As I said before, experience I had with Pinguy OS was delightful. And the interesting part is, I didn't even install Pinguy OS in my laptop. Instead, I tried out the live DVD version of Pinguy OS from my USB drive. Actually, I am writing this blog post right from live Pinguy OS.


One of the first things you notice while using Pinguy OS is the overall robustness and responsiveness of the OS. Normally, when you try to open say, Nautilus file browser for example, there will be a slight delay. But somehow, that delay is completely absent in Pinguy OS. I figured out that, Pinguy OS comes with Preload installed. But even with Preload, my Ubuntu machine didn't felt as robust. And I was not even using the properly installed version of Pinguy OS!


Default Pinguy OS looks beautiful too. It comes preinstalled with useful Conky menu, Docky,Nautilus ElementaryGloobus Preview and also has Elementary as the default GTK theme. Many of the above features are among the first things every savvy Ubuntu user would do after installing Ubuntu. For reference, you should check out this collection of things I did after installing Ubuntu Maverick

After installing Pinguy OS, I had to do nothing, except for removing unnecessary applications, about which we will discuss in more detail below. Pinguy OS does the branding part also quite nicely. I liked the Pinguy OS logo and the way it is displayed in the boot screen.

Things that Bothered Me
Nothing really, except the sheer amount of applications that comes default with Pinguy OS. I consider myself as a pretty heavy user of applications and even I find this list of applications completely overblown. Some of the applications that comes installed with Pinguy OS and that I most probably won't use include DeVeDe, GNOME MPlayer(prefer SMPlayer), pms-linux, Torrent Episode Downloader, gpicview, Pinta, Ailurus, mvPod to name a few.

Download Pinguy OS
  • Both 32 bit and 64 bit version of Pinguy OS is available for download. Visit Pinguy OS download page for more information.
Conclusion 
Pinguy OS is undoubtedly the best Ubuntu derivative I have used and I won't mind rating it even above Linux Mint. I would prefer a much lighter version of Pinguy OS though. So, next time when a wannabe Linux user comes to me asking for a good Linux desktop that just works, Pinguy OS will be my first choice.

Install Gerix Wifi Crackrer Ubuntu


Here we are to present the new version of Gerix Wifi Cracker NG (New Generation), a really complete GUI for Aircrack-NG which includes useful extras.
Completely re-written in Python + QT, automates all the different techniques to attack Access Points and Wireless Routers (but not only ..)

Currently Gerix Wifi Cracker NG is available and supported natively by BackTrack (pre-installed on the BT4 Final version) and available on all the different Debian Based distributions (Ubuntu, ecc..).
The software requires: aircrack-ng, xterm, machchanger, zenity and obviously python-qt3. The version 1.0 is publicly released for the last tests and to collect opinions from users.

To install, open terminal and type
wget http://www.clshack.it/nopaste/gerix-wifi-cracker-ng-2.0-bt7.deb
sudo dpkg -i gerix-wifi-cracker-ng-2.0-bt7.deb 
If cannot install then creates the directory
mkdir / pentest / wireless / wifi-gerix-cracker-ng
 Well, once installed, can open it from here:
sudo python /usr/share/gerix-wifi-cracker-ng/gerix.py
or
sudo python /pentest/wireless/gerix-wifi-cracker-ng/gerix.py

Find Us On Facebook

Related Posts Plugin for WordPress, Blogger... Linux Directory