8
Dell Ultrabook XPS 14 configurationview story

https://bbs.archlinux.org – No, the automatic swich doesn't exist (for now). By default the intel card will be used, and if you need the Nvidia, you have to run it with the optirun command.But at least, the two cards are correctly handled, and the nvidia one is switch off, so doesn't use your battery . Cthulhu82 https://bbs.archlinux.org/profile.php?id=69851 2013-04-10T14:07:39Z (HowTos)

8
Linux / Unix: Use rsync Command Over FTPview story

http://www.cyberciti.biz – How do I use rsync command to sync files to a remote host called web-42.vps running VSFTPD ftp server? Can you give me rsync ftp example for Unix like operating systems?Read answer to: "Linux / Unix: Use rsync Command Over FTP"     (HowTos)

8
Titanium Alloy compile failed to install device Androidview story

http://stackoverflow.com – first time i try to run my first application when i made with titanium, and then i tray to install my application to my device from titanium studio. (HowTos)

8
How to send/receive binary data through sockets?view story

http://stackoverflow.com – I have to code a FTP server and I have a problem on how data is transferred. I'm using ftp command on linux to test it and I'm currently working on LIST, which sends the list of files/directories in the working directory. Everything works fine (ftp well prints the list of files) except that ftp prints the following warning: WARNING! (HowTos)

8
Implementing cat>fileName command in NASMview story

http://stackoverflow.com – I try to implement cat>filename command in NASM in Ubuntu 11.04 using system calls. My program is compiled successfully and run successfully (seems so). But whenever I tried to fire cat filename command it shows "No such file or directory" yet I see the file residing in the directory. (HowTos)

8
Dropping privileges from perl script?view story

http://stackoverflow.com – I have a perl script running as root, and from within it I want to execute a system command bar as a lesser priveleged user foo. (HowTos)

8
Check disk space by user given username and passwordview story

http://stackoverflow.com – Working on another script for a beginner Linux class where I need to enter a person's username and password and return the amount of disk space they are using. I understand df -h but don't know how to tailor that based on the the inputted user info? Here is the code I have. (HowTos)

8
Excluding a directory name in a zsh recursive globview story

http://unix.stackexchange.com – I'm running zsh on Linux under setopt extended_glob ksh_glob glob_dots. I'm looking for something easy to type on the command line, with no portability requirements. I'm looking at a source code tree, with no “weird” file names (e.g. (HowTos)

8
What's using all of the memory in my VM? It's not the disk cacheview story

http://unix.stackexchange.com – I have an issue where when I try to build a really large project, my machine starts swapping (several GB) even though there's plenty of memory (14 GB in fact). (HowTos)

8
how can an administrator user delete filesview story

http://askubuntu.com – i have 2 different profiles / users created on my ubuntu box. both are admins. but when i'm using the gui and i try to delete files, or move files it doesn't look like i have permissions to do so. I can't save files that I've created using sublime text editor either. Can you tell me what I'm missing? (HowTos)