" ශ්‍රී ලාංකීය අභිමානය " ශ්‍රී ලංකාවේ කොල්ලො කෙල්ලොන්ට 2023 සිරාම බ්ලොග් එක.. Blog Eka.. ப்லொக் எக.. "ALLSRILANKANS BLOG"

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Showing posts with label History. Show all posts
Showing posts with label History. Show all posts

Monday, October 24, 2016

Windows Command Line මෙන්න හැමෝටම ඩොස් කමාන්ඩ්ස්



Windows CMD commands - Windows native commands

At                    Schedule tasks
Attrib            Set file attributes
Bootcfg            Enable kernel debugging
copy                 Copy files
Compact            Compress or decompress files and directories
Echo            Echo the command/contents of a file
Date                    Set system date and time
Del                    Delete files
Dir                    List files and directories
Eventquery.vbs  View events
find                    Search files for a given string
findstr            Search files for a given string; Has advanced options than find command.
for                    Windows batch command for looping
getmac            Find mac address of the system
hostname            Get system name
logoff            Logoff user session
Mkdir            Create directories
More            More command. Similar to Linux more command
Net user            Manage user accounts
Net use            Create/List/Delete network drives
Net localgroup   Manage local computer’s user groups
Net share            Create / List/ Delete shares on the local computer
Reg                    Edit/create/delete registry keys
Rename            Rename files
Rename            Rename directories
Rmdir            Delete directories
Robocopy    Copy large number of files/folders
Runas            Run an application as a different user in the same session
Schtasks            Schedule tasks
Shutdown    Shutdown computer
Shutdown    Shutdown remote computer
Sort:                    Command for sorting text files
Systeminfo    Get computer information
Tasklist            List processes
Taskkill            Kill processes
Type Cat             Command for Windows. Prints the contents of file on command window
Xcopy                Copy files and directories

Resource Kit Tools

Compress    Compress a file
Srvinfo            Get remote system information
tail                    Print the last lines of a file
Ver                    Get Windows OS version

PsShutdown.exe Shutdown remote computer

Share:

Sunday, October 23, 2016

Disable and Enable forced Windows 10 updates using command line



Disable forced Windows 10 updates using command line

Using the Command Line and running three simple commands, you can easily take control of the Windows Update process. To do so, you need to open Command Prompt with administrative permissions. If you see the User Account Control prompt, press the Yes button.

Now, type the following commands one by one, hit enter, and proceed:

net stop wuauserv
It stops the Windows Update service.

net stop bits
This command stops background intelligent transfer service.

net stop dosvc
It stops delivery optimization service.

Enabling Windows 10 updates

Just in case you wish to resume the update process, open Command Prompt with administrative privileges and run the following commands one by one:

net start wuauserc

net start bits

net start dosvc

This will resume the Windows 10 updates on your PC.
Share:

Tuesday, June 14, 2016

Basic Linux Commands


we find ourselves pondering over the Basic Linux Commands which one must be aware of, as a beginner!

ls
The ls command is used to list the contents of the directory (just in case you are getting confused: a directory can be considered as being analogous to a folder of Windows). You will be using the ls command to gain information about the files and directories.

As I mentioned above, we can add certain options to a Linux command in order to make it do a little bit of extra work. Here’s is how it happens:

cd [dir]
The ‘cd‘ command is used to change the current directory i.e we use this command to switch over to some other directory whose contents we might want to view or perform particular operations upon. It is basically used for navigation purposes. Using this command changes the current directory to ‘dir’. If you simply use the cd command without specifying the directory, it changes the current directory to the home directory.

pwd
The pwd command is used to display the name of the current working directory. In case you are unaware about it, use the pwd command to determine the directory that you are currently placed in.

cat [file]
The cat command concatenates and display files. This command is used to display the contents of the file mentioned along with the command.

echo [argument]
The echo command is one of the most commonly used Linux commands and is used to display the argument mentioned in the command on the screen. It basically displays a line of text/string on standard output or a file.

