Skip to main content

Posts

How to Run Linux from an USB Flash Drive

ok whay to do it vary hard if a program can do that for you !!! Ever wanted to have a portable operating system? One that can reside inside a small USB flash drive? In the past, it was possible to run a Linux distribution from an USB stick just like you would have run it from a Compact Disc, but this task was quite hard to achieve. Why? Simply because you had to type a lot of geeky commands in a terminal and if, somehow, you forgot one or typed something wrong, the whole process had to be started all over again. Not to mention that it could take about 1-2 hours to make a bootable USB stick. Therefore, this guide is here to teach you some new Linux magic tricks on how to achieve a portable Linux operating system, in no more than 5 minutes! How? With the help of a great and marvelous tool called UNetbootin. For this tutorial, we've used Ubuntu 8.04.1 LTS and BackTrack 3 Linux distributions, both tested with an 1GB Kingstone DataTraveler 2.0 USB flash drive.Things you need: window.goo...

boot you linux from your Mobile

Ok lets start for that i use my mobile SGH-F480 And I do it form windows!! remove the micro sd Put it in the SD-adapter Put the SD-adapter in the USB adapter hehehehe crazy way , why I do that I need it to work like usb flash disk not SD flash for those with notebook ok now You can just connect the mobile to your usb and use storage mode but what I do is more faster!!! Download the HP USB tool and format your stick with the tool using a FAT file system. http://files.filefront.com/SP27608exe/;9868201;/fileinfo.html FAT!! Yes yes that mean you cant do that with your 4 gib micro sd Ok now you need A boot system!! Use that in the HP USB tool http://www.bay-wolf.com/utility/usbkey/win98boot.zip Download the Feather Linux zip file http://ftp.nluug.nl/ftp/pub/os/Linux/distr/feather/feather-0.7.4-usb.zip Extract the files from feather-0.7.4-usb.zip to your USB stick. Download and extract syslinux.zip to a directory on your computer http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/sysli...

..............A new start in beer-sheva....

Now in beer-sheva after a long time of sleep mode one of the developers of Linux group in beersheva start to boot up again and build the web site http://scex.wiki.sourceforge.net/ For all the Linux user in bear sheva so a new fresh start for all aooo eaaa

Install VMware Server on Ubuntu

The first step, of course, is to download VMware Server . You’ll want to download the .tar.gz version. This command can be used for a direct download: wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.7-108231.tar.gz The second step is to install some development tools that we’ll need to get things running. Use the following command or click the package names to install the requirements: sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd Installation and Configuration Let’s unpack the VMware archive that we downloaded and run the VMware installer. tar xf VMware-server-1.0.7-*.tar.gz cd vmware-server-distrib sudo ./vmware-install.pl The Last Step If you attempt to run vmware at this point you might notice that it spits out some nasty errors and complains at you. There is one more thing we need to setup. Basically VMware is missing and complaining about some cairo libraries and gcc. So, the simple fix for this is to poi...

OpenMoko Neo FreeRunner

Openmoko is a project to create mobile phones with an open software stack. We believe in standardization bottom-up (defined and implemented by the community), instead of top-down (defined by a consortium). For a more thorough introduction see this announcement Openmoko is supposed to run on all kinds of Linux-capable mobile phones. The first fully supported Openmoko phones are the Neo 1973 and Neo FreeRunner . This initative has been initiated by FIC Inc. and Openmoko, Inc. The Neo FreeRunner (internal codename GTA02 ) is the second phone designed to run Openmoko software and is the direct descendant of the earlier Neo 1973 . Contents[ hide ] 1 FreeRunner is released! 2 Specifications 3 What is the price? 4 Intended use and users 5 How usable is it? 6 See also if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } [ edit ] FreeRunner is released! The FreeRunner can be purchased from the Online Store as of July 3, 2008. ...

Add a psswrod to shred file on samba

open the shell 1.sudo su 2.gedit /etc/samba/smb.conf #edit the file and input these and change like you want [global] workgroup = RENT netbios name = %h security = user username map = /etc/samba/smbusers server string = %h passwd program = /usr/bin/passwd %u unix password sync = Yes max log size = 50 time server = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u logon script = %a.bat domain logons = Yes os level = 64 lm announce = True preferred master = True domain master = True dns proxy = No printing = cups printcap name = cups load printers = yes #wins support = yes #omain master = yes [SHARE] PATH = /media/disk/Shared Files browsable = yes writeable = yes guest ok =yes comment = shared files [homes] comment = Home Directories path = /home/%u read only = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No available = No [netlogon] comment = NetLogo...

Howto Setup Bluetooth Keyboard and Mouse in Ubuntu

sudo gedit /etc/bluetooth/hcid.conf You may be asked for your password, this is because we used sudo. At the end of the file, add the following (replacing KEYBOARD_ADDR and MOUSE_ADDR for the keyboard and mouse MAC addresses as found earlier) device KEYBOARD_ADDR { name “Microsoft Wireless Keyboard”; auth enable; encrypt enable; } device MOUSE_ADDR { name “Microsoft Mouse”; } now restart the computer to connect in the first time but the devise on detect mode and in the console enter -> sudo hidd --search if they ask you to save auto detect then that what you need else every time you need to do these again "sudo hidd --search" ok see you all