Article Source:http://windowsxp.mvps.org/remotetab.htm
When you right-click My Computer
icon in the Desktop and choose Properties, the Remote tab may be missing. As a
result, you may be unable to...
0
VirtualBox Installation crashes with 'IOError: [Errno 30] Read-only file system'
Recently I tried to install Redhat Linux in Virtualbox, however I got the below error.
By default the hard drive I created was a SATA HD, the workaround is to create a IDE hard drive instead and make it as Primary Master ID. This could be a bug in...
2
OpenWRT for TL-WA801ND V2

I bought a TL-WA801ND router with version 2.1, unfortunately DD-WRT doesn't support it and OpenWRT only support version 1. After a few hours googling and retrying, I finally had the OpenWRT installed onto the router.
Thanks to TasksOfOhm who provided...
0
Build failure using gradlew: "Could not resolve all dependencies for configuration ':app:_debugCompile'
I was trying to build my project with Gradle in Android Studio, then I had the above error.
To resolve this I had to use the Android SDK Manager to install "Android Support Repository". After that the...
0
Outlook unable to search emails downloaded from Google Apps Sync
If you have Google Apps Sync installed to download the emails from Google Mail and you are not able to search the emails, the method below may help you to resolve the problem:
Environment: Windows 7...
0
can't open or create /var/run/crond.pid: No space left on device
This error message told us that there is no disk space left on /var
When we run "df -h" on the system we get:
[root@A5AFETTASB pats]# df -hFilesystem ...
0
How to block/unblock an IP from Linux?
In order to block an IP on your Linux server you need to use iptables
tools (administration tool for IPv4 packet filtering and NAT) and
netfilter firewall. First you need to log into shell as root...
0
Copy and paste text with vi or vim
The ability to duplicate text in an editor can be handy. vi and vim have several useful copy and paste commands.
The...
0
How to mount the red hat linux iso files
If you want to mount the Red Hat ISO files (in order, for example, to
view their content), you should use the following command:
mount -r -t iso9660 -o loop -v
Replace with the full path & name...
0
Adding VNC Server to Red Hat Enterprise Linux 6.x
In many Linux distributions, a VNC server is installed by default,
but with Red Hat Enterprise Linux 6.x the package must be manually
added.
Note: Although the test system for this blog was a...