clear
Sometimes while using the Terminal, there is a tendency for things to get cluttered. There could be too much information on the screen or you might, no longer require the data being displayed. In such cases,we use the clear command to (no prizes for guessing) clear the screen and get rid of the contents of the screen.

exit
As the name suggests, the exit command is used to exit the shell or your current session.

man command
One of the Linux commands that would come to your rescue when things get sticky is the man command. The man command displays the online manual for the ‘command’ specified along with the word man. It is sort of like the help menu. You can get information about any of the command, its function, the options associated with it etc. By using the man command:

This documentation provided for any Linux command by the man command is called ‘man pages’.

Here are some more Linux commands that you should know:

rm: This command removes files and directories.

cp: This command copies files and directories.

mv: This command moves files and folders between directories.

mkdir: This command makes a new folder in your working directory.

cal: This command shows calendar on you Terminal.

nano: This command is a command line text editor.

sudo: This command gives you the super user privileges.

If you are willing to learn more about Linux command line tools related to various system processes, hardware, users, network etc. here’s a useful cheatsheet.

There are hundreds of Linux commands out there. But, I would advise you to first try out these commands on your own system and gather a basic idea of how they work. You could also refer to the man pages of each command in order to gain more knowledge about them. We shall keep discussing these commands in greater detail in upcoming articles.



Share:

Saturday, May 28, 2016

What Are Different Types Of WLAN Authentication — Basics Of Networking


When a wireless network is deployed, authentication is the first thing that needs to be done before connecting it to devices. So, It is important to know the different aspects of the authentication methods. However, authentication should not be mistaken with the authorization. 

Authentication is a process by which the identity of a user is verified by using some sort of credentials. On the other hand, authorization is more like authorizing a person to use the resources. Thus, in the most of the cases, authentication precedes authorization.
As far as authentication is concerned,  there are mainly three types of WLAN authentication methods that are used today:

  • Open authentication
  • shared authentication
  • EAP (Extensible Authentication Protocol) authentication

Open Authentication:

When a wireless network is deployed, a user knows about the particular network using its Service-Set Identifier (SSID). SSID, in simple terms, can be thought of as a wireless network identifier which is continuously broadcasted by the wireless network.

If you are really interested in knowing the different SSIDs your machine can see, then type the command below:

“netsh wlan show networks

And it would look something like this:


Here, you can see a list of SSIDs as well as authentication types of those SSIDs. So, in the open authentication, if the device knows the SSID, it can directly join the network.

Shared Authentication:

The shared authentication method is more secure than the open authentication. However, the shared authentication is basically employed on the individual and small business levels. A shared key, also known as Pre-Shared Key (PSK), is shared between the two parties. When the device tries to connect to that network, it puts in the key and if that matches, then the device is allowed onto the network.

Extensible Authentication Protocol (EAP):

EAP is the last types of WLAN authentication method, but the most secure authentication process of all. That’s why EAP is also deployed at the enterprise level along with an authentication server. A user logs into the wireless network using a variety of credential options.

Share:

Monday, May 2, 2016

ඇපලයේ වගතුග 40 years of Apple - in pictures


ඔන්න මම අද අරන් ආවේ අපි කවුරුත් දාන්න කියන රහ බලලා තියන ඇපල් ගැන පොඩ්ඩක් මතක් කරලා දෙන්න ඉතින් ඇපල් සමාගමේ මුල්ම  පරිගනකයේ සිට ඇපල් ඔරෝලොසුව දක්වා එයාලගේ සියලුම නිර්මාණ වල එකතුවක් මෙන්න අද මගෙන් මතකය ආවර්ජනය කිරීමක් .

From the first Apple computer, Steve Jobs leaving and returning, the iMac and the MacBook Air to the iPod, iPhone, iPad and Watch, Apple’s is a rich history

Apple Inc., formerly Apple Computer, Inc., is a multinational corporation that creates consumer electronics, personal computers, servers, and computer software, and is a digital distributor of media content. The company also has a chain of retail stores known as Apple Stores. Apple's core product lines are the iPhone smart phone, iPad tablet computer, iPod portable media players, and Macintosh computer line. Founders Steve Jobs and Steve Wozniak created Apple Computer on April 1, 1976,[1] and incorporated the company on January 3, 1977,[2] in Cupertino, California.

























Share:

Saturday, April 30, 2016

MICROSOFT එකේ TV Commercial ටික ඔක්කොම බලමුද ? මුල ඉඳලා අග වෙනකන්ම ආ ... ALLSRILANKANS.BLOGSPOT.COM



ඔන්න කස්ටියටම හායි කිව්වා අදත් අපි ආවේ ඔයාලට නියම ඉතිහාසයක් අරගෙන අද නෙට් එකේ ඔහේ කරක් ගහද්දි මට අහම්බෙන් හම්බුනා දෙයක් ඉතින් ඔයාලටත් දෙන්න මට හිතුනා. මෙන්න මේකයි කතාව ඔයාලා දන්නවනේ ට්වී එකේ යන ඇඩ් ඉතින් අද මට අහුවුණා මයික්‍රොසොෆ්ට් එකෙන් වින්ඩෝස් වලට දැම්ම ඇඩ් ටික ඒ කියන්නේ එයාලගේ මුල්ම ඩොස් OS එකේ ඉඳන් අද ඇවිත් තියන් 10 දක්වාම ඇඩ් ටික පට්ට හොඳේ ඔයාලත් බලලා කොමෙන්ටුවක් එහෙම දාලා බැනලා ගියාට කමක් නෑ  ...

මෙන්න ඩොස් වල ඉඳන් වින් 8 දක්වා


මෙන්න වින් 8.1 වල එක


මෙන්න වින් 10 වල එක


මෙන්න මෙයාලා වින් 95 එකේ ස්ටාර්ට් බට්න් එක හඳුන්වලා දුන්න විදිය


මෙන්න වින් 1 ඉඳන් වින් 10 දක්වා එයාලගේ වැඩ කෑලි ටික ඔක්කොම 


එහෙනම් ඔන්න අපි ගියා තවත් අලුත් දෙයක් සමග ඉක්මනින්ම හමු වෙමු අපි ඕල් ශ්‍රී ලංකන් බ්ලොග් ....
Share:

Thursday, April 28, 2016

මරණින් පසු ඔබේ Facebook ගිණුම කාටද ? මෙන්න උත්තරේ !


මුලින්ම කියන්න ඕනේ මේක හිරු සයිට් එකෙන් උපුටා ගත් එකක් මගේ බ්ලොගයේ යාලුවන්ටත් බලන්න මම දැම්මේ. ලින්ක් එක පල්ලෙහා තියනවා . 

ෆේස්බුක් කියන දේ මේ වෙනවිට ලෝකේ හැම දෙනෙක් අතරම ප්‍රසිද්ධයට පත්වෙලා ඉවරයි.  ඒ කියන්නේ ෆේස්බුක් ගිණුමක් නැති කෙනෙක් මේ වෙනකොට හොයාගන්නත් අමාරුයි. තමන්ගේ යාළුවෝ වගේම නෑදෑයෝ එක්ක විතරක් නෙවෙයි ෆේස්බුක් එකෙන්ම අලුතින්ම මුණගැහුණු අය එක්ක ගොඩ දෙනෙක් ඒ ඔස්සේ සම්බන්දකම් පවත්වනවා.  ඔවුන් එක්ක ඡායාරූප, වීඩියෝ ශෙයාර් කරගන්නවා, සමහර අවස්ථාවල පෙම්වතුන් වෙලා ඉන්නවානම් පැය ගණන් දවස් ගණන් චැට් කරනවා.

හැබැයි මේ හැමදේම අතරේ අපි කවදාහරි දවසක මේ ලෝකේ දාලා යනවා. එදාට අපේ ෆේස්බුක් ගිණුමට මොනවා වෙයිද ? මේ ගැන ඔබ කලින් හිතන්න නැතුව ඇති. හැබයි ඒ ගැන මේ වෙනකොට ෆේස්බුක් සමාගම හිතලා තියෙනවා.

ඔවුන් හඳුන්වාදෙන අලුත්ම විශේෂාංග තමයි ෆේස්බුක් ගිණුම් හිමියෙක් මියගියාට පස්සේ ඔහුගේ ගිණුමට වෙන දේ ගැන ඔහුට මියයන්නට ප්‍රථමයෙන් තීරණය කරන්න පුලුවන් අවස්ථාවක් උදාකරලා දෙන එක.

ඒ අනුව තමන්ගේ ගිණුම මරණයෙන් පසුව වෙනත් අයෙකුට පැවරීමේ හැකියාව තිබෙන බවයි ඔවුන් පවසන්නේ. නමුත් පවරන පුද්ගලයාට එම ගිණුමේ භාවිතා කල හැකිවන්නේ සීමා සහිතවයි. මියගිය පුද්ගලයාගේ පෞද්ගලික පණිවුඩ ඔහුට නැරඹීමේ හැකියාව නොමැති අතර Profile Pictures, Cover Photos වෙනස් කිරීමේ හැකියාව ඔහුට පවතිනවා. 

ඒ වගේම අවශ්‍යනම් මරණයෙන් පසුව තමන්ගේ ගිණුම අක්‍රීය කිරීමේ හැකියාවද මෙහිදී ඇතුලත් වෙනවා. නමුත් එය අක්‍රීය කිරීමට නම් ඔහු මියගිය බවට ෆේස්බුක් වෙත වෙනත් අයෙක් විසින් දැන්විය යුතු වෙනවා.  ඒ වගේම තමන්ගේ Facebok wall එක වෙනත් අයට එහි පණිවුඩ පලකල නොහැකි ලෙස සකසා ඇත්නම් මරණින් පසුව එය Unlock කර ඔහුගේ මරණය වෙනුවෙන් එහි ශෝකය පළකිරීමේ හැකියාවද මෙම නව විශේෂාංගය මඟින් හඳුන්වාදීමට ෆේස්බුක් සමාගම කටයුතු කරමින් සිටින බවයි විදෙස් මාධ්‍ය වැඩිදුරටත් වාර්තා කරන්නේ.

මෙය ඔබගේ ගිණුමට එක්කරගැනීමට Settings ඔස්සේ Security Settings වෙත ගොස් එහි ඇති Legacy Contact වලට මරණයෙන් පසු ඔබගේ ගිණුම හිමිවිය යුතු කෙනාගේ නම ඇතුලත් කළ හැකියි..

ඉතින් ඔයාලට ඔයාලගේ සෙටින්ග්ස් ටික හද ගන්න මෙතනින් යන්න





Share:

Sunday, November 1, 2015

ඔයාගේ WIFI පාස් එක අමතකද? නැත්තම් යාළුවගේ පාස් එක උස්සමුද?



හරි ඔන්න යාලුවනේ මම අද ආයෙමත් අවේ ඔයාලට නියම හොට් වැඩ කෑල්ලක් අරගෙන. හරි එහෙනම් මන් කෙලින්ම කතාවට බහින්නම් අද මම ඔයාලට දෙන්න යන්නේ පොඩි සොෆ්ට් කෑල්ලක් මේක පොඩි උනාට ඔයාලට ගොඩාක් වැඩ කර ගන්න පුළුවන්. සොෆ්ට් එක ගැන කියනවානම් මේකෙන් පුළුවන් ඔයාලට ඔයාලගේ වයිෆයි පාස්වර්ඩ් එක අමතක උනානම් එක බලා ගන්න එහෙමත් නැත්තම් දැනට අපේ මැශින් එක සම්බන්ධ වෙලා හිටිය (අතීතයේ) සියලුම වයිෆයි කනෙක්ෂන් වල පාස් නැවත බල ගන්න. පට්ටයි නේ . තව ඉතින් ඔයාලට ඔයාලගේ යාලුවෝ පාස් එක දෙන්නේ නැත්තම් මේ සොෆ්ට් එක හොරෙන් දාලා බලා ගන්න එකයි ඇත්තේ. එහෙනම් තවත් විස්තර මෙන්න පල්ලෙහා තියෙනවා ඒවත් බලලම පල්ලෙහා දීලා තියන ලින්ක් එකෙන් ගිහින් මේක ඩවුන් කර ගන්න. එහෙනම් ඔන්න අපි ගියා..

