If you want to free space on Backups you can use find to select a special month: find -newerct "1 Sep 2023" ! -newerct "1 DEC 2023" -delete This command removes files created from 01.Sep.2023 to 01.Dec.2023. ..very useful..
Category: Tinycorelinux
Linux Tip: Split Console Screen on Widescreen Laptop / PCs with “screen” and “terminator”
Current Laptops / PCs uses 16:9 Widescreen Displays and if you dont want to use Xorg (Gnome,unity,Openbox Desktops) you can use on Linux Console the program called “screen” it offers: – Split Consoles horizontally and vertically – disconnect the screen and let the scripts/commands active on remote Systems – reconnect if the remote Session was broken cause network problems On Gnome or unity you can use “terminator” see: – manpage of screen – http://unix.stackexchange.com/questions/7453/how-to-split-the-terminal-into-more-than-one-view
Linux: 46″ inch Weatherstation Display with Thinclient PC and Linux OS
With Tiny Core Linux: 46″ inch Weatherstation Display with FSC S500 Thinclient PC and Linux OS connected via DVI-D to HDMI Cable Awesome to see Satellite Images in HDTV Resolution and Full Color all developed by me. www.linuxonlinehelp.com YOU NEED NOT to buy a “SmartTV” of Samsung cause the Thinchlient uses open Linux and offers 300% more Performance on Websurfing! No Apps needed no App-Store needed, priceless for free… All You need: – TV with Full HD and HDMI – A DVI-D to HDMI Adapter Cable – ThinClient S500 cheap used on net – Linux, i prefer Tinycorelinux cause 100% […]
Chromebook Replacement: Get or build your Firefoxbook with Linux for free
A free Howto to get a free Chromebook Replacement: Called Firefoxbook Everybody knows a product called chromebook, but you must not buy such a laptop with branded OS! Here is a small Howto get a similar Laptop with free firefox. How does it work? Easy, the Laptop boots from Stick or CF-Card to RAMDISK, the firefox profile and cache is always new created at non permanent RAMDISK. The private Mode surpress cookie and other waste. Only the Window Settings are stored (Fullscreen/ F11). After boot the Internet is connected and Firefox is shown on Desktop. All you need: a Laptop, […]
FreeBSD Linux: Remove Clear GPT Partition Table from drives
Problem: FreeBSD 9 use GPT Partitionlabel by default to remove with Linux do: fdisk message: WARNING: GTP (GUID Partition Table) detected on '/dev/sdX' The util fdisk isn't support GPT. do on console: sudo parted /dev/sdX mklabel msdos (Enter Yes!) quit now use Linux fdisk to recreate a new partion Table
Openbox: Quick Keyboard Shortcuts Internet Mail Run Command
Problem: If you want to work faster with your Openbox Desktop you should use Keyboard Shortcuts for often used Programs like Internet, Mail and Run Command box. Solution: edit as user $nano /home/user/.config/openbox/rc.xml insert #Fullscreen CTRL+F11 <keybind key="C-F11"> <action name="ToggleFullscreen"/> </keybind> #RunCommand with gmrun on X CTRL+R <keybind key="C-R"> <action name="Execute"> <execute>gmrun</execute> </action> </keybind> #Internet Key with chromium CTRL+I <keybind key="C-i"> <action name="Execute"> <execute>chromium-browser</execute> </action> </keybind> #Internet Mail with icedove CTRL+M <keybind key="C-M"> <action name="Execute"> <execute>icedove</execute> </action> </keybind> save and relogin into openbox..enjoy economy working.. Remark: Its powerful on small Netbooks or Laptops cause you don’t need to use tricky […]