Skip to content

SysTutorials

  • Tutorials
  • Linux
  • Linux Manuals
  • Systems
  • Programming
  • Software
  • Subscribe
  • Search
SysTutorials

  • Linux | Software

    Jailbreaking Apple iPod Touch with Spirit in Linux

    ByEric Ma Jul 13, 2013Mar 30, 2026

    How to jailbreak Apple iPod touch in Linux will be introduced in this article. We use Spirit to jailbreak iPod touch. Spirit[1] is an untethered jailbreak for iPad, iPhone, and iPod touch on certain firmware versions. Please read [1] for requirement when using Spirit. Currently, the version of iTunes used should be iTune 9 earlier…

    Read More Jailbreaking Apple iPod Touch with Spirit in LinuxContinue

  • Linux

    Configuring Mouse Cursor Style for GTK Applications in KDE Desktop

    ByEric Ma Jul 13, 2013

    Update on Jan. 7, 2012: The package for the gtk application style setting on KDE 4.7 is kcm-gtk. The command to install this package is: “# yum install kcm-gtk”. One annoying thing when using KDE desktop is that the theme and style of GTK applications differ from KDE’s. The gtk-qt-engine can let us select the…

    Read More Configuring Mouse Cursor Style for GTK Applications in KDE DesktopContinue

  • Linux

    How to Start KDE from Command Line using startx

    ByEric Ma Jul 13, 2013Sep 25, 2020

    I don’t use xdm, gdm or kdm… I prefer my Linux booting to init 3. I like logging in to the command-prompt and starting X manually with startx. In my Fedora Linux box, I always get to gnome even both gnome and KDE are installed. Actually the startx script is already written for most of…

    Read More How to Start KDE from Command Line using startxContinue

  • Linux

    NVIDIA Driver in Linux not Displaying Logo During Booting

    ByEric Ma Jul 13, 2013

    The NVIDIA video card driver in Linux will display the NVIDIA logo by default during booting the X server after we successfully installed the driver. If we don’t like to see the logo every time we start X server, we can disable it. We need to edit the Xorg configuration file /etc/X11/xorg.conf with root permission….

    Read More NVIDIA Driver in Linux not Displaying Logo During BootingContinue

  • Linux

    Changing MAC Address in Linux aka. MAC Spoofing

    ByEric Ma Jul 13, 2013

    MAC stands for Media Access Control which is a six byte number, usually expressed as a twelve digit hexadecimal number. IPs in LAN are translated to MAC address by the ARP (Address Resolution Protocol) protocol. For some reasons such as keeping the true MAC address from being logged, accessing to the network which bounds IPs…

    Read More Changing MAC Address in Linux aka. MAC SpoofingContinue

  • Linux

    How to Set Date, Time and Timezone in Linux

    ByEric Ma Jul 13, 2013Sep 5, 2020

    How to set date, time and timezone on Linux/Unix box will be introduced in this post. Unix time, or POSIX time which is a system for describing points in time is the number of seconds elapsed since midnight UTC on the morning of January 1, 1970, not counting leap seconds. The number of seconds elapsed…

    Read More How to Set Date, Time and Timezone in LinuxContinue

  • Linux

    Useful Mplayer/Mencoder Commands

    ByEric Ma Jul 13, 2013

    mplayer/mencoder are powerful tools. This is a list of useful mplayer/mencoder commands. Extract the audio, convert it to PCM and write the resulting wave file to audio.wav: mplayer -vo null -hardframedrop -ao pcm:file=audio.wav video.avi Convert .wav file to .mp3 file: lame -h out.wav out.mp3 Preview a video composed of all jpeg files from the current…

    Read More Useful Mplayer/Mencoder CommandsContinue

  • Linux

    Making dnf/yum Not Update Certain Packages

    ByEric Ma Jul 13, 2013Mar 30, 2026

    We may not want to update some packages such the kernel on a stable server while updating the system. If we run “dnf update” or “yum update”, we may get suggested by dnf/yum to install all the packages with updates. In this post, how to make dnf/yum not update certain packages such the kernel when…

    Read More Making dnf/yum Not Update Certain PackagesContinue

  • Linux

    Linux Port Forwarding Using iptables

    ByEric Ma Jul 13, 2013Sep 9, 2020

    Linux port forwarding is simple to do with iptables which may probably already being used as the firewall or part of the setting up a Linux gateway. In the Linux kernel, port forwarding is achieved by packet filter rules in iptables. Port forwarding Port forwarding also called “port mapping” commonly refers to the network address…

    Read More Linux Port Forwarding Using iptablesContinue

  • Linux

    A Simple Makefile for Latex

    ByEric Ma Jul 13, 2013Sep 5, 2020

    Compiling a latex documents may take several steps when bibtex is used with latex. However, this latex compilation process is the same for most documents. We can make it a template with Makefile so that simply running make will generate the dvi/ps/pdf files for us. A simple Makefile for using latex with bibtex enabled is…

    Read More A Simple Makefile for LatexContinue

  • Linux

    How to Use Google Apps Account for GTalk in Pidgin

    ByEric Ma Jul 13, 2013Mar 3, 2018

    I believe many users are using pidgin and google apps. Google apps support Google Talk. Can we use it in Pidgin? The answer is yes. How to use Google apps account for Google Talk in Pidgin will be introduced in this post. Let’s use one email address as the example: eric @ example.com First add…

    Read More How to Use Google Apps Account for GTalk in PidginContinue

  • Linux

    How to Set Up eCryptFS on Linux – The Manual Way

    ByEric Ma Jul 13, 2013Mar 30, 2026

    How to set up eCryptFS in Linux will be introduced in this post. We can store encrypted files in one eCryptFS directory, the manual way. The content can be seen only after it is mounted as eCryptFS file system. Otherwise, the users can only see garbled characters in the files. Note that this tutorial will…

    Read More How to Set Up eCryptFS on Linux – The Manual WayContinue

  • Linux | Network

    Setting Up a NFS Server on Top of tmpfs /dev/shm

    ByEric Ma Jul 13, 2013Feb 26, 2014

    tmpfs has blazing speed. Why not set up a high speed NFS server on top of tmpfs? A little trick is required for setting NFS server on top of /dev/shm. If we add a normal entry in /etc/export and them run # exportfs -a exportfs will give us a warning like this: exportfs: Warning: /dev/shm…

    Read More Setting Up a NFS Server on Top of tmpfs /dev/shmContinue

  • Linux | Software

    Speeding Up Firefox in Linux

    ByEric Ma Jul 13, 2013Mar 30, 2026

    Firefox can be much faster on Linux! Let’s speed up Firefox on Linux system. Part 1 and 2 only config firefox, so it can also be used on other platform such as Windows. 1. Pipe-lining network connection Most of us use a broad band width network, then why not pip line the connection from Firefox?…

    Read More Speeding Up Firefox in LinuxContinue

  • Linux

    How to Backup Linux Home Directories Using rsync

    ByEric Ma Jul 13, 2013Nov 7, 2017

    I need to backup my Linux home directory to one of my portable hard disk. I tried to use git, but failed since git doesn’t support large file (I failed after many tries, I have file larger than 5G). I find rsync, the fast, versatile, remote (and local) file-copying tool and I am happy with…

    Read More How to Backup Linux Home Directories Using rsyncContinue

  • Linux

    Query Installed Files from Package and Package for Installed File in Fedora

    ByEric Ma Jul 13, 2013Apr 7, 2026

    Query Installed Files from a Package in Fedora In Fedora, the dnf and rpm commands allow you to see exactly which files a package has installed on your system. The Commands To list files from an installed package: rpm -ql package-name To find which package owns a specific file: rpm -qf /path/to/file Fedora in 2026…

    Read More Query Installed Files from Package and Package for Installed File in FedoraContinue

  • Linux | Virtualization

    Setting Up Xen Dom0 on Fedora : Xen 3.4.1 with Linux Kernel 2.6.29 on Fedora 12

    ByEric Ma Jul 13, 2013Mar 30, 2026

    Please refer to for the latest stable Xen Dom0 solution. In this post, the detailed tutorial for setting up Xen 3.4.1 dom0 on top of Fedora 41 with kernel 6.x will be introduced. Hardware: Dom0 hardware platform: Motherboard: INTEL S5500BC S5500 Quad Core Xeon Server Board CPU: 2 x Intel Quad Core Xeon E5520 2.26G…

    Read More Setting Up Xen Dom0 on Fedora : Xen 3.4.1 with Linux Kernel 2.6.29 on Fedora 12Continue

  • Linux

    Gnome2 Style: Shiki Colors+Gnome Colors

    ByEric Ma Jul 13, 2013Aug 30, 2020

    The Linux Gnome style that I like is Shiki-color + Gnome colors icon theme. It looks pretty and professional and it is fast. How to install them: Gtk engine: # yum install gtk-murrine-engine Icon theme: # yum install gnome-colors-icon-theme Theme: Dowload from here: http://gnome-look.org/content/show.php/Shiki-Colors?content=86717 Install it by Appearance Preference -> Install. Configuration: Appearance Preference ->…

    Read More Gnome2 Style: Shiki Colors+Gnome ColorsContinue

  • Linux

    Mounting Remote Folder Through SSH

    ByEric Ma Jul 13, 2013Aug 19, 2016

    SSH is a very convenient tool on Linux that can be used to [[port-forwarding-using-ssh-tunnel]], [[proxy-using-ssh-tunnel]] and others besides its basic functions (remote shell). We can also use SSH to mount a remote folder to a local directory. We can use `sshfs` to mount remote folder through SSH tunnel securely over network. Install sshfs Install `sshfs`…

    Read More Mounting Remote Folder Through SSHContinue

  • Linux | Software

    How to Set Up Password-less SSH Login on Linux

    ByEric Ma Jul 13, 2013Aug 23, 2020

    Automatic passwrod-less ssh login can make our life easier. To enable this, we have 2 options: using key-based authentication by copying our SSH public keys to the remote machines for automatic password-less login or using password-based authentication. I will introduce the 2 options in the post. Before you start, please note that key-based authentication is…

    Read More How to Set Up Password-less SSH Login on LinuxContinue

Page navigation

Previous PagePrevious 1 … 64 65 66 67 68 … 70 Next PageNext

© 2026 SysTutorials

  • Tutorials
  • Linux
  • Linux Manuals
  • Systems
  • Programming
  • Software
  • Subscribe
  • Search