• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » line

line

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
  • blog:send_sms_from_the_command_line_using_skype_and_unix (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • command_line_tipps (blog)
  • lightning_fast_command_line_use_in_linux
  • parsing_long_and_short_command_line_options_in_bash
  • renew_license_key_of_bitdefender_for_linux_command_line_version
  • search_google.com_from_the_linux_command_line
  • tasks_that_are_best_done_on_the_command_line
  • unix_command_line_cheat
  • vim_show_linenumberes (blog)
  • word_footnotes_have_undeletable_extra_lines
  • linux (blog:send…pe_and_unix)

Fulltext results:

linux_on_usb_stick
17 Hits, Last modified: 8 years ago
entry "${OS}" "${version}" false \ "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_EXTRA} ${GRUB_CMDLINE_LINUX_DEFAULT}" \ quiet We're just going to remove the quiet option: li... try "${OS}" "${version}" false \ "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_EXTRA} ${GRUB_CMDLINE_LINUX
unix_command_line_cheat
10 Hits, Last modified: 16 years ago
====== Unix command line cheat sheet ====== <code> File Commands ls - directory listing ls -a - directo... uptime - show current uptime w - display who is online whoami - who you are logged in as finger user - d... <<<$PATH - show directories in the PATH, one per line sed 's/:/\n/g' <<<$PATH - show directories in the PATH, one per line with sed Compression tar cf file.tar files - cre
lightning_fast_command_line_use_in_linux
9 Hits, Last modified: 16 years ago
====== Lightning fast command line use in Linux ====== You can use keyboard shortcuts and other command line tricks to make entering commands easier and faste... n terminal: | Ctrl-a | Move to the start of the line. | | Ctrl-e | Move to the end of the line. | | Alt-] x | Moves the cursor forward to the next occurre
use_biblatex_for_printing_separate_bibliographies
5 Hits, Last modified: 8 years ago
u to separate your bibliography into papers and online references. Here's how to accomplish this using L... e=inproceedings or type=book } \defbibfilter{online}{ type=online } \printbibliography[filter=papers] \printbibliography[filter=online] \end{document} </file> <file bib database.bib>
backuppc_script_archive_all_hosts
4 Hits, Last modified: 8 years ago
's important to create archives and store them offline and at a remote site. This script will perform ... bin/BackupPC_archiveStart" hosts="" while read -r line; do # Skip comments [[ "$line" =~ ^#.*$ ]] && continue host=`echo $line | cut -f 1 -d " "` [ "$host" != "" -a "$host" != "ar
debian_11_suspend_problems
4 Hits, Last modified: 8 months ago
ed to work. My current workaround is: Add this line to /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="text quiet init_on_alloc=0 intel_iommu=off" No s... ''sudo vim /etc/default/grub'' - go to: GRUB_CMDLINE_LINUX=" " and add to: GRUB_CMDLINE_LINUX="init_on_alloc=0" - save and exit - ''sudo update-grub''
vim_show_linenumberes
4 Hits, Last modified: 16 years ago
====== vim show linenumbers ====== Displaying line numbers while editing a file can be handy. This reci... e describes how to turn on and off the display of line numbers in vi and vim. While editing a document... ot inserting text), type the following to turn on line numbers: :set number If you tire of the line numbers, enter the following command to turn them off:
search_google.com_from_the_linux_command_line
3 Hits, Last modified: 16 years ago
====== Search Google.com from the Linux command line ====== You can search Google.com from the Linux command line without using a CLI web browser like lynx or Elin... ips4linux.com/search-googlecom-from-the-linux-command-line/ {{tag>linux}} ~~LINKBACK~~ ~~DISCUSSION~~
securely_wipe_free_space_using_built-in_cypher_command
3 Hits, Last modified: 15 years ago
them, but did you know there's a built-in command-line utility that can do just that? Here's how to do i... le to use the cipher.exe utility from the command line to securely overwrite files—all you need to do is... /securely-overwrite-files-with-a-built+in-command-line-trick?utm_source=feedburner&utm_medium=feed&utm_c
common_sed_taks
3 Hits, Last modified: 16 years ago
script file like so: sedscript - one command per line s/#00CC00/#9900CC/g s/#990099/#000000/g s/#... amples Trim whitespace from beginning and end of line You *might* have to type a tab instead of t here ... hould bookmark * http://sed.sourceforge.net/sed1line.txt – Eric Pement * http://www.catonmat.net/blo
crontab_howto
3 Hits, Last modified: 16 years ago
The allow/deny files consist of one user name per line. ==== Commands ==== export EDITOR=vi ;to spec... 5/15 do at 5,20,35,50 '' ==== Example ==== A line in crontab file like below removes the tmp files... the following command At the end of the cron job line . '' >/dev/null 2>&1 '' ==== Generate log
shutdown_windows_from_a_linux_box
2 Hits, Last modified: 16 years ago
Windows box from your Linux machine, the Command-Line Fu web site has you covered with the quick and ea... ssword section, you'll be prompted on the command line for the password—which might be more secure if yo
tasks_that_are_best_done_on_the_command_line
2 Hits, Last modified: 16 years ago
====== Tasks that are best done on the command line ====== Here are a few tasks that you might want to consider using the command line for. ===== Resizing images ===== Unless you are
using_rdesktop_to_run_windows_apps_on_linux_desktop
2 Hits, Last modified: 16 years ago
reate a short shellscript containing your command line, e.g.:\\ ''rdesktop -g 1024x768 -k de-ch -u user ... ry good and can be tuned further using the commandline parameters of rdesktop. * I use this to run ou
installing_sage_on_debian_or_ubuntu
2 Hits, Last modified: 11 years ago
ies sudo apt-get install build-essential m4 readline-common libreadline-dev texlive xpdf evince tk8.5-dev gfortran Download the current version of the sour
installing_sage_on_ubuntu_11.10
2 Hits, Last modified: 14 years ago
export_maple_figure_to_eps_file
2 Hits, Last modified: 16 years ago
enable_screensaver_using_registry_fiels
2 Hits, Last modified: 14 years ago
create_encrypted_tar_files
2 Hits, Last modified: 15 years ago
webcam_indicator_for_ubuntu
2 Hits, Last modified: 14 years ago
use_rss_feeds_with_conky
1 Hits, Last modified: 15 years ago
vmware_guest_clock_running_too_fast
1 Hits, Last modified: 15 years ago
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives
1 Hits, Last modified: 14 years ago
ubuntu_24h_time_display_when_using_en_locale
1 Hits, Last modified: 13 years ago
the_ultimate_bash_prompt
1 Hits, Last modified: 11 years ago
word_footnotes_have_undeletable_extra_lines
1 Hits, Last modified: 14 years ago
writing_custom_man_pages
1 Hits, Last modified: 15 years ago
11_very_useful_excel_keyboard_shortcuts_you_may_not_know
1 Hits, Last modified: 16 years ago
moving_form_dokuwiki_blog_to_wordpress_and_coming_back
1 Hits, Last modified: 11 years ago
setup_zoneminder_on_ubuntu_12.04_virtual_server
1 Hits, Last modified: 11 years ago
rkhunter_debian
1 Hits, Last modified: 14 years ago
replace_oracle_openoffice_with_libreoffice_linux
1 Hits, Last modified: 15 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version
1 Hits, Last modified: 15 years ago
parsing_long_and_short_command_line_options_in_bash
1 Hits, Last modified: 4 years ago
adding_syntax_custom_extensions_to_vim
1 Hits, Last modified: 16 years ago
monitor_linux_network_interface_traffic_using_nagios
1 Hits, Last modified: 14 years ago
linux_speed_up_speed_up_ext3
1 Hits, Last modified: 16 years ago
linux_adapt_keyboard
1 Hits, Last modified: 13 years ago
limesurvey_password_reset
1 Hits, Last modified: 9 years ago
install_bitdefender_on_linux
1 Hits, Last modified: 15 years ago
elegant_solution_for_remotely_accessible_vnc_desktops
1 Hits, Last modified: 13 years ago
configure_awstats_on_debian_webserver
1 Hits, Last modified: 15 years ago
command_line_tipps
1 Hits, Last modified: 15 years ago
boxplots_using_excel
1 Hits, Last modified: 16 years ago
linux @blog:send_sms_from_the_command_line_using_skype_and_unix
1 Hits, Last modified: 13 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki