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.
- Modified
- 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....
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?
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?
- Modified
- 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?
- Modified
- 27 Nov at 22:58
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: - -
linux: kill background task
linux: kill background task How do I kill the last spawned background task in linux? Example:
- Modified
- 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?
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?
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?
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 ?
- Modified
- 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?
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.
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:
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?
- Modified
- 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.
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?
- Modified
- 17 Mar at 19:4
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`?
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++?
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.
.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?
- Modified
- 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?