I wrote c code to read from a file char by char. Finally, it counts char number and print it. How to read file with C 1. Get file name to open. 2. Open file to read. 3. Get a char. 4. Print char. 5. Print total char in the file. #include void main () … Read more
To learn your linux and kernel version ( release ) you can use /proc/version Type it in console: cat /proc/version Linux version 2.6.18-92.el5 (brewbuilder@ls20-bc2-13.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-41)) #1 SMP Tue Apr 29 13:16:15 EDT 2008 In this output, you get to see the following information: Exact version of the Linux kernel … Read more
i am using windows to work with Photoshop, however transfering files is very difficult without using shared folder. to add shared folder to your virtualbox, run your virtual os. 1. Click install guest additions from devices 2. Click yes to download iso file. 3.Click link and download it to your desktop. 4. Devices -> Mount … Read more
There are some tips for Pardus , 1. How to chane linux root password in Pardus write su root to login as root write your password type sudo passwd type new password confirm new password 2. How to terminate , kill a program press ctrl+alt+esc and click the program that you want to kill 3. … Read more
