Posts

Showing posts with the label os

ssh copy id in Mac OS X

ssh copy id in Mac OS X For some reason Macs don�t have this useful script so this will add it. sudo curl "http://phildawson.co.uk/ssh-copy-id" -o /usr/bin/ssh-copy-id sudo chmod +x /usr/bin/ssh-copy-id download  file  now

SOLUTION Vagrant Plugin Installation failure in Windows 8 1 OS

Image
SOLUTION Vagrant Plugin Installation failure in Windows 8 1 OS                                              The problem exist in ruby for windows ... it has some issues related to space in folder names and by default vagrant home is the C:/users/your user name/.vagrant.d all you need to do is to set the environment variable VAGRANT_HOME to something like C:/Vagrant/Home .... so to do it first make the folder Vagrant in C drive and then make another folder in Vagrant directory i.e. Home ... So you have something like this C:/Vagrant/Home                                                                                    After making the folder run the following comma...

Steam Windows 10 Merupakan OS Terpopuler di Steam Bersama Dengan nVidia dan Intel

Image
Steam Windows 10 Merupakan OS Terpopuler di Steam Bersama Dengan nVidia dan Intel Steam tiap bulannya konsisten untuk melakukan servey untuk mendapatkan data tentang Software atau Hardware komputer yang paling populer user gunakan. Dan menurut catatan Steam survey yang dilakukan hingga bulan Maret ini, OS yang paling populer digunakan adalah Windows 10 x64 milik Microsoft . Juga Intel dan nVidia yang masih mendominasi untuk user PC gunakan sebagai CPUs dan GPUs. Dari data milik Steam, bisa kita lihat bahwa Windows 10 x64 merupakan Most Popular OS Version dengan catatan 36.97% yang bertambah 2.00% pada bulan Maret ini. Dan untuk sektor GPU (Video Card) Si Hijau mendominasi dibanding SI Merah. nVidia mencatat 56.35%, sementara AMD/ATI GPU mencatat 25.5%, disusul oleh Intel Integreted GPU dengan 17.77%. nVidia GPU sangat mendominasi dikarenakan si Hijau memiliki teknologi CUDA dan juga pengoptimalan DirectX 12. Sementara untuk sektor CPU, Intel CPU masih mendominasi dibanding AMD CPU. Dar...

Solution Vagrant cant mount shared folder in VirtualBox in Windows 8 1 OS!

Image
Solution Vagrant cant mount shared folder in VirtualBox in Windows 8 1 OS!                                     So to fix this problem all you need to do is install a plugin vagrant-vbguest using vagrant and the problem will be fixed. If you face troubles will installing vagrant-vbguest then go to this LINK=>[Solution of Vagrant plugin installation failure problem] and then just run the following command in command prompt as shown in the pic below. after installation halt the vagrant using command vagrant halt and then run vagrant up  and after that shared folder will mount in both windows and linux, fixed! download file now

some simple TRICKS in UBUNTU OS

Image
some simple TRICKS in UBUNTU OS #1 Add a . before the file name to hide your files (for example .song.mp3) Unlike Windows where you need to go to a files properties in order to hide it, Ubuntu has a simple and easy method for hiding a file. Simply add . as the first letter to a filename and your file automatically becomes hidden. For example, if you want to hide "mypicture.jpg", simply rename it to ".mypicture.jpg" to hide it. To see these files, simply open the location folder and press Ctrl+H. (Isnt that faster!!) #2 Run a lost program and discover hidden software If you cant find an installed application, then press Alt+F2. And from the buttons shown at the foot of your screen you can explore all categories of applications on your system. #3 Change folder and file icons If you want to use a different image for your file or folder instead of the standard icons, just right click an item and go to the Properties. The current icon is visible at the top left corner, c...