Showing posts with label (PROBLEMS SOLVED). Show all posts
Showing posts with label (PROBLEMS SOLVED). Show all posts

Wednesday, August 26, 2026

// // Leave a Comment

Activate Windows 11 Pro

Activate Windows 11 Pro

Open an elevated Command Prompt again (repeat the steps from the Getting Started section), then run the following commands one at a time:

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms8.msguides.com
slmgr /ato

Once all three commands complete successfully, Windows 11 Pro will be fully activated.

You can verify this under Settings → System → About.

Read More

Wednesday, September 13, 2023

// // Leave a Comment

Hard ways to activate Windows 11 for FREE without a product key

 

Method: Manual activation

Step 1.1: Run the Command Prompt app as administrator.
Click on the start button, search for “cmd” then run it with admin rights.

Open command prompt app with admin rights

Step 1.2: Install the KMS client key.

Use the command “slmgr /ipk kmsclientkey” to install a license key (kmsclientkey is the activation key that corresponds to your Windows edition).
The following is the list of Windows 11 Volume license keys.


Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM
Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
Pro: W269N-WFGWX-YVC9B-4J6C9-T83GX
Pro N: MH37W-N47XK-V7XM9-C7227-GCQG9
Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4

Install the Windows product key using the cmd app

Step 1.3: Set the KMS server.
Use the command
“slmgr /skms kms8.msguides.com” to connect to my KMS server.

run command slmgr skms

Step 1.4: Activate your Windows.
The last step is to activate your Windows using the command
“slmgr /ato”.

run command slmgr ato

If you see the error 0x80070005, it means the server is busy. Please try the command “ato” again until you succeed.

Wait For ACTIVATED  Successfully.

Read More

Saturday, August 22, 2009

// // Leave a Comment

9 Most Important Tools For Your Hard Disk

I collected some freewares for you that will help you in analyzing the performance, space of your hard disk. All the tools are free to download and will give you a proper information about your drives. Some of them performs the same tasks but has got different features in one way or the other.

NTFSRatio

NTFS offers file based compression but the compression rate isn’t displayed anywhere. NTFSRatio shows the size and the compression rate of this folder and also of its subfolders.

TreeSize Free

It is a small software that shows you which of your files and folders are taking up most of the space in the hard disk. It tells you where precious space has gone to. It can be started from the context menu of a folder or drive and shows you the size of this folder, including its subfolders. Each folder can be expanded in Explorer-like style to see the size of its subfolders.

Xinorbis

It is a simple but powerful hard disk analyzer. Using a sophisticated mix of graphs, tables and tree displays, it gives the user a complete overview of the contents of a hard disk, folder, removable or network drive. Click here for more information about this tool.

Drive Cleanup Wizard

It is a free utility to permanently delete left-over Windows Temporary Files. It deletes all files, in all User Profiles, with extensions .bak, .~, .tmp. It can easily specify custom, multiple file-types to search and destroy. It can empty temporary Internet Files and the Recycle Bin

Note : This software is presented under the GPL and comes with no support and no warranties whatsoever. Use at your own risk

i.Disk

i.Disk counts the size of subdirectories including all their contents, and then lists their size in descending order. The program is simple, yet useful for tracking down where the space is being used on your hard drives.

Crystal DiskMark

It is a disk benchmark software that a) Sequential reads/writes b) Random 4KB/512KB reads/writes c) Text copy d) Change dialog design

Ariolic Disk Scanner

Disk Scanner is a tiny freeware utility to check the hard drive for read errors. It makes a read only scan of the disk clusters and shows results as an image with bad clusters marked.

AutoCompress

AutoCompress scans files evaluating their compressibility (or current compression ratio), and compresses them (or decompresses them) if they meet certain criteria; namely the date since modification, compression ratio, and file size.

Disktective

With Disktective you can find out the real size of your directories and distribution of used space inside them. Each directory may contain hundreds of subdirectories each containing many files. Simply run Disktective and let Disktective create a complete report displaying the real sizes of all directories and their containing subdirectories.

THANK YOU

Read More
// // Leave a Comment

How To Transfer Music From PC To iPod Without iTunes

Newbies find it difficult to use iTunes and moreover iTunes only offers one way synchronization of music from PC to iPod, so here is a freeware called Sharepod to remove all the restrictions and you can freely transfer data from PC to ipod and vice versa. You can even take backup of all your music.

