Random Quote
Blog info
Name: Helene Klungvik
Alder: 42
Location: Karmøy, NorwayRecent Comments
- Jesse Meyer on Setting up piHole in Docker Swarm
- Tomasz Bre? on Setting up piHole in Docker Swarm
- Bogdan on Setting up piHole in Docker Swarm
- Peter on Setting up piHole in Docker Swarm
- Pouringgii on Emacs: Setting up MobileOrg and dropbox
Tags
- alfresco
- amazon
- apple
- baby
- barack obama
- Barnes & Noble
- books
- christmas
- copyright
- crafts
- disney
- drm
- epub
- Faith
- fantasy
- file synchronization
- formats
- happiness
- interior design
- iPad
- iRex iLiad
- itunes
- joylent
- kathy freston
- kindle
- krishna consciousness
- macosx
- mastery
- motivation
- music
- oslo
- piracy
- politics
- python
- science fiction
- sewing
- spam
- tea
- the lean
- trains
- ubuntu
- vegan
- veganist
- vegetarian
- weight loss
Categories
- Technology (89)
- EBooks (43)
- Gadgets (12)
- System Administration (5)
- Linux (4)
- Miscellaneous (134)
- Freebies (6)
- Humor (17)
- Inspiration & reviews (23)
- My life (19)
- Society & Culture (43)
- Health & Wellbeing (49)
- Health (12)
- Travel, Hiking & Sports (12)
- Language (85)
- Technology (89)
Blog Calendar
June 2022 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Meta
Category Archives: System Administration
Optimize exim performance
I experienced that exim was slow in sending outgoing mail, it was spending a lot of time in the queue, resulting in customer complains. So I started to google what could be done to increase performance in exim. I didn’t … Continue reading
How to prevent spammers from using your domain
Most people don’t like spam. It clutters up the inbox with unnecessary junk, and takes away the focus from legitimate mails. If you have your own domain like me, it gets even worse. Spammers have claimed to send mail from … Continue reading
Never worry about losing data again
I have a lot of data – that’s where it started. Secondly, I use a lot of computers and operating systems (OS). I have a private macbook pro, a notebook with windows, a work computer (usually with Linux), iphone and … Continue reading
Posted in Technology, Freebies, Linux
Tagged backup, cloud storage, file synchronization, iPad, macosx, windows
Leave a comment
Setting date and time in linux
Server clocks has a tendency to drift, so to ensure correct date, time and zone once and for all is a good thing. Setting the date sudo date +%Y%m%d -s “20081128” Setting the time sudo date +%T -s “08:23:00” Setting … Continue reading
Posted in Linux
2 Comments
Automount Windows Active Directory shared drives in Linux
Requirements: Likewise-open is installed and working. Likewise-open plug in to pam to authenticate Windows AD users on a linux box. pam-mount will mount shared drives at login time using the login credentials. There is no need for samba to do … Continue reading