Submit Blog Login Last Submitted Blogs RSS Archive Contact  
hack 2 live
 
 
 
hack 2 live
A Blog about linux, coding, peer to peer, downloading, hacking
Language: English
RSS Feeds for this Blog
Statistics
Unique Visitors: 68
Total Unique Visitors: 123548
Visitors Out: 140
Total Visitors Out: 140
 
 
Articles
Best free editor(s) for remote PHP developments
2008-05-09 00:13:00
The only editors that i found which has the ability to open remote files via sftp and also have completion for smarty are:1. Komodo Edit - FREE2. UlrtaEdit + the Smarty plugin ftom the extras page...
 
weekly downloads :
2008-05-03 10:02:00
Sony Ericsson PC Suite 3.207.00 Unlocker 1.8.7 Paint.NET 3.31 - Final Notepad++ 4.9 - Final DVD2one 2.2.1 VirtualBox 1.6 Volumouse 1.54 XnView for Windows 1.93.6 CachemanXP 1.7.0.1 GetDiz 4.1.0.0 Mozilla Thunderbird for Windows 2.0.0.14 mp3DirectCut 2.08 Skype for Windows 3.8.0.115 InfraRecorder 0.45.0 ...
 
How to configure dhcp server on ubuntu
2008-04-28 17:20:00
Commands : $ sudo -s # apt-get install dhcp3-server # cd /etc/default/ # cp dhcp3-server dhcp3-server.bak # vim dhcp3-server Change : INTERFACES=""to :INTERFACES="eth0"Save,Coomands :# cd ../dhcp3/# cp dhcpd.conf dhcpd.conf.bak# vim dhcpd.confChange :# option definitions common to all supported networks...option domain-name "example.org";option domain-name-servers ns1.example.org, ns2.example.org;default-lease-time 600;max-lease-time 7200;...To :# option definitions common to all supported networks...#option domain-name "example.org";#option domain-name-servers ns1.example.org, ns2.example.org;#default-lease-time 600;#max-lease-time 7200;Change :# A slightly different configuration for an internal subnet.#subnet 10.5.5.0 netmask 255.255.255.224 {# range 1...
 
updating ubuntu to new version
2008-04-25 11:42:00
to upgrade ubuntu from (for exampe) 7.10 to 8.04 : $ sudo aptitude install update-manager-core $ sudo do-release-upgrade...
 
mirror a website with wget
2008-04-24 16:00:00
$ wget -mk -w 20 -N http://example.com/ $ wget -mk -w 20 -N -np http://example.com/news/   (from http://fosswire.com/2008/04/21/create-a-mirror-of-a-website-with-wget/ & http://fosswire.com/2008/04/23/more-advanced-wget-usage/)...
 
How to develop remotely on a website with eclipse
2008-04-20 16:02:00
Use the "Target Management" eclipse plugin - here is a tutorial : http://eclipsewebmaster.blogspot.com/2007/01/remote-editing-using-eclipse.html...
 
Best eMule (mod)
2008-04-19 07:24:00
Since the development of the official emule client has slowed very much as of lately, the best replacement is emule-extreme mod : http://www.xtreme-mod.net/   Rating of all the emule mods : http://www.emule-mods.de/...
 
Download update
2008-04-18 10:40:00
Process Monitor 1.32 Safari for Windows 3.1.1 XnView for Windows 1.93.6 Beta 1 Process Explorer 11.13 VirtuaWin 4.0.1 Beta 1 UltraISO 9.1.2.2465 foobar2000 0.9.5.2 Beta 2 HeidiSQL Notepad++ 4.8.5 DVD43 4.3.1...
 
Downloads Update :
2008-04-11 19:48:00
Paint.NET 3.30 ASIO4ALL 2.8 Nokia PC Suite 6.86.9.0 foobar2000 0.9.5.2 Beta 1 UltraISO 9.1.2.2463 Process Explorer 11.12 Process Monitor 1.30 FileZilla v3 for Windows 3.0.9.1...
 