Here are some quick features about Sharepod

  • Add & remove music and videos from your iPod
  • Add, remove and edit playlists
  • Add & remove album art
  • View and backup photos
  • Copy music, videos and playlists from your iPod to PC
  • Import music/videos into your iTunes library, including playlists and ratings
  • Tag editing
  • Drag n’ drop to and from Explorer
  • Simple, clean interface
  • Quick to load and use with no unnecessary complicated features

Have a look

sharepod

Download Instructions

Click here to download Sharepod from the official website.

THANK YOU SO MUCH

Read More
// // Leave a Comment

Stop Autoplay In USB Flash Drives By Pressing One Keyboard Button

Today’s post of mine is not about any software or about any big trick, its a little tip that will stop AUTO PLAY in USB Flash drives. Not only flash drives, it also stops autoplay for CD and DVD also.

While inserting CD, DVD or any flash drive, simply press and hold the Shift key, this will disable the autoplay dialog box. Holding down the Shift key will also block the applications that starts automatically.

Note : Works fine in Windows XP and Windows Vista

Read More

Friday, August 21, 2009

// // Leave a Comment

How To Defragment Hard Drives Using CMD

Today I am sharing the easiest method with you to defrag. your hard drive. Though you can perform this task with third party applications also, but why don’t do it a simple way.

Here is a simple method to defragment your drives using Command Prompt :

1. Click on Start and then select Run, type CMD in it and hit enter.

2. Suppose I want to defrag my C drive, then in the command box I’ll write

defrag C: -f -v

and hit enter. The defragmentation will start.

Similarly, you can perform this task on diffrent drives by changing the name i.e

defrag C: -f -v
defrag D: -f -v
defrag E: -f -v
Read More

Thursday, August 20, 2009

// // Leave a Comment

Convert PNG, BMP, JPG Images into ICON Format

There are many formats of Picture like JPG, BMP, PNG etc. Mostly, some time we like such picture which we wanted to convert it as icon and change our favorite program as that picture. Imagicon is free tool that having the ability of converting the image into icon quickly and easily. you just need to drag the image in the prgram, By default, it is set for image conversion into ICO format.




Options are available to transform images and enable alpha transparency of icons. The interface window of Imagicon can be personalized with custom designs.

The user can select to save icons with the following dimensions in pixels: 16 x 16, 32 x 32, 48 x 48, 64 x 64 and 128 x 128. Imagicon also features the ability to drag 'n' drop multiple images for faster processing.

Download Imagicon
Read More
// // Leave a Comment

Microsoft Genuine Maker 2009 - XP / VISTA / OFFICE[2009]

Here is the solution for all of your problems..Be it regarding Windows XP, Windows Vista or Microsoft Office 2007... this file can make your Microsoft XP and Office Genuine and can also activate your Windows Vista
Just follow these simple steps..

1. Run the file Genuine Maker.exe
2. Choose your version of Windows.
3. Click on the respective buttons to make your XP or MS Office genuine or to Activate Windows Vista..

http://www.enterupload.com/qyii84t1xwoe/MGMaker-By-Meeen.rar.html
Read More
// // Leave a Comment

Generator Free Premium Links of Rapidshare, Megaupload, MegaShares




Mostly, we use internet and wanted to download the latest content. There are many websites available for free hosting and when we wanted to download from rapidshare, megavide, megaporn or hotfile. They offered two kind of user first like free and other for premium. So don't worry , i found free premium links generator for you. These four having the ability to generator premium link and you can easily resume it.





1. RapiditRapidIt allow you to download any files shared and hosted on RapidShare, Megaupload, MegaShares, Easy-Share, MegaVideo, MegaPorn Video, NetLoad.in and Hotfile directly. Use it at work, school and home effortlessly. This is the best one, and you can also resume it.


2.Riprapid



RipRapid is a website which allows you to download as a premium user for free! The website connects to various rapidshare accounts and does all the work for you! It creates a direct link to the file within seconds so you can download at high speeds!


3.Rapidirty

Rapidhoob is another tool for generating free premium links. it's support rapidshare, megaupload, file factory, and hotfile etc. you can also download youtube video directly from Rapidhoob.

4.Rapidquick


Rapidquick is free generator of free premium but the only limitation is that you can only download three file in a day. But this is supported almost all sharing host. keep one think, after opening the page, scroll down and then in the bottom it's appeared the link box.



THANKS FOR COMMING
Read More
// // Leave a Comment

Verify Your AntiVirus Working or Not!



The EICAR virus test is a harmless text file that is detected as a virus by most AV vendors. You can use it to verify that your local virus scanner is working (just copy the string into a plain text file), check to see if your email server scans for viruses (email yourself a copy), and test if scanners detect viruses inside archives (put it inside a zip file).

After the jump I'll show you how to test your antivirus program against the Eicar test file.


First, create a new text file and paste the following code into it:


X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Above ScreenShot tested of mine! Check yours


Then save the text as a .COM file (any name will do, like asad.com). To test that your antivirus is doing its job, you should try emailing the file to yourself as-is as well as zipped into an archive. If you just want to test your desktop scanner, right-click the file (again, you may as well try it as-is and zipped) and tell your antivirus program to scan away.
Read More

Monday, August 3, 2009

// // Leave a Comment

Fat, Fat32 থেকে NTFS এ কমভার্ট করুন

Fat, Fat32 থেকে NTFS এ কমভার্ট করুন
Command prompt এর সাহায্য আপনি খুব সহজেই Fat, Fat32 থেকে NTFS এ কনভার্ট করতে পারবেন। এবং তা কোন রকম ডাটা নষ্ট না করেই। Win key চেপে Run ডায়লগ বক্স আসলে টাইপ করুন CMD ওপেন হবে command prompt। এবার নিচের কমান্ডের মত করে লিখুন:

Convert drive_ letter: /fs:ntfs

এখানে drive_ letter এর স্থলে যে ড্রাইভটিকে করবেন তা বসবে। যেমন আপনি D ড্রাইভকে কনভার্ট করতে চাইছেন তাহলে কমান্ড লিখবেন:
Convert D: /fs:ntfs

কনভার্শন প্রসেস শুরু হবে শেষ না হওয়া পর্যন্ত অপেক্ষা করুন।
Read More
// // Leave a Comment

ফোল্ডার লক করার সব চাইতে সহজ উপায়

ফোল্ডার লক করার সব চাইতে সহজ উপায়

জিপ ফাইল খোলার জন্য অন্য কোন থার্ডপার্টি প্রোগ্রাম(যেমন: Winzip, Winrar ইত্যাদি) ইনস্টল করা থাকলে পদ্ধতি একটু ভিন্ন হবে। অর্থাৎ খেয়াল রাখতে হবে জিপ ফাইল যেন উইন্ডোজের নিজস্ব প্রোগ্রাম দিয়ে ওপেন হয়(এক্সপি এবং ভিসতা তে এই সুযোগটা আছে)। এবার প্রথমে যে ফোল্ডার লক করতে চান সেই ফোল্ডার এর উপর মাউস রেখে রাইট বাটনে ক্লিক করুন। তারপর Send To তে যান। এরপর Compressed (ZIP) Folder এ ক্লিক করুন।


এখন মূল ফাইলের অনুরুপ একটি জিপ ফাইল তৈরি হবে। এবার জিপ ফাইল ওপেন করুন। এখানে খেয়াল রাখতে হবে, অন্য কোন থার্ডপার্টি সফটওয়্যার দিয়ে যেন ওপেন না হয়। সেজন্য জিপ ফাইলে রাইট মাউস ক্লিক করে Open With -> Compressed (ZIP) Folder এ ক্লিক করুন। File মেন্যেতে ক্লিক করুন ২ নং এ Add a Password এ ক্লিক করুন পাসওয়ার্ড দিন কনফার্ম করুন ব্যাস হয়ে গেল। এবার ফাইল ওপেন করুন, দেখেন পাসওয়ার্ড চাচ্ছে ।ধন্যবাদ
Read More
// // Leave a Comment

স্পাইওয়্যার হতে মুক্ত থাকুন

স্পাইওয়্যার হতে মুক্ত থাকুন

স্পাইওয়্যার হল এক ধরনের ক্ষতিকর প্রোগ্রাম, যা আপনার কম্পিউটারে প্রবেশ করে
আপনাকে বিভিন্ন রকম বিজ্ঞাপন দিয়ে প্রলুব্ধ করে, আপনার কম্পিউটারের তথ্য পাচার করে
এবং সর্বপরি অপারেটিং সিসটেম এর কনফিগারেশনও পরিবর্তন করে ফেলে।


এ হতে পরিত্রান পাওয়ার জন্য আপনি এন্ট্রি-স্পাইওয়্যার ব্যবহার করতে পারেন। আর এর
জন্য কার্যকর এবং ফ্রী সমাধান হতে পারে

স্পাইওয়্যার টার্মিনেটর।

এটি স্পাইওয়্যার ছাড়াও পেইজ হ্যাইজাকার , এডওয়্যার , ম্যালওয়্যার, ওয়ার্ম, কর্মাশিয়াল কী লগারসহ বেশ কিছুর এন্ট্রি হিসাবে কাজ করে।

##রয়েছে প্রতিদিন আপটেড এর ব্যবস্থা।

ডাউনলোড করতে
CLICK ME
Read More
// // Leave a Comment

ভিস্তা এবং এক্স.পি অরজিনাল করে নিন

ভিস্তা এবং এক্স.পি অরজিনাল করে নিন

[ কাজটা আইনত অবৈধ, তারপর লিখলাম, তাদের জন্য যারা একটা কম্পিউটার ক্রয় করতে গিয়ে হিমসিম খায়, তারা হয়তো বৈধভাবে OS কিনে ব্যবহার করতে পারে না। ]

এক্স .পি

১। এই লিংক হতে ডাউনলোড করে নিন।

২। আন জিপ করে রেজ ফাইলটিতে ডাবল ক্লিক করুন।

৩। yes বাটনে ক্লিক করুন এবং পুনরায় OK বাটনে ক্লিক করে নিন।

এখন আপনার এক্স পি অরজিনাল হয়ে গেল, এবার আপনি আপটেড এবং সেই সাথে মাইক্রোসফট এর সাইট হতে এক্স. পি এর জন্য সফটওয়্যারও ডাউনলোড করেত পারবেন।মাইক্রোসফট এর সাইট হতে ডাউনলোড করার সময় ভ্যালিডেশন চেক করতে চাইলে , ভ্যালিডেশন করে নিন। কোন সমস্যা হবে না।

ভিস্তা:

ভিস্তা সেটআপ করার পর তিন দিনের মধ্যে তার জন্য অনলাইনে একটিভেশন করে নিতে হয় তা হলে একমাসের মধ্যে তার কার্যকারীতা শেষ হয়ে যায়, তারমানে আপনি একমাস পর আর তা ব্যবহার করতে পারবেন। এক্ষেত্রে আপনাকে আবার ভিস্তা নতুন করে সেটাআপ করতে হবে। বিশেষ একটা কমান্ড আছে তা দিয়ে হয়তো টেনেটুনে ৪ মাস পর্যন্ত চলবে। তাহলে স্থায়ী সমাধান কি?

১। এই লিংক হতে ডাউনলোড করুন ভিস্তা একটিভেটর।

২। এবার আপজিপ করুন এবং windows vista 2007.exe ফাইটির উপর রাইন ক্লিক করে run as administrator এ ক্লিক করুন।

৩। আপনার ইউজার একাউন্ট নেইম এবং কম্পিউটার নেইম টাইপ করুন, যা আপনি ভিস্তা সেটআপ করার সময় দিয়েছিলেন। নেক্সট বাটনে ক্লিক করুন।

৪। এবার ভিস্তা সেটআপ করার সময় যে সিডি কী বা সিরিয়াল কী দিয়েছিলেন, তা টাইপ করুন।

৫। এবার ok বাটনে ক্লিক করুন এবং ২ থেকে ৩ মিনিট অপেক্ষা করুন। কম্পিউটার স্বয়ংক্রিয়ভাবে রির্স্টাট হবে।

*** আপনি যদি সিরিয়াল কী ছাড়া ভিস্তা সেটআপ করে থাকেন, তাহলে একটিভেটার এর সিরিয়াল কী টেক্স বক্স খালি রাখুন।

*** এটা শুধু মাত্র x86 ভার্সণ কাজ করে।


নিচের ভাশর্ন গুলির জন্য প্রযোজ্য

1. Microsoft Windows Vista Ultimate Edition

2. Microsoft Windows Vista Business Edition

3. Microsoft Windows Vista Starter Edition

4. Microsoft Windows Vista Enterprises Edition

5. Microsoft Windows Vista Home Basic Edition
6. Microsoft Windows Vista Home Premium Edition
Read More

Sunday, July 26, 2009

// // Leave a Comment

Fix Folder Options without windows install(SOLVED)

IN THIS SOFTWARE CAN HELPING YOU FOR FIX YOUR FOLDER OPTIONS PROBLEM.


PLEASE CLICK ME FOR INSTALL.(ONLY 48 KB)

DONT NEED TO INSTALL IT.JUST CLICK PRINCE.EXE AND U FIND THIS WINDOWS

NOW PLEASE CLICK ENABLE ALL.THEN SHOW MAGIC


NOW SEE HOW EASY THIS IS.(REMEMBER U MUST NEED TO ENSURE THAT VIRUS DELETE FROM UR C: DRIVE)
Read More

Sunday, July 19, 2009

// // Leave a Comment

How to install Filezilla in Ubuntu 8.10 Intrepid Ibex

FileZilla is a free open source FTP client.
Official website: Please click on this icon

Installation:

1. Open Terminal (Applications > Accessories > Terminal)
2. Type:
sudo apt-get install filezilla
3. Run the software. (Applications > Internet > Filezilla FTP Client)

Read More

Wednesday, June 10, 2009

// // Leave a Comment

ইন্টারনেটের মাধ্যমে ফোল্ডার এবং ডেক্সটপ শেয়ার করা





ইন্টারনেটের মাধ্যমে বড় বড় ফাইল শেয়ার করা বেশ ঝামেলার। কাউকে বড় কোন ফাইল পাঠাতে চাইলে বিভিন্ন ফ্রি হোষ্টিং সাইটে আগে আপলোড করতে হয় এবং ডাউলোডের লিংক দিতে হয়। কিন্তু আপনি জিব্রিজ দ্বারা সহজেই আপনার কম্পিউটারের ফোল্ডারকে ইন্টারনেটের মাধ্যমে শেয়ার দিতে পারবেন। ফলে আপনাকে কষ্ট করে বড় বড় ফাইল আপলোড করতে হবে না। প্রাপক অনেকটা পিয়ার টু পিয়ার নেটওয়ার্কের মতো আপনার কম্পিউটারে থেকে ফোল্ডার বা ফাইল ডাউনলোড করে নিতে পারবে। এজন্য উভয়কে জিমেইল একাউন্ট এবং জিব্রিজ সফটওয়্যারটি থাকতে হবে। ২.০২ মেগাবাইটের ফ্রি এই সফটওয়্যাটি FTP LINK or OFFICIAL WEBSITE থেকে ডাউনলোড করতে পারবেন।


*****VIDEO TUTORIAL COMMING SOON!!!!!!!!!!!!!!!!!!!!!!!!!!!!******




এবার সফটওয়্যারটি ইনষ্টল করে জিমেইল আইডি দ্বারা জিব্রিজ লগইন করুন। কোন জিমেইল ব্যবহারকারীকে আমন্ত্রণ করতে চাইলে Invite Friend বাটনে ক্লিক করে জিমেইল ব্যবহাকারীদের আমন্ত্রণ জানাতে পারেন। এরপরে কোন জিমেইল ব্যবহাকারী অনলাইনে থাকলে তা বোঝা যাবে। কারো সাথে চ্যাটিং করতে চাইলে উক্ত আইডির উপরে মাউস দ্বারা ক্লিক করে Chat… এ ক্লিক করলে চ্যাটিং উইন্ডো থেকে স্বাভাবিকভাবে চ্যাটিং করতে পারবেন।



ফোল্ডার শেয়ার দেওয়া: আপনার কম্পিউটারের যেকোন ফোল্ডার আপনি নির্দিষ্ট কোন ইউজারকে বা সবাইকে শেয়ার দিতে পারেন। এজন্য Create SecureShare বাটনে ক্লিক করুন।



এবার যে ফোল্ডার শেয়ার দিতে চান সেটি নির্বাচন করে Ok করুন। আপনি যদি নির্দিষ্ট কিছু ইউজারকে শেয়ার দিতে চান তাহলে উক্ত ইউজারগুলো নির্বাচন করুন। আর যদি সেভ থাকা সকল ইউজারদের শেয়ার দিতে চান তাহলে Allowed চেক করুন। আর যদি ভবিষ্যতে যুক্ত হবে এমন ইউজারসহ সকলকে শেয়ার দিতে চান তাহলে Allow all friends (include future new friends) নির্বাচন করুন। এরপরে Ok করুন এবং পরবর্তী ম্যাসেজেও Ok করুন। পূর্বে যদি কোন ইউজারকে নির্বাচিত করে থাকেন তাহলে তাদেরকে উক্ত ফোল্ডার দেখার আমন্ত্রণ জানানো হবে কিনা এমন ম্যাসেজ আসবে। যেখানে Yes Send Now করলে উক্ত ইউজারেররা নোটিফিকেশন পাবে, আর No করলে স্বাভাবিকভাবে শেয়ার সক্রিয় হবে এবং শেয়ার করা ফোল্ডারটি একটি ওয়েব লিংক হিসাবে ডিফল্ড ব্রাউজারে খুলবে। এখন যদি নির্দিষ্ট কাউকে শেয়ার করা ফোল্ডারের লিংকটি দিতে চান তাহলে উক্ত ইউজারের উপরে ক্লিক করে Chat… এ ক্লিক করলে চ্যাটিং উইন্ডো থেকে Send Share Link বাটনে ক্লিক করুন। এখানে উপরের মূল পেজ বা নিচের শেয়ার করা ফোল্ডারের উপরে ক্লিক করলে তা চ্যাটিং এর ম্যাসেজ হিসাবে লিংকটি পৌছে যাবে। আপনার লিংকটি পেয়ে উক্ত ইউজার ইচ্ছামত শেয়ার করা ফোল্ডারের তথ্য দেখতে বা ডাউনলোড করতে পারবে।

ডেক্সটপ শেয়ার দেওয়া: আপনি যদি আপনার ডেক্সটপ কোন জিব্রিজ ব্যবহারকারীতে শেয়ার পেতে চান তাহলে যার ডেক্সটপ দেখতে চান তার আইডির চ্যাটিংএ ম্যাসেজ পাঠান। এবার উক্ত ব্যবহারকারী চ্যাটিং উইন্ডো থেকে Send Desktop Share Invitation এ ক্লিক করলে আপনি আমন্ত্রণ পাবেন যা একসেপ্ট করলে আপনি উক্ত ব্যবহারকারীর ডেক্সপট দেখতে পাবেন। যা আপনি নিয়ন্ত্রণ করতে পাববেন।

এছাড়াও Options থেকে নেটওয়ার্ক ব্যান্ডউইথ নির্ধারণ করে দেয়া যাবে। জিব্রিজ থেকে সাইট আউট করতে LogOff মেনু থেকে Switch User or Change Login Setting এ ক্লিক করলে লগআউট হবে।



Read More

Friday, April 3, 2009

// // Leave a Comment

EXTRA GRUB MENU REMOVE

1ST GOING TO APPLICATION>ACCESSORIES>TERMINAL.

WRITE THIS COMMAND
sudo gedit /boot/grub/menu.lst


AS LIKE AS THIS PICTURE

NEXT
GIVE UR ROOT PASSWORD



THEN U FOUND THIS PAGE.





NOW U
EDIT SAME LINES THAT U FIND SIMILAR KERNEL VERSION.
.DELETE EXTRA KERNEL AND SAVE IT.(DO NOT DELETE ALL KERNEL.WHEN U FINISHED THEN UR EDIT PAGE LOOKS LIKE THAT PICTURE)



LIKE THIS

THEN U RESTART UR COMPUTER AND MAGIC U FIXED UR PROBLEM MYSELF
Read More

Wednesday, April 1, 2009

// // Leave a Comment

Howto fix “Archive directory /var/cache/apt/archives/partial is missing” (PROBLEM SOLVED)

ERROR:"Archive directory /var/cache/apt/archives/partial is missing.”

To fix this error make sure you recreate the archives folder as well as the partial folder. open a console window and type

*** cd /var/cache/apt

***Type ls check to make sure archives folder is displayed in case you dont see the archives folder create the folder

sudo mkdir archives if you already have the archives folder then skip this step.

*** type cd archives , create the partial folder by typing sudo mkdir partial

*** type sudo apt-get autoclean to make sure apt is working properly.

Thats it you should now be able to get apt to work properly.

THANK YOU EVERY ONE
Read More

Sunday, March 29, 2009

// // Leave a Comment

network manager problem after update UBUNTU 8.10

first i removed the network manager
sudo update-rc.d -f NetworkManager remove

then i added my network configuration by editing the file /etc/network/interfaces

sudo gedit /etc/network/interfaces

so it looks like
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.xxx
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.xxx

then i edited the file /etc/resolv.conf to add my DNS
sudo nano -w /etc/resolv.conf

to look like



# Generated by NetworkManager
nameserver 192.168.1.xxx


then i restart the networking by :
sudo /etc/init.d/networking restart

if u still have problems, i suggest you restart the machine and check, the above steps is how i got my network up .

THANK YOU

Read More