WirelessKeyView recovers all wireless network security keys/passwords (WEP/WPA) stored in your computer by the 'Wireless Zero Configuration' service of Windows XP or by the 'WLAN AutoConfig' service of Windows Vista, Windows 7, Windows 8, and Windows Server 2008. It allows you to easily save all keys to text/html/xml file, or copy a single key to the clipboard. You can also export your wireless keys into a file and import these keys into another computer.


සොෆ්ට් එක EXTRACT කරද්දී මේ පාස් එකේ යුස් කරන්න "- allsrilankans.blogspot.com -"

Share:

Sunday, December 14, 2014

අපේ ෆෝන් එකට අපිම ඇප් හදමුද හරිම ලේසියි ANDROID



ගුගල් සමාගම විසින් Android applications නිර්මානය කිරීම සදහා හදුන්වා දී තිබු Android Studio (IDE) මෘදුකාංගයේ Android Studio 1.0 සංස්කරණය නිකුත් කර තිබේ. මෙහි ඇති විශේෂත්වය වනුයේ පලමු වතාවට Android applications එකක් නිර්මාණය කරන අයට වුවද පහසුවෙන් applications එකක් නිර්මාණය කර ගත හැකි ආකාරයට පෙර සැකසු වැඩසටහන් (media recorders, notification systems, instant messaging platform etc.) ඇතුලත් කර තිබීමය.




System Requirements

Windows
Microsoft® Windows® 8/7/Vista/2003 (32 or 64-bit)

2 GB RAM minimum, 4 GB RAM recommended
400 MB hard disk space + at least 1 G for Android SDK, emulator system images, and caches
1280 x 800 minimum screen resolution
Java Development Kit (JDK) 7
Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality
Mac OS X

Mac® OS X® 10.8.5 or higher, up to 10.9 (Mavericks)

2 GB RAM minimum, 4 GB RAM recommended
400 MB hard disk space
At least 1 GB for Android SDK, emulator system images, and caches
1280 x 800 minimum screen resolution
Java Runtime Environment (JRE) 6
Java Development Kit (JDK) 7
Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality
On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.

Linux
GNOME or KDE desktop
GNU C Library (glibc) 2.11 or later

2 GB RAM minimum, 4 GB RAM recommended
400 MB hard disk space
At least 1 GB for Android SDK, emulator system images, and caches
1280 x 800 minimum screen resolution
Oracle® Java Development Kit (JDK) 7
Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution capable of running 32-bit applications.
Share:

Tuesday, August 12, 2014

ඔන්න HDMI 2.0 එනවලු වීඩියෝ ලෝකේ අලුත්ම පෙරලිය


ඔන්න මම ආයෙමත් ආවා. අලුත්ම නිව්ස් එකක් හොයාගෙන. HDMI කිව්වම හැමෝම දන්නවනේ මම මේ මොකක් ගැනද කියන්න යන්නේ කියලා. ඉතින් මේ HDMI 1.4 තමයි මෑතක් වෙනකන්ම භාවිතා උනේ ඔන්න දැන් එයාලා 2.0 හදුන්වා දීලා. ඉහතින් මේකේ තියන විශේෂ දේවල් ටික පල්ලෙහා දීලා තියන වීඩියෝ එකෙන් බලා ගන්න පුළුවන්.




ඉතින් මීට අමතරව HDMI 1.4 වලට සාපේක්ෂව HDMI 2.0 වල තියන අනිත් වැඩ ටික,,,,,,,

