System Backup (All in 1) Backup and Restore

Posted on April 29, 2007 by nseidm1.
Categories: backup.

I wanted to contribute to the linux community so I created a simple script to backup your computer! I’m not that savvy with programming, although I have been reading some tutorials, so the script is simply bash.

Backup/Restore Script : Right Click / Save As. You can put it on your Desktop or leave it in your home folder.

If you saved in your desktop open a terminal and type “cd Desktop”, then type “sudo ./backup.sh”

If you saved in your home folder open a terminal and type “sudo ./backup.sh”

Everything else is on screen. It asks your various options. Asks you which folders in particular you want to back up. A simple yet thorough bash script!!! Enjoy! I use it myself!!

I’m making a simple GUI version for my next post!

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

5 Website Tutorial and APT Repository Sources You Can’t Live Without

Posted on April 27, 2007 by nseidm1.
Categories: apt repositories.

32bit Skype apt repository

http://www.skype.com/download/skype/linux/repositories.html

Beryl for Feisty on nVidia

http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Feisty_with_nVidia

Grub splash screen

http://ubuntuforums.org/showthread.php?t=402971&highlight=grub+splash

Avant window navigator (replacement for the bottom tool bar with animations)

http://ubuntuforums.org/showthread.php?t=385981

Kiba dock homepage (download direction in the Wiki; must register for access)

http://www.kiba-dock.org/

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

5 Website Tutorial and APT Repository Sources You Can’t Live Without

Posted on by nseidm1.
Categories: apt repositories.

32bit Skype apt repository

http://www.skype.com/download/skype/linux/repositories.html

Beryl for Feisty on nVidia

http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Feisty_with_nVidia

Grub splash screen

http://ubuntuforums.org/showthread.php?t=402971&highlight=grub+splash

Avant window navigator (replacement for the bottom tool bar with animations)

http://ubuntuforums.org/showthread.php?t=385981

Kiba dock homepage (download direction in the Wiki; must register for access)

http://www.kiba-dock.org/

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

BCM43xx; the dreaded Broadcom Drivers

Posted on April 26, 2007 by nseidm1.
Categories: bcm43xx.

Broadcom has zero(0) support for linux drivers. Ubuntu Feisty will recognize the wireless card, but it lacks the firmware to operate the device. The Broadcom BCM43xx drivers have been reverse engineered, albeit in a preliminary stage, and are not incredibly fast. I personally preferring using an ethernet cable over WiFi as it is much faster, but if you want to install the firmware to at leas get your wireless card to see hotspots do the following. It is supported by the main Ubuntu apt repositories, therefore you will be notified of updates automatically.

sudo apt-get install bcm43xx-fwcutter

This will installed a simple piece of software that will ask you if you want to automatically download the Windows drivers, and cut (extract) a linux compatible conversion. It will automatically install them for you! Just follow the on-screen instructions and your card will be working in seconds.

You will have to restart to get your hardware working, but if your in a rush to see it you can manually get it working instantly with the following commands that you will type into a terminal:

sudo rmmod bcm43xx

sudo modprobe bcm43xx

After the second command your light on the wireless card will obviously show that your card is operational. Then you can go to the network manager in the upper right hand task bar and you will see that your wireless card see available hotspots.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati