tagged [linux]

How do you set your pythonpath in an already-created virtualenv?

How do you set your pythonpath in an already-created virtualenv? What file do I edit, and how? I created a virtual environment.

28 Jan at 03:36

Good Linux (Ubuntu) SVN client

Good Linux (Ubuntu) SVN client Subversion has a superb client on Windows (Tortoise, of course). Everything I've tried on Linux just - well - sucks in comparison....

1 Jul at 15:44

Linux shell sort file according to the second column?

Linux shell sort file according to the second column? I have a file like this: How can I sort it by FamilyName?

9 Apr at 17:23

Need a good hex editor for Linux

Need a good hex editor for Linux I need a good hex editor for Linux, and by good I mean: - - - - - What can you suggest?

5 Oct at 07:10

How to create a file in Linux from terminal window?

How to create a file in Linux from terminal window? What's the easiest way to create a file in Linux terminal?

Best Linux Distro for Web Development?

Best Linux Distro for Web Development? I want to start learning HTML and AJAX using a Linux distribution. Can anyone recommend a distribution that has these requirements: - -

2 Oct at 11:32

linux: kill background task

linux: kill background task How do I kill the last spawned background task in linux? Example:

5 May at 17:43

How do I profile C++ code running on Linux?

How do I profile C++ code running on Linux? How do I find areas of my code that run slowly in a C++ application running on Linux?

4 Jul at 22:44

How to find out which processes are using swap space in Linux?

How to find out which processes are using swap space in Linux? Under Linux, how do I find out which process is using the swap space more?

31 Jan at 09:40

How to run C# project under Linux

How to run C# project under Linux Do you know any ways to run a C# project under Linux. Are there any framewoks or libraries for this?

29 Dec at 16:6

Maximum number of processes in linux

Maximum number of processes in linux What is the maximum limit to the number of processes possible in a linux system? How can we find it ?

20 Feb at 13:24

How to create a link to a directory on linux

How to create a link to a directory on linux How to create a link to an existing file or directory using a GNU Linux shell command?

28 Feb at 14:51

How to print the ld(linker) search path

How to print the ld(linker) search path What is the way to print the search paths that in looked by in the order it searches.

29 Mar at 19:7

Running php script (php function) in linux bash

Running php script (php function) in linux bash How we run php script using Linux bash? php file `test.php` `test.php` contains:

1 Aug at 19:45

Shell script current directory?

Shell script current directory? What is current directory of shell script? I this current directory from which I called it? Or this directory where script located?

27 Mar at 12:55

How can I run dos2unix on an entire directory?

How can I run dos2unix on an entire directory? I have to convert an entire directory using `dos2unix`. I am not able to figure out how to do this.

2 Feb at 14:23

How to run a shell script on a Unix console or Mac terminal?

How to run a shell script on a Unix console or Mac terminal? I know it, forget it and relearn it again. Time to write it down.

11 Jan at 08:43

How to append the output to a file?

How to append the output to a file? How can I do something like `command > file` in a way that it appends to the file, instead of overwriting?

17 Mar at 19:4

What does $@ mean in a shell script?

What does $@ mean in a shell script? What does a dollar sign followed by an at-sign (`@`) mean in a shell script? For example:

19 Aug at 07:19

How do I find the MySQL my.cnf location

How do I find the MySQL my.cnf location Is there a MySQL command to locate the `my.cnf` configuration file, similar to how PHP's `phpinfo()` locates its `php.ini`?

13 Mar at 16:3

Sleep for milliseconds

Sleep for milliseconds I know the POSIX `sleep(x)` function makes the program sleep for x seconds. Is there a function to make the program sleep for x in C++?

4 Feb at 10:30

What is time_t ultimately a typedef to?

What is time_t ultimately a typedef to? I searched my Linux box and saw this typedef: But I could not find the `__time_t` definition.

6 Apr at 19:49

.Net Obfuscator

.Net Obfuscator Is there a .NET obfuscation tool present for Linux? Or is there a class which can provide me a functionality of writing a obfuscation tool for byte code?

8 Apr at 12:30

How to get the contents of a webpage in a shell variable?

How to get the contents of a webpage in a shell variable? In Linux how can I fetch an URL and get its contents in a variable in shell script?

19 Sep at 14:2

How to grep a string in a directory and all its subdirectories?

How to grep a string in a directory and all its subdirectories? How to grep a string or a text in a directory and all its subdirectories'files in LINUX ??

15 Sep at 02:4