HDMI 2.0 vs 1.4: The basics

HDMI 2.0 was announced as a standard in late 2013. It got a lot of people confused, wondering if they suddenly needed to throw away their TVs in order to get on this latest tech trend. 

As far as tech advancements go, HDMI 2.0 is a pretty friendly one. It’s as much a standard of software as hardware, and cables designed for HDMI 1.4 systems will work just fine with new HDMI 2.0 devices. 

What you need to make sure is that both ends of your entertainment chain – your TV and blu-ray player, for example – support the standard. It’ll mean they’re geared up for the new standards we’ll dig into shortly. Some previously HDMI 1.4 hardware needs nothing more than a firmware update.

HDMI 2.0 is a reimagining of the interchange between your bits of home entertainment gear, one that factors in the immense amount of data required to get high-quality audio and video to something like a 4K 3D-capable TV. 

Give it a year or so and 1080p TVs won’t even feel current anymore. We’re already starting to see 4K sets fall under the £650. It won’t be long before the rubbish 1080p LCD TVs at Tesco are replaced by rubbish 4K ones. Exciting times ahead. 

HDMI 2.0 itself isn’t really about resolution, though, but bandwidth. More bandwidth is what makes all of its new standards possible. HDMI 2.0 systems can transfer data at up to 18Gbps, up from 10.2Gbps in HDMI 1.4. 

In terms we’re all more likely to get on with, 18Gbps is 2,250MB a second. For a little more context, normal Blu-rays max out at 54Mbps, or 6.75MB per second. The HDMI pipe is wider than a dual carriageway.
Share:

Sunday, August 10, 2014

පස්වැනි පරම්පරාවත් ආවා එහෙනම් IBM Cognitive Computing


ඔන්න මම ආයෙමත් ආවේ ඔයාලට අලුත්ම අලුත් නිව්ස් එකක් හොයාගෙන COGNITIVE COMPUTING. මොකක්ද මේ ඥානාත්මක පරිගණක කියල කියන්නේ? 

හරි මෙන්න මේකයි කතාව ඔන්න IBM සමාගම අලුත්ම වැඩකට බැහැලා ඒ කියන්නේ එයාලා අලුතින් චිපයක් හදන්න යනවා මනුෂ්‍ය මොලේට සමානකම් කියන.  ඔන්න මේ වැඩේ සාර්ථක උනොත් අපි පස්වැනි පරිගණක පරම්පරාවට පා තබනවා . හැබැයි මේ වැඩෙන් මනුෂ්‍යටම පාඩුවක් වෙයිද දන්නෙත් නෑ කොහොම හරි ඔන්න ඕක තමයි කතාව ආ ... 


වැඩි විස්තර මෙන්න මේ වීඩියෝ එකේ තියනවා


What is cognitive computing?
Cognitive computing aims to emulate the human brain’s abilities for perception, action and cognition. The neurosynaptic chip, designed to emulate the neurons and synapses in the human brain, breaks path with traditional architectures used for the last 70 years.


එහෙනම් අපි ගියා ආයෙමත් අලුත් නිවිස් එකකින් හමුවෙමු කට්ටියටම එහෙනම් බායි .,.,.
Share:

Tuesday, December 27, 2011

ලංකාවේ පරණ Photos බලන්න නියම වෙබ් අඩවියක්

ලංකාවේ පරණ Photos බලන්න නියම වෙබ් අඩවියක්



මේකනම් නියම සයිට් එකක්.ලංකාවේ පරණ Photos දහස් ගානක් තියෙනවා .ඔය පහල තියෙන Link එක ක්ලික් කරලා හරි මෙතන ක්ලික් කරලා හරි සයිට් එකට යන්නකෝ.

ලංකාවේ පරණ Photos බලන්න නියම වෙබ් අඩවියක්
Share:

අපේ ලිපි කෙලින්ම Email එකට

Enter your email address:

Delivered by FeedBurner



මුහුණ පොතේ අපි

පැමිණ ගිය අය

අපේ යාලුවෝ