Download Update :
2008-04-04 20:05:00
Wireshark for Windows 1.00 FileZilla v3 for Windows 3.0.9-rc1 ImgBurn 2.4.1.0 Winamp 5 Full 5.531 Build 1938 DAEMON Tools 4.12.3 Skype for Windows 3.8.0.96 Beta VLC (VideoLAN) for Windows 0.8.6f TVUPlayer 2.3.6 beta 1...
 
Weekly downloads update
2008-03-31 20:58:00
Nokia PC Suite 6.86 Release 8 Winamp 5 Full 5.53 Build 1924 XnView for Windows 1.93.4 Hard Disk Sentinel Standard 2.40 Joost for Windows 1.1.4 Beta Magical Jelly Bean Keyfinder 2.0 Beta 5 Wireshark for Windows 1.00...
 
Building NAS with ubuntu / xubuntu and any old box
2008-03-17 19:39:00
Download xubuntu alternate Boot and choose to install command line system   installation : sudo su - apt-get install ssh apt-get install samba apt-get install smbfs apt-get install ntfs-3g   vim /etc/samba/smb.conf Change the follwing : workgroup = MSHOME   # change to actual workgroup security = user   # uncomment guest account = [user]   # change to actual login user invalid users = root   # uncomment browseable = yes   # uncomment writable = yes   # uncomment [mnt]   # add to bottomcomment = mountswritable = yeslocking = nopath = /mntpublic = yes     smbpasswd -a [user] /etc/init.d/samba restart...
 
Display IP address in bash prompt
2008-03-17 11:13:00
cat ~/.bashrc export PS1=`/sbin/ifconfig eth0:1 | /usr/bin/perl -ne 'if ( m/^\s*inet (?:addr:)?([\d.]+).*?cast/ ) { print qq($1\n); exit 0; }'`:$PS1   Replace eth0:1 with the name of the network interface...
 
Downloads :
2008-03-15 17:58:00
Adobe Photoshop Lightroom 1.4 EarthView 3.8.2 PCSX2 for Windows 0.9.5 SVN Revision 315 XnView for Windows 1.93 Joost for Windows 1.1.2 Beta WPanorama 8.4.1eBoostr 2.0 Build 410 Beta XMLPad 3.0.2 Notepad++ 4.8.2...
 
Books downloads :
2008-03-15 16:53:00
#1 : http://www.ftp2share.net/folder/b0271ba0-fc18-4bc1-9c2e-c5d813fd7e74/e-book_21 OReilly.Advanced.Rails.Jan.2008.eBook-BBL/OReilly.Building.a.Web.2.0.Portal.with.ASP.NET.3.5.Jan.2008.eBook-BBL/OReilly.C.Sharp.3.0.Pocket.Reference.Feb.2008.eBook-BBLOReilly.Learning.ActionScript.3.0.A.Beginners.Guide.Jan.2008.eBook-BBLOReilly.LINQ.Pocket.Reference.Feb.2008.eBook-BBLOReilly.Oracle.Essentials.Oracle.Database.11g.4th.Edition.Nov.2007.eBook-BBLOReilly.Visualizing.Data.Jan.2008.eBook-BBLOReilly.Windows.Vista.Annoyances.Tips.Secrets.and.Hacks.Jan.2008.eBook-BBLOReilly.X.Power.Tools.Jan.2008.eBook-BBLOReilly.Big.Book.of.Windows.Hacks.Oct.2007.eBook-BBL OReilly.Dynamic.Learning.Dreamweaver.CS3.Nov.2007.eBook-BBL OReilly.Head.First.C.Sharp.Nov.2007.eBook-BBLOReilly.Linux.Networking.Cookbook.Nov....
 
Downloads update
2008-03-08 09:23:00
Notepad++ 4.8.1 RightMark CPU Clock Utility 2.35 Unlocker 1.8.6 WinSCP 4.0.7XnView for Windows 1.93 Beta 2 KMPlayer 2.9.3.1430 Beta WinMerge 2.8 RC Tux Paint for Windows 0.9.19 PSPad editor 4.5.4.2309 Beta MediaCoder 0.6.1.4068 µTorrent 1.8 Build 8872 Alpha The GIMP 2.4.5 Picasa for Windows 2.7 Build 37.49 FileZilla v3 for Windows 3.0.8 RC1 VirtuaWin 4.0 Beta 4...
 
