Share Files in Linux
How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…
How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…
You want to install Linux ( Mint/Ubuntu or any other) OS in your old PC but the DVD drive is not working. Don’t worry you can do it assuming that you can boot into your windows OS and have broadband…
Are you getting “out of memory” error in JMeter while executing your tests? This is most likely because of heap size. Your heap memory allocated to JMeter may be too less. By default this set to 512 MB. This setting…
Force install apps to SD card without ROOT Samsung Galaxy Ace has only got 180 MBs of Internal memory. If you install a lot of apps, you are bound to run into low disk space issues. To force your new…
Windows default share C$, D$ etc are recreated on machine restart or restarting the server service. To remove these share we can add a batch file which will remove the share. This batch file can be executed every time the…
To change MAC-Address for a Network card in Windows Registry: Click Start – Run, type “regedit” Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318] HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Class \{4D36E972-E325-11CE-BFC1-08002BE10318} 3. Under this key, you shoud see numbers in sequence as “0000″, “0001″ and so…
Although Linux is a really stable platform, there will be some times that a program will freeze. In those cases most people are stuck on what to do. Generally you have two choices for closing a stuck program:
Compiling and Installing Custom Linux Kernel The below mentioned steps will work in Ubuntu or debian like systems. I have tested it on Ubuntu 10.10. Download and unzip(preparing) sudo apt-get update sudo apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 Download…
No Sound from Ubuntu linux or Mint Searched google for possible answer to the problem but solution mentioned was not sufficient to solve my issues. I wasted couple of weekends resolving this issue.Finally I solved by removing PulseAudio and ALSA…