Skip to main content

Home/ Linux/ Group items tagged unix

Rss Feed Group items tagged

Javin Paul

10 examples of using find command in UNIX - 0 views

  •  
    Here I am listing down some of the way I use find command regularly, I hope this would help some one who is new in UNIX and find command or any developer who has started working on UNIX environment. this list is by no means complete and just some of my favorites , if you have something to share please share via commenting.
Javin Paul

10 tips on working fast in UNIX - 0 views

  •  
    This is an excellent link I find related to Unix find command and how to use find command in unix , I have bookmarked it and using it frequently , It has really improved my productivity over couple of days , I am loving it:)my favorite unix find command example from this blog post is :6) How to find all text file which contains word Exception|,ERROR,Error} using find command in Linux ?
Javin Paul

grep command in unix with example - 0 views

  •  
    Grep command is my favorite command in unix and I really like to use it for all searching stuff. unix grep command is both powerful and versatile and in this article I have shared 10 unique ways of using in your day 2 day life.
anonymous

lftp to accelerate ftp / http download speed under Linux and UNIX - 0 views

  •  
    "lftp to accelerate ftp / http download speed under Linux and UNIX by Vivek Gite · 4 comments lftp is a file transfer program that allows sophisticated ftp, http and other connections to other hosts. If site is specified then lftp will connect to that site otherwise a connection has to be established with the open command. This is an essential tool for all a Linux admin. I've already written about Linux ultra fast command line download accelerator such as Axel and prozilla. lftp is another tool for same job with more features. "
Marc Lijour

Open Source has no bearing upon Software Security - Community does - Unscrewing Security - 1 views

  • There's no reason to believe that Apple's iPhone iOS is better or worse than Android from a security perspective - at least from the perspective of openness. There may be more fundamental architectural issues to distinguish the platforms but (again) they both have Unix-like heritage, so they both start from a good place.
  • Security quality is disjoint from openness. Free and Open Source Software (FOSS) is clearly and famously not less secure than closed / proprietary software - but neither is FOSS necessarily more secure than proprietary.
  •  
    There's no reason to believe that Apple's iPhone iOS is better or worse than Android from a security perspective - at least from the perspective of openness. There may be more fundamental architectural issues to distinguish the platforms but (again) they both have Unix-like heritage, so they both start from a good place.
jdr santos

nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format - 3 views

  •  
    nixCraft offers Linux tips, hacks, news, tutorials, guides and ideas in blog format. The main aim is to document the hurdles that most of us face as UNIX/Linux/BSD sys admin in our day today life.
anonymous

Disk IO information with a Unix / Linux background - 0 views

  • The disk's ITR rating and internal cache size can be critical when tuning maxcontig (maximum contiguous I/O size). Note: maxphys and maxcontig must be tuned at the same time. The unit of measurement for maxphys is bytes; maxcontig is in blocks. maxcontig can be changed via the mkfs, newfs or tunefs commands.
  •  
    The disk's ITR rating and internal cache size can be critical when tuning maxcontig (maximum contiguous I/O size). Note: maxphys and maxcontig must be tuned at the same time. The unit of measurement for maxphys is bytes; maxcontig is in blocks. maxcontig can be changed via the mkfs, newfs or tunefs commands.
yc c

scribus.net | Scribus Open Source Desktop Publishing - 0 views

  •  
    Scribus is an open-source program that brings award-winning professional page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops with a combination of "press-ready" output and new approaches to page layout. Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, ICC color management and versatile PDF creation.
Maluvia Haseltine

Xpdf - 0 views

  •  
    XPDF is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes also called 'Acrobat' files, from the name of Adobe's PDF software.) The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities. Xpdf runs under the X Window System on UNIX, VMS, and OS/2. The non-X components (pdftops, pdftotext, etc.) also run on Win32 systems
Chris Fung

[Fix Work] ubuntu - can't start x11vnc without attached monitor - Unix & Linux Stack Ex... - 0 views

  • apt-get install vnc4server x11-xserver-utils xserver-xorg-video-dummy xterm wm2
  • sudo apt-get install x11vnc xserver-xorg-video-dummy check /etc/defaults/grub that it includes nomodeset flag: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  • /etc/X11/xorg.conf
  • ...4 more annotations...
  • Section "Monitor" Identifier "Monitor0" HorizSync 28.0-80.0 VertRefresh 48.0-75.0 # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync EndSection Section "Device" Identifier "Card0" Driver "dummy" EndSection Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection
  • create service script in /etc/init.d/vncserver
  • your_username
  • 192.168.1.10
  •  
    Problem: VNC or Teamviewer can't start because no monitor is connected to Ubuntu. Solution: Installing a dummy video device to Xserver by following the instruction in this post.
Fabien Cadet

Using screen as your login shell | geek scrap (blog, 2010-02-10) - 0 views

  •  
    In ~/.profile :     if [ ${SHLVL} -eq 1 ]; then       ((SHLVL+=1)); export SHLVL       exec screen -R -e "^Ee" ${SHELL} -l    fi
vas_kut

Set DNS and-or Nameservers - Manjaro Linux - 0 views

  •  
    If you feel that your Att U-verse or other ISP is painfully slow: manually change your DNS settings. Go to /etc/resolv.conf or make '/etc/resolv.conf.head' file, which will apply any changes to the top of the resolv.conf file. (a tail file is also possible).
vas_kut

Linux Game Cast | Linux gaming news, reviews, capture and whatever else we come up with. - 0 views

  •  
    Linux gaming news, reviews, capture and whatever else we come up with.
1 - 20 of 56 Next › Last »
Showing 20 items per page