I have problems mounting NRG, IMG, CUE/BIN, MDF files to VMware Workstation for installing the Guest operating system . I was converet Nrg file to ISO . This article will show you how to convert a NRG, IMG, CUE/BIN or MDF file to a ISO file We need the software used on […]
Category Archives: Linux
we are going to need software called SBackup. This is not installed by default in Ubuntu and hence we need to install it. First, let’s see a little bit about this wonderful software. Homepage: http://sbackup.wiki.sourceforge.net/ Description: SBackup is a simple backup solution for Linux. It is generally developed with a Gnome desktop in mind, but […]
Here you go Username :kartook Remote server address : 192.168.100.100 ssh kartook@192.168.100.100 show like h4ck3ri@t3stge4r:~$ ssh kartook@192.168.100.100 kartook@192.168.100.100’s password: Enjoy !!!!
I was trying to install an application on my monster latop (running Ubuntu 9.04). The only format you could download it in was .bundle. I have never installed a .bundle app, but after some google-ing and putting bits and pieces together, I now know how to install a .bundle, and you will too. I […]
Centos deactivate firewall Just type the follwing : /sbin/service iptables save /sbin/service ip6tables save /sbin/service iptables off /sbin/service ip6tables off /sbin/service iptables stop /sbin/service ip6tables stop off -> turn off the firewall. stop -> stop the firewall and open system. iptables -> IPv4 firewall. ip6tables -> IPv6 firewall.
Important Update Apparently the new version of apt-get in Edgy Eft (Ubuntu 6.10) has a function that allows you to remove unused dependencies when removing an application: sudo apt-get autoremove applicationname So the points outlined on this page about using aptitude over apt-get are largely irrelevant if you’re using Edgy Eft (6.10), Feisty Fawn (7.04), […]
Overview of VNC VNC, or Virtual Networked Computing, is a way of controlling a remote computer just as though you are sitting in front of it. In the Windows world it is also known as remote desktop but it’s normally referred to as VNC in the Linux world. All that happens is that you connect […]
This is a quick guide to installing PostgreSQL on a Linux based system. We need to get this up and running before we can write PHP scripts to talk to the database. We need to install PostgreSQL before we can install PHP (since we need the PostgreSQL header files). This is a little more complicated […]
How Do I Restart MySQL Server? Each distribution comes with a shell script (read as service) to restart / stop / start MySQL server. First login as root user and open shell prompt (command prompt). First login as root user. Now type the following command as per your Linux distro: A) If you are using […]