Start hamachi at boot on ubuntu
2008-02-29 07:15:00
$ cd /etc/init.d $ sudo su $ cat > hamachi paste the following script : - - - - - - - - - 8< - - - - - - - - - - 8< - - - - - - - - - #!/bin/bash ################################### ### Start-up script for Hamachi ### ################################### USER=your name case "$1" in start) /sbin/tuncfg /bin/su - $USER -c "hamachi start" ;; stop) /bin/su - $USER -c "hamachi stop" ;; restart|force-reload) /bin/su - $USER -c "hamachi start" /bin/su - $USER -c "hamachi stop" ;; *) exit 1 ;; esac exit 0 - - - - - - - - - 8< - - - - - - - - - - 8< - - - - - - - - - $ vim hamachi change in line 5 USER=to your username $ chmod a+x hamachi $ rcconf check hamachi a...
 
Downloading files with curl (resume transfer)
2008-02-29 06:41:00
$ curl -C - -O  http://mirrors.kernel.org/opensuse/distribution/10.3/iso/dvd/openSUSE-10.3-GM-DVD-i386.iso...
 
Installing hamachi on ubuntu
2008-02-24 18:53:00
debian:/tmp# tar -zxvf hamachi-0.9.9.9-20-lnx.tar.gzhamachi-0.9.9.9-20-lnx/hamachi-0.9.9.9-20-lnx/Makefilehamachi-0.9.9.9-20-lnx/LICENSEhamachi-0.9.9.9-20-lnx/READMEhamachi-0.9.9.9-20-lnx/LICENSE.tuncfghamachi-0.9.9.9-20-lnx/LICENSE.opensshhamachi-0.9.9.9-20-lnx/LICENSE.opensslhamachi-0.9.9.9-20-lnx/hamachihamachi-0.9.9.9-20-lnx/tuncfg/hamachi-0.9.9.9-20-lnx/tuncfg/Makefilehamachi-0.9.9.9-20-lnx/tuncfg/tuncfg.chamachi-0.9.9.9-20-lnx/tuncfg/tuncfghamachi-0.9.9.9-20-lnx/CHANGES debian:/tmp# cd hamachi-0.9.9.9-20-lnxdebian:/tmp/hamachi-0.9.9.9-20-lnx# lsCHANGES  hamachi  LICENSE  LICENSE.openssh  LICENSE.openssl  LICENSE.tuncfg  Makefile  README  tuncfg debian:/tmp/hamachi-0.9.9.9-20-lnx# make installCopying hamachi into /usr/bin ..Creating hamachi-init symlink ..Compiling tuncfg .....
 
php/html editors for windows and linux
2008-02-22 19:34:00
Some editors for php/html development : Linux - Bluefish (apt-get install bluefish / yum install bluefish) Windows - NuSphere PhpED - seach in emule "phped yag"...
 
andLinux - run ubuntu inside windows ala cygwin style
2008-02-20 09:14:00
andLinux is an almost full ubuntu distribution that runs inside windows with a linux kernel - cygwin style with very high performance as opposed of vmware that is taxing on system resources as it is an vm emulation....
 
recovering a disk with bad sectors by copying it to another disk with linux
2008-02-17 17:25:00
In this tutorial example the dump is from hda to hdb (the hdb disk has to be same size of larger) # dd_rescue -A -v /dev/hda /dev/hdb...
 
map bad sectors on a mounted ext3 partition tutorial
2008-02-17 17:19:00
Mount partition as readonly : # mount -f -r -o remount /dev/hda1 (replace had1 with your mounted ex3 partition)   Scan and mark badblocks : # e2fsck -c -C -y /dev/hda1 (replace had1 with your ex3 partition)...
 
 
 
 
eXTReMe Tracker